blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

init Primer

+14502 -10
+3245
_site/assets/styles.css
··· 1 + /*! 2 + * Primer-core 3 + * http://primer.github.io 4 + * 5 + * Released under MIT license. Copyright (c) 2019 GitHub Inc. 6 + */ 7 + /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */ 8 + /** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */ 9 + html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } 10 + 11 + /** Remove the margin in all browsers (opinionated). */ 12 + body { margin: 0; } 13 + 14 + /* HTML5 display definitions ========================================================================== */ 15 + /** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */ 16 + article, aside, details, figcaption, figure, footer, header, main, menu, nav, section { /* 1 */ display: block; } 17 + 18 + summary { display: list-item; } 19 + 20 + /** Add the correct display in IE 9-. */ 21 + audio, canvas, progress, video { display: inline-block; } 22 + 23 + /** Add the correct display in iOS 4-7. */ 24 + audio:not([controls]) { display: none; height: 0; } 25 + 26 + /** Add the correct vertical alignment in Chrome, Firefox, and Opera. */ 27 + progress { vertical-align: baseline; } 28 + 29 + /** Add the correct display in IE 10-. 1. Add the correct display in IE. */ 30 + template, [hidden] { display: none !important; } 31 + 32 + /* Links ========================================================================== */ 33 + /** Remove the gray background on active links in IE 10. */ 34 + a { background-color: transparent; /* 1 */ } 35 + 36 + /** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */ 37 + a:active, a:hover { outline-width: 0; } 38 + 39 + /* Text-level semantics ========================================================================== */ 40 + /** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ 41 + abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } 42 + 43 + /** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ 44 + b, strong { font-weight: inherit; } 45 + 46 + /** Add the correct font weight in Chrome, Edge, and Safari. */ 47 + b, strong { font-weight: bolder; } 48 + 49 + /** Add the correct font style in Android 4.3-. */ 50 + dfn { font-style: italic; } 51 + 52 + /** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */ 53 + h1 { font-size: 2em; margin: 0.67em 0; } 54 + 55 + /** Add the correct background and color in IE 9-. */ 56 + mark { background-color: #ff0; color: #000; } 57 + 58 + /** Add the correct font size in all browsers. */ 59 + small { font-size: 80%; } 60 + 61 + /** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ 62 + sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } 63 + 64 + sub { bottom: -0.25em; } 65 + 66 + sup { top: -0.5em; } 67 + 68 + /* Embedded content ========================================================================== */ 69 + /** Remove the border on images inside links in IE 10-. */ 70 + img { border-style: none; } 71 + 72 + /** Hide the overflow in IE. */ 73 + svg:not(:root) { overflow: hidden; } 74 + 75 + /* Grouping content ========================================================================== */ 76 + /** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ 77 + code, kbd, pre, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } 78 + 79 + /** Add the correct margin in IE 8. */ 80 + figure { margin: 1em 40px; } 81 + 82 + /** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */ 83 + hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } 84 + 85 + /* Forms ========================================================================== */ 86 + /** 1. Change font properties to `inherit` in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */ 87 + button, input, select, textarea { font: inherit; /* 1 */ margin: 0; /* 2 */ } 88 + 89 + /** Restore the font weight unset by the previous rule. */ 90 + optgroup { font-weight: bold; } 91 + 92 + /** Show the overflow in IE. 1. Show the overflow in Edge. */ 93 + button, input { /* 1 */ overflow: visible; } 94 + 95 + /** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */ 96 + button, select { /* 1 */ text-transform: none; } 97 + 98 + /** 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. */ 99 + button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } 100 + 101 + /** Remove the inner border and padding in Firefox. */ 102 + button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } 103 + 104 + /** Restore the focus styles unset by the previous rule. */ 105 + button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } 106 + 107 + /** Change the border, margin, and padding in all browsers (opinionated). */ 108 + fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } 109 + 110 + /** 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. */ 111 + legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } 112 + 113 + /** Remove the default vertical scrollbar in IE. */ 114 + textarea { overflow: auto; } 115 + 116 + /** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */ 117 + [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } 118 + 119 + /** Correct the cursor style of increment and decrement buttons in Chrome. */ 120 + [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } 121 + 122 + /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ 123 + [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } 124 + 125 + /** Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */ 126 + [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } 127 + 128 + /** Correct the text style of placeholders in Chrome, Edge, and Safari. */ 129 + ::-webkit-input-placeholder { color: inherit; opacity: 0.54; } 130 + 131 + /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ 132 + ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } 133 + 134 + * { box-sizing: border-box; } 135 + 136 + input, select, textarea, button { font-family: inherit; font-size: inherit; line-height: inherit; } 137 + 138 + body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; line-height: 1.5; color: #24292e; background-color: #fff; } 139 + 140 + a { color: #0366d6; text-decoration: none; } 141 + a:hover { text-decoration: underline; } 142 + 143 + b, strong { font-weight: 600; } 144 + 145 + hr, .rule { height: 0; margin: 15px 0; overflow: hidden; background: transparent; border: 0; border-bottom: 1px solid #dfe2e5; } 146 + hr::before, .rule::before { display: table; content: ""; } 147 + hr::after, .rule::after { display: table; clear: both; content: ""; } 148 + 149 + table { border-spacing: 0; border-collapse: collapse; } 150 + 151 + td, th { padding: 0; } 152 + 153 + button { cursor: pointer; border-radius: 0; } 154 + 155 + [hidden][hidden] { display: none !important; } 156 + 157 + details summary { cursor: pointer; } 158 + details:not([open]) > *:not(summary) { display: none !important; } 159 + 160 + h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0; } 161 + 162 + h1 { font-size: 32px; font-weight: 600; } 163 + 164 + h2 { font-size: 24px; font-weight: 600; } 165 + 166 + h3 { font-size: 20px; font-weight: 600; } 167 + 168 + h4 { font-size: 16px; font-weight: 600; } 169 + 170 + h5 { font-size: 14px; font-weight: 600; } 171 + 172 + h6 { font-size: 12px; font-weight: 600; } 173 + 174 + p { margin-top: 0; margin-bottom: 10px; } 175 + 176 + small { font-size: 90%; } 177 + 178 + blockquote { margin: 0; } 179 + 180 + ul, ol { padding-left: 0; margin-top: 0; margin-bottom: 0; } 181 + 182 + ol ol, ul ol { list-style-type: lower-roman; } 183 + 184 + ul ul ol, ul ol ol, ol ul ol, ol ol ol { list-style-type: lower-alpha; } 185 + 186 + dd { margin-left: 0; } 187 + 188 + tt, code { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; } 189 + 190 + pre { margin-top: 0; margin-bottom: 0; font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; } 191 + 192 + .octicon { vertical-align: text-bottom; } 193 + 194 + .Box { background-color: #fff; border: 1px solid #d1d5da; border-radius: 3px; } 195 + 196 + .Box--condensed { line-height: 1.25; } 197 + .Box--condensed .Box-header { padding: 8px 16px; } 198 + .Box--condensed .Box-body { padding: 8px 16px; } 199 + .Box--condensed .Box-footer { padding: 8px 16px; } 200 + .Box--condensed .Box-btn-octicon.btn-octicon { padding: 8px 16px; margin: -8px -16px; line-height: 1.25; } 201 + .Box--condensed .Box-row { padding: 8px 16px; } 202 + 203 + .Box--spacious .Box-header { padding: 24px; line-height: 1.25; } 204 + .Box--spacious .Box-title { font-size: 20px; } 205 + .Box--spacious .Box-body { padding: 24px; } 206 + .Box--spacious .Box-footer { padding: 24px; } 207 + .Box--spacious .Box-btn-octicon.btn-octicon { padding: 24px; margin: -24px -24px; } 208 + .Box--spacious .Box-row { padding: 24px; } 209 + 210 + .Box-header { padding: 16px; margin: -1px -1px 0 -1px; background-color: #f6f8fa; border-color: #d1d5da; border-style: solid; border-width: 1px; border-top-left-radius: 3px; border-top-right-radius: 3px; } 211 + 212 + .Box-title { font-size: 14px; font-weight: 600; } 213 + 214 + .Box-body { padding: 16px; border-bottom: 1px solid #e1e4e8; } 215 + .Box-body:last-of-type { margin-bottom: -1px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } 216 + 217 + .Box-row { padding: 16px; margin-top: -1px; list-style-type: none; border-top: 1px solid #e1e4e8; } 218 + .Box-row:first-of-type { border-top-color: transparent; border-top-left-radius: 2px; border-top-right-radius: 2px; } 219 + .Box-row:last-of-type { border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } 220 + .Box-row.Box-row--unread, .Box-row.unread { box-shadow: 2px 0 0 #0366d6 inset; } 221 + .Box-row.navigation-focus .Box-row--drag-button { color: #0366d6; cursor: grab; opacity: 100; } 222 + .Box-row.navigation-focus.is-dragging .Box-row--drag-button { cursor: grabbing; } 223 + .Box-row.navigation-focus.sortable-chosen { background-color: #fafbfc; } 224 + .Box-row.navigation-focus.sortable-ghost { background-color: #f6f8fa; } 225 + .Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide { opacity: 0; } 226 + 227 + .Box-row--focus-gray.navigation-focus { background-color: #f6f8fa; } 228 + 229 + .Box-row--focus-blue.navigation-focus { background-color: #f1f8ff; } 230 + 231 + .Box-row--hover-gray:hover { background-color: #f6f8fa; } 232 + 233 + .Box-row--hover-blue:hover { background-color: #f1f8ff; } 234 + 235 + @media (min-width: 768px) { .Box-row-link { color: #24292e; text-decoration: none; } 236 + .Box-row-link:hover { color: #0366d6; text-decoration: none; } } 237 + 238 + .Box-row--drag-button { opacity: 0; } 239 + 240 + .Box-footer { padding: 16px; margin-top: -1px; border-top: 1px solid #e1e4e8; } 241 + 242 + .Box--scrollable { max-height: 324px; overflow: scroll; } 243 + 244 + .Box--blue { border-color: #c8e1ff; } 245 + .Box--blue .Box-header { background-color: #f1f8ff; border-color: #c8e1ff; } 246 + .Box--blue .Box-body { border-color: #c8e1ff; } 247 + .Box--blue .Box-row { border-color: #c8e1ff; } 248 + .Box--blue .Box-footer { border-color: #c8e1ff; } 249 + 250 + .Box--danger { border-color: #d73a49; } 251 + .Box--danger .Box-row:first-of-type { border-color: #d73a49; } 252 + .Box--danger .Box-body:last-of-type { border-color: #d73a49; } 253 + 254 + .Box-header--blue { background-color: #f1f8ff; border-color: #c8e1ff; } 255 + 256 + .Box-row--yellow { background-color: #fffbdd; } 257 + 258 + .Box-row--blue { background-color: #f1f8ff; } 259 + 260 + .Box-row--gray { background-color: #f6f8fa; } 261 + 262 + .Box-btn-octicon.btn-octicon { padding: 16px 16px; margin: -16px -16px; line-height: 1.5; } 263 + 264 + .breadcrumb-item { display: inline-block; margin-left: -0.35em; white-space: nowrap; list-style: none; } 265 + .breadcrumb-item::after { padding-right: 0.5em; padding-left: 0.5em; color: #e1e4e8; content: "/"; } 266 + .breadcrumb-item:first-child { margin-left: 0; } 267 + 268 + .breadcrumb-item-selected::after { content: none; } 269 + 270 + .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; } 271 + .btn i { font-style: normal; font-weight: 500; opacity: 0.75; } 272 + .btn .octicon { vertical-align: text-top; } 273 + .btn .Counter { color: #586069; text-shadow: none; background-color: rgba(27, 31, 35, 0.1); } 274 + .btn:hover { text-decoration: none; background-repeat: repeat-x; } 275 + .btn:focus { outline: 0; } 276 + .btn:disabled, .btn.disabled { cursor: default; background-position: 0 0; } 277 + .btn:active, .btn.selected { background-image: none; } 278 + 279 + .btn { color: #24292e; background-color: #eff3f6; background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%); } 280 + .btn:focus, .btn.focus { box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.3); } 281 + .btn:hover, .btn.hover { background-color: #e6ebf1; background-image: linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%); background-position: -0.5em; border-color: rgba(27, 31, 35, 0.35); } 282 + .btn:active, .btn.selected, [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); } 283 + .btn:disabled, .btn.disabled { color: rgba(36, 41, 46, 0.4); background-color: #eff3f6; background-image: none; border-color: rgba(27, 31, 35, 0.2); box-shadow: none; } 284 + 285 + .btn-primary { color: #fff; background-color: #28a745; background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%); } 286 + .btn-primary:focus, .btn-primary.focus { box-shadow: 0 0 0 0.2em rgba(52, 208, 88, 0.4); } 287 + .btn-primary:hover, .btn-primary.hover { background-color: #269f42; background-image: linear-gradient(-180deg, #2fcb53 0%, #269f42 90%); background-position: -0.5em; border-color: rgba(27, 31, 35, 0.5); } 288 + .btn-primary:active, .btn-primary.selected, [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); } 289 + .btn-primary:disabled, .btn-primary.disabled { color: rgba(255, 255, 255, 0.75); background-color: #94d3a2; background-image: none; border-color: rgba(27, 31, 35, 0.2); box-shadow: none; } 290 + .btn-primary .Counter { color: #29b249; background-color: #fff; } 291 + 292 + .btn-purple { color: #fff; background-color: #643ab0; background-image: linear-gradient(-180deg, #7e55c7 0%, #643ab0 90%); } 293 + .btn-purple:focus, .btn-purple.focus { box-shadow: 0 0 0 0.2em rgba(126, 85, 199, 0.4); } 294 + .btn-purple:hover, .btn-purple.hover { background-color: #5f37a8; background-image: linear-gradient(-180deg, #784ec5 0%, #5f37a8 90%); background-position: -0.5em; border-color: rgba(27, 31, 35, 0.5); } 295 + .btn-purple:active, .btn-purple.selected, [open] > .btn-purple { background-color: #613ca4; background-image: none; border-color: rgba(27, 31, 35, 0.5); box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15); } 296 + .btn-purple:disabled, .btn-purple.disabled { color: rgba(255, 255, 255, 0.75); background-color: #b29dd8; background-image: none; border-color: rgba(27, 31, 35, 0.2); box-shadow: none; } 297 + .btn-purple .Counter { color: #683cb8; background-color: #fff; } 298 + 299 + .btn-blue { color: #fff; background-color: #0361cc; background-image: linear-gradient(-180deg, #0679fc 0%, #0361cc 90%); } 300 + .btn-blue:focus, .btn-blue.focus { box-shadow: 0 0 0 0.2em rgba(6, 121, 252, 0.4); } 301 + .btn-blue:hover, .btn-blue.hover { background-color: #035cc2; background-image: linear-gradient(-180deg, #0374f4 0%, #035cc2 90%); background-position: -0.5em; border-color: rgba(27, 31, 35, 0.5); } 302 + .btn-blue:active, .btn-blue.selected, [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); } 303 + .btn-blue:disabled, .btn-blue.disabled { color: rgba(255, 255, 255, 0.75); background-color: #81b0e6; background-image: none; border-color: rgba(27, 31, 35, 0.2); box-shadow: none; } 304 + .btn-blue .Counter { color: #0366d6; background-color: #fff; } 305 + 306 + .btn-danger { color: #cb2431; background-color: #fafbfc; background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%); } 307 + .btn-danger:focus { box-shadow: 0 0 0 0.2em rgba(203, 36, 49, 0.4); } 308 + .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); } 309 + .btn-danger:hover .Counter { color: #fff; } 310 + .btn-danger:active, .btn-danger.selected, [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); } 311 + .btn-danger:disabled, .btn-danger.disabled { color: rgba(203, 36, 49, 0.4); background-color: #eff3f6; background-image: none; border-color: rgba(27, 31, 35, 0.2); box-shadow: none; } 312 + 313 + .btn-outline { color: #0366d6; background-color: #fff; background-image: none; } 314 + .btn-outline .Counter { background-color: rgba(27, 31, 35, 0.07); } 315 + .btn-outline:hover, .btn-outline:active, .btn-outline.selected, [open] > .btn-outline { color: #fff; background-color: #0366d6; background-image: none; border-color: #0366d6; } 316 + .btn-outline:hover .Counter, .btn-outline:active .Counter, .btn-outline.selected .Counter, [open] > .btn-outline .Counter { color: #0366d6; background-color: #fff; } 317 + .btn-outline:focus { border-color: #0366d6; box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.4); } 318 + .btn-outline:disabled, .btn-outline.disabled { color: rgba(27, 31, 35, 0.3); background-color: #fff; border-color: rgba(27, 31, 35, 0.15); box-shadow: none; } 319 + 320 + .btn-with-count { float: left; border-top-right-radius: 0; border-bottom-right-radius: 0; } 321 + 322 + .btn-sm { padding: 3px 10px; font-size: 12px; line-height: 20px; } 323 + 324 + .btn-large { padding: 0.75em 1.25em; font-size: inherit; border-radius: 6px; } 325 + 326 + .hidden-text-expander { display: block; } 327 + .hidden-text-expander.inline { position: relative; top: -1px; display: inline-block; margin-left: 5px; line-height: 0; } 328 + 329 + .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; } 330 + .hidden-text-expander a:hover, .ellipsis-expander:hover { text-decoration: none; background-color: #c6cbd1; } 331 + .hidden-text-expander a:active, .ellipsis-expander:active { color: #fff; background-color: #2188ff; } 332 + 333 + .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; } 334 + .social-count:hover, .social-count:active { text-decoration: none; } 335 + .social-count:hover { color: #0366d6; cursor: pointer; } 336 + 337 + .btn-block { display: block; width: 100%; text-align: center; } 338 + 339 + .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; } 340 + .btn-link:hover { text-decoration: underline; } 341 + .btn-link:disabled, .btn-link:disabled:hover { color: rgba(88, 96, 105, 0.5); cursor: default; } 342 + 343 + .details-reset > summary { list-style: none; } 344 + .details-reset > summary::before { display: none; } 345 + .details-reset > summary::-webkit-details-marker { display: none; } 346 + 347 + .BtnGroup { display: inline-block; vertical-align: middle; } 348 + .BtnGroup::before { display: table; content: ""; } 349 + .BtnGroup::after { display: table; clear: both; content: ""; } 350 + .BtnGroup + .BtnGroup, .BtnGroup + .btn { margin-left: 4px; } 351 + 352 + .BtnGroup-item { position: relative; float: left; border-right-width: 0; border-radius: 0; } 353 + .BtnGroup-item:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } 354 + .BtnGroup-item:last-child { border-right-width: 1px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } 355 + .BtnGroup-item.selected, .BtnGroup-item:focus, .BtnGroup-item:active, .BtnGroup-item:hover { border-right-width: 1px; } 356 + .BtnGroup-item.selected + .BtnGroup-item, .BtnGroup-item.selected + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item.selected + .BtnGroup-form .BtnGroup-item, .BtnGroup-item:focus + .BtnGroup-item, .BtnGroup-item:focus + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item:focus + .BtnGroup-form .BtnGroup-item, .BtnGroup-item:active + .BtnGroup-item, .BtnGroup-item:active + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item:active + .BtnGroup-form .BtnGroup-item, .BtnGroup-item:hover + .BtnGroup-item, .BtnGroup-item:hover + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item:hover + .BtnGroup-form .BtnGroup-item { border-left-width: 0; } 357 + 358 + .BtnGroup-parent, .BtnGroup-form { float: left; } 359 + .BtnGroup-parent:first-child .BtnGroup-item, .BtnGroup-form:first-child .BtnGroup-item { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } 360 + .BtnGroup-parent:last-child .BtnGroup-item, .BtnGroup-form:last-child .BtnGroup-item { border-right-width: 1px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } 361 + .BtnGroup-parent .BtnGroup-item, .BtnGroup-form .BtnGroup-item { border-right-width: 0; border-radius: 0; } 362 + .BtnGroup-parent.selected .BtnGroup-item, .BtnGroup-parent:focus .BtnGroup-item, .BtnGroup-parent:active .BtnGroup-item, .BtnGroup-parent:hover .BtnGroup-item, .BtnGroup-form.selected .BtnGroup-item, .BtnGroup-form:focus .BtnGroup-item, .BtnGroup-form:active .BtnGroup-item, .BtnGroup-form:hover .BtnGroup-item { border-right-width: 1px; } 363 + .BtnGroup-parent.selected + .BtnGroup-item, .BtnGroup-parent.selected + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent.selected + .BtnGroup-form .BtnGroup-item, .BtnGroup-parent:focus + .BtnGroup-item, .BtnGroup-parent:focus + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent:focus + .BtnGroup-form .BtnGroup-item, .BtnGroup-parent:active + .BtnGroup-item, .BtnGroup-parent:active + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent:active + .BtnGroup-form .BtnGroup-item, .BtnGroup-parent:hover + .BtnGroup-item, .BtnGroup-parent:hover + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent:hover + .BtnGroup-form .BtnGroup-item, .BtnGroup-form.selected + .BtnGroup-item, .BtnGroup-form.selected + .BtnGroup-parent .BtnGroup-item, .BtnGroup-form.selected + .BtnGroup-form .BtnGroup-item, .BtnGroup-form:focus + .BtnGroup-item, .BtnGroup-form:focus + .BtnGroup-parent .BtnGroup-item, .BtnGroup-form:focus + .BtnGroup-form .BtnGroup-item, .BtnGroup-form:active + .BtnGroup-item, .BtnGroup-form:active + .BtnGroup-parent .BtnGroup-item, .BtnGroup-form:active + .BtnGroup-form .BtnGroup-item, .BtnGroup-form:hover + .BtnGroup-item, .BtnGroup-form:hover + .BtnGroup-parent .BtnGroup-item, .BtnGroup-form:hover + .BtnGroup-form .BtnGroup-item { border-left-width: 0; } 364 + 365 + .BtnGroup-item:focus, .BtnGroup-item:active, .BtnGroup-parent:focus, .BtnGroup-parent:active, .BtnGroup-form:focus, .BtnGroup-form:active { z-index: 1; } 366 + 367 + .TableObject { display: table; } 368 + 369 + .TableObject-item { display: table-cell; width: 1%; white-space: nowrap; vertical-align: middle; } 370 + 371 + .TableObject-item--primary { width: 99%; } 372 + 373 + fieldset { padding: 0; margin: 0; border: 0; } 374 + 375 + label { font-weight: 600; } 376 + 377 + .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); } 378 + .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); } 379 + @media (min-width: 768px) { .form-control, .form-select { font-size: 14px; } } 380 + 381 + .input-contrast { background-color: #fafbfc; } 382 + .input-contrast:focus { background-color: #fff; } 383 + 384 + ::placeholder { color: #6a737d; } 385 + 386 + .input-sm { min-height: 28px; padding-top: 3px; padding-bottom: 3px; font-size: 12px; line-height: 20px; } 387 + 388 + .input-lg { padding: 4px 10px; font-size: 16px; } 389 + 390 + .input-block { display: block; width: 100%; } 391 + 392 + .input-monospace { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; } 393 + 394 + .input-hide-webkit-autofill::-webkit-contacts-auto-fill-button { position: absolute; right: 0; display: none !important; pointer-events: none; visibility: hidden; } 395 + 396 + .form-checkbox { padding-left: 20px; margin: 15px 0; vertical-align: middle; } 397 + .form-checkbox label em.highlight { position: relative; left: -4px; padding: 2px 4px; font-style: normal; background: #fffbdd; border-radius: 3px; } 398 + .form-checkbox input[type=checkbox], .form-checkbox input[type=radio] { float: left; margin: 5px 0 0 -20px; vertical-align: middle; } 399 + .form-checkbox .note { display: block; margin: 0; font-size: 12px; font-weight: 400; color: #586069; } 400 + 401 + .form-checkbox-details { display: none; } 402 + 403 + .form-checkbox-details-trigger:checked ~ * .form-checkbox-details, .form-checkbox-details-trigger:checked ~ .form-checkbox-details { display: block; } 404 + 405 + .hfields { margin: 15px 0; } 406 + .hfields::before { display: table; content: ""; } 407 + .hfields::after { display: table; clear: both; content: ""; } 408 + .hfields .form-group { float: left; margin: 0 30px 0 0; } 409 + .hfields .form-group dt label { display: inline-block; margin: 5px 0 0; color: #586069; } 410 + .hfields .form-group dt img { position: relative; top: -2px; } 411 + .hfields .btn { float: left; margin: 28px 25px 0 -20px; } 412 + .hfields .form-select { margin-top: 5px; } 413 + 414 + input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { margin: 0; appearance: none; } 415 + 416 + .form-actions::before { display: table; content: ""; } 417 + .form-actions::after { display: table; clear: both; content: ""; } 418 + .form-actions .btn { float: right; } 419 + .form-actions .btn + .btn { margin-right: 5px; } 420 + 421 + .form-warning { padding: 8px 10px; margin: 10px 0; font-size: 14px; color: #735c0f; background: #fffbdd; border: 1px solid #d9d0a5; border-radius: 3px; } 422 + .form-warning p { margin: 0; line-height: 1.5; } 423 + .form-warning a { font-weight: 600; } 424 + 425 + .form-select { display: inline-block; max-width: 100%; height: 34px; padding-right: 24px; padding-right: 8px \9 ; background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center; background-image: none \9; background-size: 8px 10px; appearance: none; } 426 + .form-select::-ms-expand { opacity: 0; } 427 + .form-select[multiple] { height: auto; } 428 + 429 + .select-sm { height: 28px; min-height: 28px; padding-top: 3px; padding-bottom: 3px; font-size: 12px; } 430 + .select-sm[multiple] { height: auto; min-height: 0; } 431 + 432 + .form-group { margin: 15px 0; } 433 + .form-group .form-control { width: 440px; max-width: 100%; margin-right: 5px; background-color: #fafbfc; } 434 + .form-group .form-control:focus { background-color: #fff; } 435 + .form-group .form-control.shorter { width: 130px; } 436 + .form-group .form-control.short { width: 250px; } 437 + .form-group .form-control.long { width: 100%; } 438 + .form-group textarea.form-control { width: 100%; height: 200px; min-height: 200px; } 439 + .form-group textarea.form-control.short { height: 50px; min-height: 50px; } 440 + .form-group dt { margin: 0 0 6px; } 441 + .form-group label { position: relative; } 442 + .form-group.flattened dt { float: left; margin: 0; line-height: 32px; } 443 + .form-group.flattened dd { line-height: 32px; } 444 + .form-group dd h4 { margin: 4px 0 0; } 445 + .form-group dd h4.is-error { color: #cb2431; } 446 + .form-group dd h4.is-success { color: #28a745; } 447 + .form-group dd h4 + .note { margin-top: 0; } 448 + .form-group.required dt label::after { padding-left: 5px; color: #cb2431; content: "*"; } 449 + .form-group .success, .form-group .error, .form-group .indicator { display: none; font-size: 12px; font-weight: 600; } 450 + .form-group.loading { opacity: 0.5; } 451 + .form-group.loading .indicator { display: inline; } 452 + .form-group.loading .spinner { display: inline-block; vertical-align: middle; } 453 + .form-group.successful .success { display: inline; color: #28a745; } 454 + .form-group.warn .warning, .form-group.warn .error, .form-group.errored .warning, .form-group.errored .error { position: absolute; z-index: 10; display: block; max-width: 450px; padding: 5px 8px; margin: 4px 0 0; font-size: 13px; font-weight: 400; border-style: solid; border-width: 1px; border-radius: 3px; } 455 + .form-group.warn .warning::after, .form-group.warn .warning::before, .form-group.warn .error::after, .form-group.warn .error::before, .form-group.errored .warning::after, .form-group.errored .warning::before, .form-group.errored .error::after, .form-group.errored .error::before { position: absolute; bottom: 100%; left: 10px; z-index: 15; width: 0; height: 0; pointer-events: none; content: " "; border: solid transparent; } 456 + .form-group.warn .warning::after, .form-group.warn .error::after, .form-group.errored .warning::after, .form-group.errored .error::after { border-width: 5px; } 457 + .form-group.warn .warning::before, .form-group.warn .error::before, .form-group.errored .warning::before, .form-group.errored .error::before { margin-left: -1px; border-width: 6px; } 458 + .form-group.warn .warning { color: #735c0f; background-color: #fffbdd; border-color: #d9d0a5; } 459 + .form-group.warn .warning::after { border-bottom-color: #fffbdd; } 460 + .form-group.warn .warning::before { border-bottom-color: #d9d0a5; } 461 + .form-group.errored label { color: #cb2431; } 462 + .form-group.errored .error { color: #86181d; background-color: #ffdce0; border-color: #cea0a5; } 463 + .form-group.errored .error::after { border-bottom-color: #ffdce0; } 464 + .form-group.errored .error::before { border-bottom-color: #cea0a5; } 465 + 466 + .note { min-height: 17px; margin: 4px 0 2px; font-size: 12px; color: #586069; } 467 + .note .spinner { margin-right: 3px; vertical-align: middle; } 468 + 469 + dl.form-group > dd .form-control.is-autocheck-loading, dl.form-group > dd .form-control.is-autocheck-successful, dl.form-group > dd .form-control.is-autocheck-errored { padding-right: 30px; } 470 + dl.form-group > dd .form-control.is-autocheck-loading { background-image: url("/images/spinners/octocat-spinner-16px.gif"); } 471 + dl.form-group > dd .form-control.is-autocheck-successful { background-image: url("/images/modules/ajax/success.png"); } 472 + dl.form-group > dd .form-control.is-autocheck-errored { background-image: url("/images/modules/ajax/error.png"); } 473 + 474 + @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 { background-size: 16px 16px; } 475 + dl.form-group > dd .form-control.is-autocheck-loading { background-image: url("/images/spinners/octocat-spinner-32.gif"); } 476 + dl.form-group > dd .form-control.is-autocheck-successful { background-image: url("/images/modules/ajax/success@2x.png"); } 477 + dl.form-group > dd .form-control.is-autocheck-errored { background-image: url("/images/modules/ajax/error@2x.png"); } } 478 + .status-indicator { display: inline-block; width: 16px; height: 16px; margin-left: 5px; } 479 + .status-indicator .octicon { display: none; } 480 + 481 + .status-indicator-success::before { content: ""; } 482 + .status-indicator-success .octicon-check { display: inline-block; color: #28a745; fill: #28a745; } 483 + .status-indicator-success .octicon-x { display: none; } 484 + 485 + .status-indicator-failed::before { content: ""; } 486 + .status-indicator-failed .octicon-check { display: none; } 487 + .status-indicator-failed .octicon-x { display: inline-block; color: #cb2431; fill: #d73a49; } 488 + 489 + .status-indicator-loading { width: 16px; background: url("/images/spinners/octocat-spinner-32-EAF2F5.gif") 0 0 no-repeat; background-size: 16px; } 490 + 491 + .inline-form { display: inline-block; } 492 + .inline-form .btn-plain { background-color: transparent; border: 0; } 493 + 494 + .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; } 495 + .drag-and-drop .default, .drag-and-drop .loading, .drag-and-drop .error { display: none; } 496 + .drag-and-drop .error { color: #cb2431; } 497 + .drag-and-drop img { vertical-align: top; } 498 + 499 + .is-default .drag-and-drop .default { display: inline-block; } 500 + 501 + .is-uploading .drag-and-drop .loading { display: inline-block; } 502 + 503 + .is-bad-file .drag-and-drop .bad-file { display: inline-block; } 504 + 505 + .is-duplicate-filename .drag-and-drop .duplicate-filename { display: inline-block; } 506 + 507 + .is-too-big .drag-and-drop .too-big { display: inline-block; } 508 + 509 + .is-hidden-file .drag-and-drop .hidden-file { display: inline-block; } 510 + 511 + .is-empty .drag-and-drop .empty { display: inline-block; } 512 + 513 + .is-bad-permissions .drag-and-drop .bad-permissions { display: inline-block; } 514 + 515 + .is-repository-required .drag-and-drop .repository-required { display: inline-block; } 516 + 517 + .drag-and-drop-error-info { font-weight: 400; color: #586069; } 518 + .drag-and-drop-error-info a { color: #0366d6; } 519 + 520 + .is-failed .drag-and-drop .failed-request { display: inline-block; } 521 + 522 + .manual-file-chooser { position: absolute; width: 240px; padding: 5px; margin-left: -80px; cursor: pointer; opacity: 0.0001; } 523 + 524 + .manual-file-chooser:hover + .manual-file-chooser-text { text-decoration: underline; } 525 + 526 + .btn .manual-file-chooser { top: 0; padding: 0; line-height: 34px; } 527 + 528 + .upload-enabled textarea { display: block; border-bottom: 1px dashed #dfe2e5; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } 529 + .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); } 530 + .upload-enabled.focused .form-control { box-shadow: none; } 531 + .upload-enabled.focused .drag-and-drop { border-color: #4a9eff; } 532 + 533 + .dragover textarea, .dragover .drag-and-drop { box-shadow: #c9ff00 0 0 3px; } 534 + 535 + .write-content { position: relative; } 536 + 537 + .previewable-comment-form { position: relative; } 538 + .previewable-comment-form .tabnav { position: relative; padding: 8px 8px 0; } 539 + .previewable-comment-form .comment { border: 1px solid #c3c8cf; } 540 + .previewable-comment-form .comment-form-error { margin-bottom: 8px; } 541 + .previewable-comment-form .write-content, .previewable-comment-form .preview-content { display: none; margin: 0 8px 8px; } 542 + .previewable-comment-form.write-selected .write-content, .previewable-comment-form.preview-selected .preview-content { display: block; } 543 + .previewable-comment-form textarea { display: block; width: 100%; min-height: 100px; max-height: 500px; padding: 8px; resize: vertical; } 544 + 545 + .form-action-spacious { margin-top: 10px; } 546 + 547 + div.composer { margin-top: 0; border: 0; } 548 + 549 + .composer .comment-form-textarea { height: 200px; min-height: 200px; } 550 + 551 + .composer .tabnav { margin: 0 0 10px; } 552 + 553 + h2.account { margin: 15px 0 0; font-size: 18px; font-weight: 400; color: #586069; } 554 + 555 + p.explain { position: relative; font-size: 12px; color: #586069; } 556 + p.explain strong { color: #24292e; } 557 + p.explain .octicon { margin-right: 5px; color: #959da5; } 558 + p.explain .minibutton { top: -4px; float: right; } 559 + 560 + .form-group label { position: static; } 561 + 562 + .input-group { display: table; } 563 + .input-group .form-control { position: relative; width: 100%; } 564 + .input-group .form-control:focus { z-index: 2; } 565 + .input-group .form-control + .btn { margin-left: 0; } 566 + .input-group.inline { display: inline-table; } 567 + 568 + .input-group .form-control, .input-group-button { display: table-cell; } 569 + 570 + .input-group-button { width: 1%; vertical-align: middle; } 571 + 572 + .input-group .form-control:first-child, .input-group-button:first-child .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } 573 + 574 + .input-group-button:first-child .btn { margin-right: -1px; } 575 + 576 + .input-group .form-control:last-child, .input-group-button:last-child .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } 577 + 578 + .input-group-button:last-child .btn { margin-left: -1px; } 579 + 580 + .container { width: 980px; margin-right: auto; margin-left: auto; } 581 + .container::before { display: table; content: ""; } 582 + .container::after { display: table; clear: both; content: ""; } 583 + 584 + .container-md { max-width: 768px; margin-right: auto; margin-left: auto; } 585 + 586 + .container-lg { max-width: 1012px; margin-right: auto; margin-left: auto; } 587 + 588 + .container-xl { max-width: 1280px; margin-right: auto; margin-left: auto; } 589 + 590 + .columns { margin-right: -10px; margin-left: -10px; } 591 + .columns::before { display: table; content: ""; } 592 + .columns::after { display: table; clear: both; content: ""; } 593 + 594 + .column { float: left; padding-right: 10px; padding-left: 10px; } 595 + 596 + .one-third { width: 33.333333%; } 597 + 598 + .two-thirds { width: 66.666667%; } 599 + 600 + .one-fourth { width: 25%; } 601 + 602 + .one-half { width: 50%; } 603 + 604 + .three-fourths { width: 75%; } 605 + 606 + .one-fifth { width: 20%; } 607 + 608 + .four-fifths { width: 80%; } 609 + 610 + .centered { display: block; float: none; margin-right: auto; margin-left: auto; } 611 + 612 + .col-1 { width: 8.3333333333%; } 613 + 614 + .col-2 { width: 16.6666666667%; } 615 + 616 + .col-3 { width: 25%; } 617 + 618 + .col-4 { width: 33.3333333333%; } 619 + 620 + .col-5 { width: 41.6666666667%; } 621 + 622 + .col-6 { width: 50%; } 623 + 624 + .col-7 { width: 58.3333333333%; } 625 + 626 + .col-8 { width: 66.6666666667%; } 627 + 628 + .col-9 { width: 75%; } 629 + 630 + .col-10 { width: 83.3333333333%; } 631 + 632 + .col-11 { width: 91.6666666667%; } 633 + 634 + .col-12 { width: 100%; } 635 + 636 + @media (min-width: 544px) { .col-sm-1 { width: 8.3333333333%; } 637 + .col-sm-2 { width: 16.6666666667%; } 638 + .col-sm-3 { width: 25%; } 639 + .col-sm-4 { width: 33.3333333333%; } 640 + .col-sm-5 { width: 41.6666666667%; } 641 + .col-sm-6 { width: 50%; } 642 + .col-sm-7 { width: 58.3333333333%; } 643 + .col-sm-8 { width: 66.6666666667%; } 644 + .col-sm-9 { width: 75%; } 645 + .col-sm-10 { width: 83.3333333333%; } 646 + .col-sm-11 { width: 91.6666666667%; } 647 + .col-sm-12 { width: 100%; } } 648 + @media (min-width: 768px) { .col-md-1 { width: 8.3333333333%; } 649 + .col-md-2 { width: 16.6666666667%; } 650 + .col-md-3 { width: 25%; } 651 + .col-md-4 { width: 33.3333333333%; } 652 + .col-md-5 { width: 41.6666666667%; } 653 + .col-md-6 { width: 50%; } 654 + .col-md-7 { width: 58.3333333333%; } 655 + .col-md-8 { width: 66.6666666667%; } 656 + .col-md-9 { width: 75%; } 657 + .col-md-10 { width: 83.3333333333%; } 658 + .col-md-11 { width: 91.6666666667%; } 659 + .col-md-12 { width: 100%; } } 660 + @media (min-width: 1012px) { .col-lg-1 { width: 8.3333333333%; } 661 + .col-lg-2 { width: 16.6666666667%; } 662 + .col-lg-3 { width: 25%; } 663 + .col-lg-4 { width: 33.3333333333%; } 664 + .col-lg-5 { width: 41.6666666667%; } 665 + .col-lg-6 { width: 50%; } 666 + .col-lg-7 { width: 58.3333333333%; } 667 + .col-lg-8 { width: 66.6666666667%; } 668 + .col-lg-9 { width: 75%; } 669 + .col-lg-10 { width: 83.3333333333%; } 670 + .col-lg-11 { width: 91.6666666667%; } 671 + .col-lg-12 { width: 100%; } } 672 + @media (min-width: 1280px) { .col-xl-1 { width: 8.3333333333%; } 673 + .col-xl-2 { width: 16.6666666667%; } 674 + .col-xl-3 { width: 25%; } 675 + .col-xl-4 { width: 33.3333333333%; } 676 + .col-xl-5 { width: 41.6666666667%; } 677 + .col-xl-6 { width: 50%; } 678 + .col-xl-7 { width: 58.3333333333%; } 679 + .col-xl-8 { width: 66.6666666667%; } 680 + .col-xl-9 { width: 75%; } 681 + .col-xl-10 { width: 83.3333333333%; } 682 + .col-xl-11 { width: 91.6666666667%; } 683 + .col-xl-12 { width: 100%; } } 684 + .gutter { margin-right: -16px; margin-left: -16px; } 685 + .gutter > [class*="col-"] { padding-right: 16px !important; padding-left: 16px !important; } 686 + 687 + .gutter-condensed { margin-right: -8px; margin-left: -8px; } 688 + .gutter-condensed > [class*="col-"] { padding-right: 8px !important; padding-left: 8px !important; } 689 + 690 + .gutter-spacious { margin-right: -24px; margin-left: -24px; } 691 + .gutter-spacious > [class*="col-"] { padding-right: 24px !important; padding-left: 24px !important; } 692 + 693 + @media (min-width: 544px) { .gutter-sm { margin-right: -16px; margin-left: -16px; } 694 + .gutter-sm > [class*="col-"] { padding-right: 16px !important; padding-left: 16px !important; } 695 + .gutter-sm-condensed { margin-right: -8px; margin-left: -8px; } 696 + .gutter-sm-condensed > [class*="col-"] { padding-right: 8px !important; padding-left: 8px !important; } 697 + .gutter-sm-spacious { margin-right: -24px; margin-left: -24px; } 698 + .gutter-sm-spacious > [class*="col-"] { padding-right: 24px !important; padding-left: 24px !important; } } 699 + @media (min-width: 768px) { .gutter-md { margin-right: -16px; margin-left: -16px; } 700 + .gutter-md > [class*="col-"] { padding-right: 16px !important; padding-left: 16px !important; } 701 + .gutter-md-condensed { margin-right: -8px; margin-left: -8px; } 702 + .gutter-md-condensed > [class*="col-"] { padding-right: 8px !important; padding-left: 8px !important; } 703 + .gutter-md-spacious { margin-right: -24px; margin-left: -24px; } 704 + .gutter-md-spacious > [class*="col-"] { padding-right: 24px !important; padding-left: 24px !important; } } 705 + @media (min-width: 1012px) { .gutter-lg { margin-right: -16px; margin-left: -16px; } 706 + .gutter-lg > [class*="col-"] { padding-right: 16px !important; padding-left: 16px !important; } 707 + .gutter-lg-condensed { margin-right: -8px; margin-left: -8px; } 708 + .gutter-lg-condensed > [class*="col-"] { padding-right: 8px !important; padding-left: 8px !important; } 709 + .gutter-lg-spacious { margin-right: -24px; margin-left: -24px; } 710 + .gutter-lg-spacious > [class*="col-"] { padding-right: 24px !important; padding-left: 24px !important; } } 711 + @media (min-width: 1280px) { .gutter-xl { margin-right: -16px; margin-left: -16px; } 712 + .gutter-xl > [class*="col-"] { padding-right: 16px !important; padding-left: 16px !important; } 713 + .gutter-xl-condensed { margin-right: -8px; margin-left: -8px; } 714 + .gutter-xl-condensed > [class*="col-"] { padding-right: 8px !important; padding-left: 8px !important; } 715 + .gutter-xl-spacious { margin-right: -24px; margin-left: -24px; } 716 + .gutter-xl-spacious > [class*="col-"] { padding-right: 24px !important; padding-left: 24px !important; } } 717 + .offset-1 { margin-left: 8.3333333333% !important; } 718 + 719 + .offset-2 { margin-left: 16.6666666667% !important; } 720 + 721 + .offset-3 { margin-left: 25% !important; } 722 + 723 + .offset-4 { margin-left: 33.3333333333% !important; } 724 + 725 + .offset-5 { margin-left: 41.6666666667% !important; } 726 + 727 + .offset-6 { margin-left: 50% !important; } 728 + 729 + .offset-7 { margin-left: 58.3333333333% !important; } 730 + 731 + .offset-8 { margin-left: 66.6666666667% !important; } 732 + 733 + .offset-9 { margin-left: 75% !important; } 734 + 735 + .offset-10 { margin-left: 83.3333333333% !important; } 736 + 737 + .offset-11 { margin-left: 91.6666666667% !important; } 738 + 739 + @media (min-width: 544px) { .offset-sm-1 { margin-left: 8.3333333333% !important; } 740 + .offset-sm-2 { margin-left: 16.6666666667% !important; } 741 + .offset-sm-3 { margin-left: 25% !important; } 742 + .offset-sm-4 { margin-left: 33.3333333333% !important; } 743 + .offset-sm-5 { margin-left: 41.6666666667% !important; } 744 + .offset-sm-6 { margin-left: 50% !important; } 745 + .offset-sm-7 { margin-left: 58.3333333333% !important; } 746 + .offset-sm-8 { margin-left: 66.6666666667% !important; } 747 + .offset-sm-9 { margin-left: 75% !important; } 748 + .offset-sm-10 { margin-left: 83.3333333333% !important; } 749 + .offset-sm-11 { margin-left: 91.6666666667% !important; } } 750 + @media (min-width: 768px) { .offset-md-1 { margin-left: 8.3333333333% !important; } 751 + .offset-md-2 { margin-left: 16.6666666667% !important; } 752 + .offset-md-3 { margin-left: 25% !important; } 753 + .offset-md-4 { margin-left: 33.3333333333% !important; } 754 + .offset-md-5 { margin-left: 41.6666666667% !important; } 755 + .offset-md-6 { margin-left: 50% !important; } 756 + .offset-md-7 { margin-left: 58.3333333333% !important; } 757 + .offset-md-8 { margin-left: 66.6666666667% !important; } 758 + .offset-md-9 { margin-left: 75% !important; } 759 + .offset-md-10 { margin-left: 83.3333333333% !important; } 760 + .offset-md-11 { margin-left: 91.6666666667% !important; } } 761 + @media (min-width: 1012px) { .offset-lg-1 { margin-left: 8.3333333333% !important; } 762 + .offset-lg-2 { margin-left: 16.6666666667% !important; } 763 + .offset-lg-3 { margin-left: 25% !important; } 764 + .offset-lg-4 { margin-left: 33.3333333333% !important; } 765 + .offset-lg-5 { margin-left: 41.6666666667% !important; } 766 + .offset-lg-6 { margin-left: 50% !important; } 767 + .offset-lg-7 { margin-left: 58.3333333333% !important; } 768 + .offset-lg-8 { margin-left: 66.6666666667% !important; } 769 + .offset-lg-9 { margin-left: 75% !important; } 770 + .offset-lg-10 { margin-left: 83.3333333333% !important; } 771 + .offset-lg-11 { margin-left: 91.6666666667% !important; } } 772 + @media (min-width: 1280px) { .offset-xl-1 { margin-left: 8.3333333333% !important; } 773 + .offset-xl-2 { margin-left: 16.6666666667% !important; } 774 + .offset-xl-3 { margin-left: 25% !important; } 775 + .offset-xl-4 { margin-left: 33.3333333333% !important; } 776 + .offset-xl-5 { margin-left: 41.6666666667% !important; } 777 + .offset-xl-6 { margin-left: 50% !important; } 778 + .offset-xl-7 { margin-left: 58.3333333333% !important; } 779 + .offset-xl-8 { margin-left: 66.6666666667% !important; } 780 + .offset-xl-9 { margin-left: 75% !important; } 781 + .offset-xl-10 { margin-left: 83.3333333333% !important; } 782 + .offset-xl-11 { margin-left: 91.6666666667% !important; } } 783 + .menu { margin-bottom: 15px; list-style: none; background-color: #fff; border: 1px solid #d1d5da; border-radius: 3px; } 784 + 785 + .menu-item { position: relative; display: block; padding: 8px 10px; border-bottom: 1px solid #e1e4e8; } 786 + .menu-item:first-child { border-top: 0; border-top-left-radius: 2px; border-top-right-radius: 2px; } 787 + .menu-item:first-child::before { border-top-left-radius: 2px; } 788 + .menu-item:last-child { border-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } 789 + .menu-item:last-child::before { border-bottom-left-radius: 2px; } 790 + .menu-item:hover { text-decoration: none; background-color: #f6f8fa; } 791 + .menu-item.selected { font-weight: 600; color: #24292e; cursor: default; background-color: #fff; } 792 + .menu-item.selected::before { position: absolute; top: 0; bottom: 0; left: 0; width: 2px; content: ""; background-color: #e36209; } 793 + .menu-item .octicon { width: 16px; margin-right: 5px; color: #24292e; text-align: center; } 794 + .menu-item .Counter { float: right; margin-left: 5px; } 795 + .menu-item .menu-warning { float: right; color: #86181d; } 796 + .menu-item .avatar { float: left; margin-right: 5px; } 797 + .menu-item.alert .Counter { color: #cb2431; } 798 + 799 + .menu-heading { display: block; padding: 8px 10px; margin-top: 0; margin-bottom: 0; font-size: 13px; font-weight: 600; line-height: 20px; color: #586069; background-color: #f3f5f8; border-bottom: 1px solid #e1e4e8; } 800 + .menu-heading:hover { text-decoration: none; } 801 + .menu-heading:first-child { border-top-left-radius: 2px; border-top-right-radius: 2px; } 802 + .menu-heading:last-child { border-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } 803 + 804 + .tabnav { margin-top: 0; margin-bottom: 15px; border-bottom: 1px solid #d1d5da; } 805 + .tabnav .Counter { margin-left: 5px; } 806 + 807 + .tabnav-tabs { margin-bottom: -1px; } 808 + 809 + .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; } 810 + .tabnav-tab.selected { color: #24292e; background-color: #fff; border-color: #d1d5da; border-radius: 3px 3px 0 0; } 811 + .tabnav-tab:hover, .tabnav-tab:focus { color: #24292e; text-decoration: none; } 812 + 813 + .tabnav-extra { display: inline-block; padding-top: 10px; margin-left: 10px; font-size: 12px; color: #586069; } 814 + .tabnav-extra > .octicon { margin-right: 2px; } 815 + 816 + a.tabnav-extra:hover { color: #0366d6; text-decoration: none; } 817 + 818 + .tabnav-btn { margin-left: 10px; } 819 + 820 + .filter-list { list-style-type: none; } 821 + .filter-list.small .filter-item { padding: 4px 10px; margin: 0 0 2px; font-size: 12px; } 822 + .filter-list.pjax-active .filter-item { color: #586069; background-color: transparent; } 823 + .filter-list.pjax-active .filter-item.pjax-active { color: #fff; background-color: #0366d6; } 824 + 825 + .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; } 826 + .filter-item:hover { text-decoration: none; background-color: #eaecef; } 827 + .filter-item.selected { color: #fff; background-color: #0366d6; } 828 + .filter-item .count { float: right; font-weight: 600; } 829 + .filter-item .bar { position: absolute; top: 2px; right: 0; bottom: 2px; z-index: -1; display: inline-block; background-color: #eff3f6; } 830 + 831 + .subnav { margin-bottom: 20px; } 832 + .subnav::before { display: table; content: ""; } 833 + .subnav::after { display: table; clear: both; content: ""; } 834 + 835 + .subnav-bordered { padding-bottom: 20px; border-bottom: 1px solid #eaecef; } 836 + 837 + .subnav-flush { margin-bottom: 0; } 838 + 839 + .subnav-item { position: relative; float: left; padding: 6px 14px; font-weight: 600; line-height: 20px; color: #586069; border: 1px solid #e1e4e8; } 840 + .subnav-item + .subnav-item { margin-left: -1px; } 841 + .subnav-item:hover, .subnav-item:focus { text-decoration: none; background-color: #f6f8fa; } 842 + .subnav-item.selected, .subnav-item.selected:hover, .subnav-item.selected:focus { z-index: 2; color: #fff; background-color: #0366d6; border-color: #0366d6; } 843 + .subnav-item:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } 844 + .subnav-item:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } 845 + 846 + .subnav-search { position: relative; margin-left: 10px; } 847 + 848 + .subnav-search-input { width: 320px; padding-left: 30px; color: #586069; } 849 + 850 + .subnav-search-input-wide { width: 500px; } 851 + 852 + .subnav-search-icon { position: absolute; top: 9px; left: 8px; display: block; color: #c6cbd1; text-align: center; pointer-events: none; } 853 + 854 + .subnav-search-context .btn { color: #444d56; border-top-right-radius: 0; border-bottom-right-radius: 0; } 855 + .subnav-search-context .btn:hover, .subnav-search-context .btn:focus, .subnav-search-context .btn:active, .subnav-search-context .btn.selected { z-index: 2; } 856 + .subnav-search-context + .subnav-search { margin-left: -1px; } 857 + .subnav-search-context + .subnav-search .subnav-search-input { border-top-left-radius: 0; border-bottom-left-radius: 0; } 858 + .subnav-search-context .select-menu-modal-holder { z-index: 30; } 859 + .subnav-search-context .select-menu-modal { width: 220px; } 860 + .subnav-search-context .select-menu-item-icon { color: inherit; } 861 + 862 + .subnav-spacer-right { padding-right: 10px; } 863 + 864 + .UnderlineNav { display: flex; justify-content: space-between; border-bottom: 1px solid #e1e4e8; } 865 + 866 + .UnderlineNav-body { display: flex; margin-bottom: -1px; } 867 + 868 + .UnderlineNav-item { padding: 16px 8px; margin-right: 16px; font-size: 14px; line-height: 1.5; color: #586069; text-align: center; border-bottom: 2px solid transparent; } 869 + .UnderlineNav-item:hover, .UnderlineNav-item:focus { color: #24292e; text-decoration: none; border-bottom-color: #d1d5da; transition: 0.2s ease; } 870 + .UnderlineNav-item:hover .UnderlineNav-octicon, .UnderlineNav-item:focus .UnderlineNav-octicon { color: #6a737d; } 871 + .UnderlineNav-item.selected { font-weight: 600; color: #24292e; border-bottom-color: #e36209; } 872 + .UnderlineNav-item.selected .UnderlineNav-octicon { color: #6a737d; } 873 + 874 + .UnderlineNav--right { justify-content: flex-end; } 875 + .UnderlineNav--right .UnderlineNav-item { margin-right: 0; margin-left: 16px; } 876 + .UnderlineNav--right .UnderlineNav-actions { flex: 1 1 auto; } 877 + 878 + .UnderlineNav-actions { align-self: center; } 879 + 880 + .UnderlineNav--full { display: block; } 881 + 882 + .UnderlineNav-octicon { color: #959da5; } 883 + 884 + .UnderlineNav-container { display: flex; justify-content: space-between; } 885 + 886 + .pagination::before { display: table; content: ""; } 887 + .pagination::after { display: table; clear: both; content: ""; } 888 + .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; } 889 + .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; } 890 + .pagination a:last-child, .pagination span:last-child, .pagination em:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } 891 + .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; } 892 + .pagination .selected { z-index: 3; } 893 + .pagination .current, .pagination .current:hover { z-index: 3; color: #fff; background-color: #0366d6; border-color: #0366d6; } 894 + .pagination .gap, .pagination .disabled, .pagination .gap:hover, .pagination .disabled:hover { color: #d1d5da; cursor: default; background-color: #fafbfc; } 895 + 896 + .paginate-container { margin-top: 20px; margin-bottom: 15px; text-align: center; } 897 + .paginate-container .pagination { display: inline-block; } 898 + 899 + .tooltipped { position: relative; } 900 + 901 + .tooltipped::after { position: absolute; z-index: 1000000; display: none; padding: 0.5em 0.75em; font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; -webkit-font-smoothing: subpixel-antialiased; color: #fff; text-align: center; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-wrap: break-word; white-space: pre; pointer-events: none; content: attr(aria-label); background: #1b1f23; border-radius: 3px; opacity: 0; } 902 + 903 + .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; } 904 + 905 + @keyframes tooltip-appear { from { opacity: 0; } 906 + to { opacity: 1; } } 907 + .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: 0.1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-delay: 0.4s; } 908 + 909 + .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; } 910 + 911 + .tooltipped-multiline:hover::after, .tooltipped-multiline:active::after, .tooltipped-multiline:focus::after { display: table-cell; } 912 + 913 + .tooltipped-s::after, .tooltipped-se::after, .tooltipped-sw::after { top: 100%; right: 50%; margin-top: 6px; } 914 + .tooltipped-s::before, .tooltipped-se::before, .tooltipped-sw::before { top: auto; right: 50%; bottom: -7px; margin-right: -6px; border-bottom-color: #1b1f23; } 915 + 916 + .tooltipped-se::after { right: auto; left: 50%; margin-left: -16px; } 917 + 918 + .tooltipped-sw::after { margin-right: -16px; } 919 + 920 + .tooltipped-n::after, .tooltipped-ne::after, .tooltipped-nw::after { right: 50%; bottom: 100%; margin-bottom: 6px; } 921 + .tooltipped-n::before, .tooltipped-ne::before, .tooltipped-nw::before { top: -7px; right: 50%; bottom: auto; margin-right: -6px; border-top-color: #1b1f23; } 922 + 923 + .tooltipped-ne::after { right: auto; left: 50%; margin-left: -16px; } 924 + 925 + .tooltipped-nw::after { margin-right: -16px; } 926 + 927 + .tooltipped-s::after, .tooltipped-n::after { transform: translateX(50%); } 928 + 929 + .tooltipped-w::after { right: 100%; bottom: 50%; margin-right: 6px; transform: translateY(50%); } 930 + .tooltipped-w::before { top: 50%; bottom: 50%; left: -7px; margin-top: -6px; border-left-color: #1b1f23; } 931 + 932 + .tooltipped-e::after { bottom: 50%; left: 100%; margin-left: 6px; transform: translateY(50%); } 933 + .tooltipped-e::before { top: 50%; right: -7px; bottom: 50%; margin-top: -6px; border-right-color: #1b1f23; } 934 + 935 + .tooltipped-align-right-1::after, .tooltipped-align-right-2::after { right: 0; margin-right: 0; } 936 + 937 + .tooltipped-align-right-1::before { right: 10px; } 938 + 939 + .tooltipped-align-right-2::before { right: 15px; } 940 + 941 + .tooltipped-align-left-1::after, .tooltipped-align-left-2::after { left: 0; margin-left: 0; } 942 + 943 + .tooltipped-align-left-1::before { left: 5px; } 944 + 945 + .tooltipped-align-left-2::before { left: 10px; } 946 + 947 + .tooltipped-multiline::after { width: max-content; max-width: 250px; word-wrap: break-word; white-space: pre-line; border-collapse: separate; } 948 + .tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after { right: auto; left: 50%; transform: translateX(-50%); } 949 + .tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after { right: 100%; } 950 + 951 + @media screen and (min-width: 0\0 ) { .tooltipped-multiline::after { width: 250px; } } 952 + .tooltipped-sticky::before, .tooltipped-sticky::after { display: inline-block; } 953 + .tooltipped-sticky.tooltipped-multiline::after { display: table-cell; } 954 + 955 + .css-truncate.css-truncate-target, .css-truncate .css-truncate-target { display: inline-block; max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: top; } 956 + .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; } 957 + 958 + /* Fade in an element */ 959 + .anim-fade-in { animation-name: fade-in; animation-duration: 1s; animation-timing-function: ease-in-out; } 960 + .anim-fade-in.fast { animation-duration: 300ms; } 961 + 962 + @keyframes fade-in { 0% { opacity: 0; } 963 + 100% { opacity: 1; } } 964 + /* Fade out an element */ 965 + .anim-fade-out { animation-name: fade-out; animation-duration: 1s; animation-timing-function: ease-out; } 966 + .anim-fade-out.fast { animation-duration: 0.3s; } 967 + 968 + @keyframes fade-out { 0% { opacity: 1; } 969 + 100% { opacity: 0; } } 970 + /* Fade in and slide up an element */ 971 + .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; } 972 + 973 + @keyframes fade-up { 0% { opacity: 0.8; transform: translateY(100%); } 974 + 100% { opacity: 1; transform: translateY(0); } } 975 + /* Fade an element out and slide down */ 976 + .anim-fade-down { animation-name: fade-down; animation-duration: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; } 977 + 978 + @keyframes fade-down { 0% { opacity: 1; transform: translateY(0); } 979 + 100% { opacity: 0.5; transform: translateY(100%); } } 980 + /* Grow an element width from 0 to 100% */ 981 + .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; } 982 + 983 + @keyframes grow-x { to { width: 100%; } } 984 + /* Shrink an element from 100% to 0% */ 985 + .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; } 986 + 987 + @keyframes shrink-x { to { width: 0%; } } 988 + /* Fade in an element and scale it fast */ 989 + .anim-scale-in { animation-name: scale-in; animation-duration: 0.15s; animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5); } 990 + 991 + @keyframes scale-in { 0% { opacity: 0; transform: scale(0.5); } 992 + 100% { opacity: 1; transform: scale(1); } } 993 + /* Pulse an element's opacity */ 994 + .anim-pulse { animation-name: pulse; animation-duration: 2s; animation-timing-function: linear; animation-iteration-count: infinite; } 995 + 996 + @keyframes pulse { 0% { opacity: 0.3; } 997 + 10% { opacity: 1; } 998 + 100% { opacity: 0.3; } } 999 + /* Pulse in an element */ 1000 + .anim-pulse-in { animation-name: pulse-in; animation-duration: 0.5s; } 1001 + 1002 + @keyframes pulse-in { 0% { transform: scale3d(1, 1, 1); } 1003 + 50% { transform: scale3d(1.1, 1.1, 1.1); } 1004 + 100% { transform: scale3d(1, 1, 1); } } 1005 + /* Increase scale of an element on hover */ 1006 + .hover-grow { transition: transform 0.3s; backface-visibility: hidden; } 1007 + .hover-grow:hover { transform: scale(1.025); } 1008 + 1009 + /* Add a gray border on all sides */ 1010 + .border { border: 1px #e1e4e8 solid !important; } 1011 + 1012 + /* Add a gray border to the left and right */ 1013 + .border-y { border-top: 1px #e1e4e8 solid !important; border-bottom: 1px #e1e4e8 solid !important; } 1014 + 1015 + /* Remove borders from all sides */ 1016 + .border-0 { border: 0 !important; } 1017 + 1018 + .border-dashed { border-style: dashed !important; } 1019 + 1020 + /* Use with .border to turn the border blue */ 1021 + .border-blue { border-color: #0366d6 !important; } 1022 + 1023 + /* Use with .border to turn the border blue-light */ 1024 + .border-blue-light { border-color: #c8e1ff !important; } 1025 + 1026 + /* Use with .border to turn the border green */ 1027 + .border-green { border-color: #34d058 !important; } 1028 + 1029 + /* Use with .border to turn the border green light */ 1030 + .border-green-light { border-color: #a2cbac !important; } 1031 + 1032 + /* Use with .border to turn the border red */ 1033 + .border-red { border-color: #d73a49 !important; } 1034 + 1035 + /* Use with .border to turn the border red-light */ 1036 + .border-red-light { border-color: #cea0a5 !important; } 1037 + 1038 + /* Use with .border to turn the border purple */ 1039 + .border-purple { border-color: #6f42c1 !important; } 1040 + 1041 + /* Use with .border to turn the border yellow */ 1042 + .border-yellow { border-color: #d9d0a5 !important; } 1043 + 1044 + /* Use with .border to turn the border gray-light */ 1045 + .border-gray-light { border-color: #eaecef !important; } 1046 + 1047 + /* Use with .border to turn the border gray-dark */ 1048 + .border-gray-dark { border-color: #d1d5da !important; } 1049 + 1050 + /* Use with .border to turn the border rgba black 0.15 */ 1051 + .border-black-fade { border-color: rgba(27, 31, 35, 0.15) !important; } 1052 + 1053 + /* Add a gray border */ 1054 + /* Add a gray border to the top */ 1055 + .border-top { border-top: 1px #e1e4e8 solid !important; } 1056 + 1057 + /* Add a gray border to the right */ 1058 + .border-right { border-right: 1px #e1e4e8 solid !important; } 1059 + 1060 + /* Add a gray border to the bottom */ 1061 + .border-bottom { border-bottom: 1px #e1e4e8 solid !important; } 1062 + 1063 + /* Add a gray border to the left */ 1064 + .border-left { border-left: 1px #e1e4e8 solid !important; } 1065 + 1066 + /* Remove the top border */ 1067 + .border-top-0 { border-top: 0 !important; } 1068 + 1069 + /* Remove the right border */ 1070 + .border-right-0 { border-right: 0 !important; } 1071 + 1072 + /* Remove the bottom border */ 1073 + .border-bottom-0 { border-bottom: 0 !important; } 1074 + 1075 + /* Remove the left border */ 1076 + .border-left-0 { border-left: 0 !important; } 1077 + 1078 + /* Remove the border-radius */ 1079 + .rounded-0 { border-radius: 0 !important; } 1080 + 1081 + /* Add a border-radius to all corners */ 1082 + .rounded-1 { border-radius: 3px !important; } 1083 + 1084 + /* Add a 2x border-radius to all corners */ 1085 + .rounded-2 { border-radius: 6px !important; } 1086 + 1087 + .rounded-top-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; } 1088 + 1089 + .rounded-top-1 { border-top-left-radius: 3px !important; border-top-right-radius: 3px !important; } 1090 + 1091 + .rounded-top-2 { border-top-left-radius: 6px !important; border-top-right-radius: 6px !important; } 1092 + 1093 + .rounded-right-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } 1094 + 1095 + .rounded-right-1 { border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; } 1096 + 1097 + .rounded-right-2 { border-top-right-radius: 6px !important; border-bottom-right-radius: 6px !important; } 1098 + 1099 + .rounded-bottom-0 { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; } 1100 + 1101 + .rounded-bottom-1 { border-bottom-right-radius: 3px !important; border-bottom-left-radius: 3px !important; } 1102 + 1103 + .rounded-bottom-2 { border-bottom-right-radius: 6px !important; border-bottom-left-radius: 6px !important; } 1104 + 1105 + .rounded-left-0 { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } 1106 + 1107 + .rounded-left-1 { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; } 1108 + 1109 + .rounded-left-2 { border-bottom-left-radius: 6px !important; border-top-left-radius: 6px !important; } 1110 + 1111 + @media (min-width: 544px) { /* Add a gray border */ 1112 + /* Add a gray border to the top */ 1113 + .border-sm-top { border-top: 1px #e1e4e8 solid !important; } 1114 + /* Add a gray border to the right */ 1115 + .border-sm-right { border-right: 1px #e1e4e8 solid !important; } 1116 + /* Add a gray border to the bottom */ 1117 + .border-sm-bottom { border-bottom: 1px #e1e4e8 solid !important; } 1118 + /* Add a gray border to the left */ 1119 + .border-sm-left { border-left: 1px #e1e4e8 solid !important; } 1120 + /* Remove the top border */ 1121 + .border-sm-top-0 { border-top: 0 !important; } 1122 + /* Remove the right border */ 1123 + .border-sm-right-0 { border-right: 0 !important; } 1124 + /* Remove the bottom border */ 1125 + .border-sm-bottom-0 { border-bottom: 0 !important; } 1126 + /* Remove the left border */ 1127 + .border-sm-left-0 { border-left: 0 !important; } 1128 + /* Remove the border-radius */ 1129 + .rounded-sm-0 { border-radius: 0 !important; } 1130 + /* Add a border-radius to all corners */ 1131 + .rounded-sm-1 { border-radius: 3px !important; } 1132 + /* Add a 2x border-radius to all corners */ 1133 + .rounded-sm-2 { border-radius: 6px !important; } 1134 + .rounded-sm-top-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; } 1135 + .rounded-sm-top-1 { border-top-left-radius: 3px !important; border-top-right-radius: 3px !important; } 1136 + .rounded-sm-top-2 { border-top-left-radius: 6px !important; border-top-right-radius: 6px !important; } 1137 + .rounded-sm-right-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } 1138 + .rounded-sm-right-1 { border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; } 1139 + .rounded-sm-right-2 { border-top-right-radius: 6px !important; border-bottom-right-radius: 6px !important; } 1140 + .rounded-sm-bottom-0 { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; } 1141 + .rounded-sm-bottom-1 { border-bottom-right-radius: 3px !important; border-bottom-left-radius: 3px !important; } 1142 + .rounded-sm-bottom-2 { border-bottom-right-radius: 6px !important; border-bottom-left-radius: 6px !important; } 1143 + .rounded-sm-left-0 { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } 1144 + .rounded-sm-left-1 { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; } 1145 + .rounded-sm-left-2 { border-bottom-left-radius: 6px !important; border-top-left-radius: 6px !important; } } 1146 + @media (min-width: 768px) { /* Add a gray border */ 1147 + /* Add a gray border to the top */ 1148 + .border-md-top { border-top: 1px #e1e4e8 solid !important; } 1149 + /* Add a gray border to the right */ 1150 + .border-md-right { border-right: 1px #e1e4e8 solid !important; } 1151 + /* Add a gray border to the bottom */ 1152 + .border-md-bottom { border-bottom: 1px #e1e4e8 solid !important; } 1153 + /* Add a gray border to the left */ 1154 + .border-md-left { border-left: 1px #e1e4e8 solid !important; } 1155 + /* Remove the top border */ 1156 + .border-md-top-0 { border-top: 0 !important; } 1157 + /* Remove the right border */ 1158 + .border-md-right-0 { border-right: 0 !important; } 1159 + /* Remove the bottom border */ 1160 + .border-md-bottom-0 { border-bottom: 0 !important; } 1161 + /* Remove the left border */ 1162 + .border-md-left-0 { border-left: 0 !important; } 1163 + /* Remove the border-radius */ 1164 + .rounded-md-0 { border-radius: 0 !important; } 1165 + /* Add a border-radius to all corners */ 1166 + .rounded-md-1 { border-radius: 3px !important; } 1167 + /* Add a 2x border-radius to all corners */ 1168 + .rounded-md-2 { border-radius: 6px !important; } 1169 + .rounded-md-top-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; } 1170 + .rounded-md-top-1 { border-top-left-radius: 3px !important; border-top-right-radius: 3px !important; } 1171 + .rounded-md-top-2 { border-top-left-radius: 6px !important; border-top-right-radius: 6px !important; } 1172 + .rounded-md-right-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } 1173 + .rounded-md-right-1 { border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; } 1174 + .rounded-md-right-2 { border-top-right-radius: 6px !important; border-bottom-right-radius: 6px !important; } 1175 + .rounded-md-bottom-0 { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; } 1176 + .rounded-md-bottom-1 { border-bottom-right-radius: 3px !important; border-bottom-left-radius: 3px !important; } 1177 + .rounded-md-bottom-2 { border-bottom-right-radius: 6px !important; border-bottom-left-radius: 6px !important; } 1178 + .rounded-md-left-0 { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } 1179 + .rounded-md-left-1 { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; } 1180 + .rounded-md-left-2 { border-bottom-left-radius: 6px !important; border-top-left-radius: 6px !important; } } 1181 + @media (min-width: 1012px) { /* Add a gray border */ 1182 + /* Add a gray border to the top */ 1183 + .border-lg-top { border-top: 1px #e1e4e8 solid !important; } 1184 + /* Add a gray border to the right */ 1185 + .border-lg-right { border-right: 1px #e1e4e8 solid !important; } 1186 + /* Add a gray border to the bottom */ 1187 + .border-lg-bottom { border-bottom: 1px #e1e4e8 solid !important; } 1188 + /* Add a gray border to the left */ 1189 + .border-lg-left { border-left: 1px #e1e4e8 solid !important; } 1190 + /* Remove the top border */ 1191 + .border-lg-top-0 { border-top: 0 !important; } 1192 + /* Remove the right border */ 1193 + .border-lg-right-0 { border-right: 0 !important; } 1194 + /* Remove the bottom border */ 1195 + .border-lg-bottom-0 { border-bottom: 0 !important; } 1196 + /* Remove the left border */ 1197 + .border-lg-left-0 { border-left: 0 !important; } 1198 + /* Remove the border-radius */ 1199 + .rounded-lg-0 { border-radius: 0 !important; } 1200 + /* Add a border-radius to all corners */ 1201 + .rounded-lg-1 { border-radius: 3px !important; } 1202 + /* Add a 2x border-radius to all corners */ 1203 + .rounded-lg-2 { border-radius: 6px !important; } 1204 + .rounded-lg-top-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; } 1205 + .rounded-lg-top-1 { border-top-left-radius: 3px !important; border-top-right-radius: 3px !important; } 1206 + .rounded-lg-top-2 { border-top-left-radius: 6px !important; border-top-right-radius: 6px !important; } 1207 + .rounded-lg-right-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } 1208 + .rounded-lg-right-1 { border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; } 1209 + .rounded-lg-right-2 { border-top-right-radius: 6px !important; border-bottom-right-radius: 6px !important; } 1210 + .rounded-lg-bottom-0 { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; } 1211 + .rounded-lg-bottom-1 { border-bottom-right-radius: 3px !important; border-bottom-left-radius: 3px !important; } 1212 + .rounded-lg-bottom-2 { border-bottom-right-radius: 6px !important; border-bottom-left-radius: 6px !important; } 1213 + .rounded-lg-left-0 { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } 1214 + .rounded-lg-left-1 { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; } 1215 + .rounded-lg-left-2 { border-bottom-left-radius: 6px !important; border-top-left-radius: 6px !important; } } 1216 + @media (min-width: 1280px) { /* Add a gray border */ 1217 + /* Add a gray border to the top */ 1218 + .border-xl-top { border-top: 1px #e1e4e8 solid !important; } 1219 + /* Add a gray border to the right */ 1220 + .border-xl-right { border-right: 1px #e1e4e8 solid !important; } 1221 + /* Add a gray border to the bottom */ 1222 + .border-xl-bottom { border-bottom: 1px #e1e4e8 solid !important; } 1223 + /* Add a gray border to the left */ 1224 + .border-xl-left { border-left: 1px #e1e4e8 solid !important; } 1225 + /* Remove the top border */ 1226 + .border-xl-top-0 { border-top: 0 !important; } 1227 + /* Remove the right border */ 1228 + .border-xl-right-0 { border-right: 0 !important; } 1229 + /* Remove the bottom border */ 1230 + .border-xl-bottom-0 { border-bottom: 0 !important; } 1231 + /* Remove the left border */ 1232 + .border-xl-left-0 { border-left: 0 !important; } 1233 + /* Remove the border-radius */ 1234 + .rounded-xl-0 { border-radius: 0 !important; } 1235 + /* Add a border-radius to all corners */ 1236 + .rounded-xl-1 { border-radius: 3px !important; } 1237 + /* Add a 2x border-radius to all corners */ 1238 + .rounded-xl-2 { border-radius: 6px !important; } 1239 + .rounded-xl-top-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; } 1240 + .rounded-xl-top-1 { border-top-left-radius: 3px !important; border-top-right-radius: 3px !important; } 1241 + .rounded-xl-top-2 { border-top-left-radius: 6px !important; border-top-right-radius: 6px !important; } 1242 + .rounded-xl-right-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } 1243 + .rounded-xl-right-1 { border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; } 1244 + .rounded-xl-right-2 { border-top-right-radius: 6px !important; border-bottom-right-radius: 6px !important; } 1245 + .rounded-xl-bottom-0 { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; } 1246 + .rounded-xl-bottom-1 { border-bottom-right-radius: 3px !important; border-bottom-left-radius: 3px !important; } 1247 + .rounded-xl-bottom-2 { border-bottom-right-radius: 6px !important; border-bottom-left-radius: 6px !important; } 1248 + .rounded-xl-left-0 { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } 1249 + .rounded-xl-left-1 { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; } 1250 + .rounded-xl-left-2 { border-bottom-left-radius: 6px !important; border-top-left-radius: 6px !important; } } 1251 + /* Add a 50% border-radius to make something into a circle */ 1252 + .circle { border-radius: 50% !important; } 1253 + 1254 + .box-shadow { box-shadow: 0 1px 1px rgba(27, 31, 35, 0.1) !important; } 1255 + 1256 + .box-shadow-medium { box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15) !important; } 1257 + 1258 + .box-shadow-large { box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15) !important; } 1259 + 1260 + .box-shadow-extra-large { box-shadow: 0 10px 50px rgba(27, 31, 35, 0.07) !important; } 1261 + 1262 + .box-shadow-none { box-shadow: none !important; } 1263 + 1264 + /* Set the background to $bg-white */ 1265 + .bg-white { background-color: #fff !important; } 1266 + 1267 + /* Set the background to $bg-blue */ 1268 + .bg-blue { background-color: #0366d6 !important; } 1269 + 1270 + /* Set the background to $bg-blue-light */ 1271 + .bg-blue-light { background-color: #f1f8ff !important; } 1272 + 1273 + /* Set the background to $bg-gray-dark */ 1274 + .bg-gray-dark { background-color: #24292e !important; } 1275 + 1276 + /* Set the background to $bg-gray */ 1277 + .bg-gray { background-color: #f6f8fa !important; } 1278 + 1279 + /* Set the background to $bg-gray-light */ 1280 + .bg-gray-light { background-color: #fafbfc !important; } 1281 + 1282 + /* Set the background to $bg-green */ 1283 + .bg-green { background-color: #28a745 !important; } 1284 + 1285 + /* Set the background to $bg-green-light */ 1286 + .bg-green-light { background-color: #dcffe4 !important; } 1287 + 1288 + /* Set the background to $bg-red */ 1289 + .bg-red { background-color: #d73a49 !important; } 1290 + 1291 + /* Set the background to $bg-red-light */ 1292 + .bg-red-light { background-color: #ffdce0 !important; } 1293 + 1294 + /* Set the background to $bg-yellow */ 1295 + .bg-yellow { background-color: #ffd33d !important; } 1296 + 1297 + /* Set the background to $bg-yellow-light */ 1298 + .bg-yellow-light { background-color: #fff5b1 !important; } 1299 + 1300 + /* Set the background to $bg-purple */ 1301 + .bg-purple { background-color: #6f42c1 !important; } 1302 + 1303 + /* Set the background to $bg-purple-light */ 1304 + .bg-purple-light { background-color: #f5f0ff !important; } 1305 + 1306 + .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; } 1307 + 1308 + /* Set the text color to $text-blue */ 1309 + .text-blue { color: #0366d6 !important; } 1310 + 1311 + /* Set the text color to $text-red */ 1312 + .text-red { color: #cb2431 !important; } 1313 + 1314 + /* Set the text color to $text-gray-light */ 1315 + .text-gray-light { color: #6a737d !important; } 1316 + 1317 + /* Set the text color to $text-gray */ 1318 + .text-gray { color: #586069 !important; } 1319 + 1320 + /* Set the text color to $text-gray-dark */ 1321 + .text-gray-dark { color: #24292e !important; } 1322 + 1323 + /* Set the text color to $text-green */ 1324 + .text-green { color: #28a745 !important; } 1325 + 1326 + /* Set the text color to $text-orange */ 1327 + .text-orange { color: #a04100 !important; } 1328 + 1329 + /* Set the text color to $text-orange-light */ 1330 + .text-orange-light { color: #e36209 !important; } 1331 + 1332 + /* Set the text color to $text-purple */ 1333 + .text-purple { color: #6f42c1 !important; } 1334 + 1335 + /* Set the text color to $text-white */ 1336 + .text-white { color: #fff !important; } 1337 + 1338 + /* Set the text color to inherit */ 1339 + .text-inherit { color: inherit !important; } 1340 + 1341 + .text-pending { color: #b08800 !important; } 1342 + 1343 + .bg-pending { color: #dbab09 !important; } 1344 + 1345 + .link-gray { color: #586069 !important; } 1346 + .link-gray:hover { color: #0366d6 !important; } 1347 + 1348 + .link-gray-dark { color: #24292e !important; } 1349 + .link-gray-dark:hover { color: #0366d6 !important; } 1350 + 1351 + /* Set the link color to $text-blue on hover Useful when you want only part of a link to turn blue on hover */ 1352 + .link-hover-blue:hover { color: #0366d6 !important; } 1353 + 1354 + /* Make a link $text-gray, then $text-blue on hover and removes the underline */ 1355 + .muted-link { color: #586069 !important; } 1356 + .muted-link:hover { color: #0366d6 !important; text-decoration: none; } 1357 + 1358 + .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; } 1359 + 1360 + .details-overlay-dark[open] > summary::before { z-index: 99; background: rgba(27, 31, 35, 0.5); } 1361 + 1362 + .flex-row { flex-direction: row !important; } 1363 + 1364 + .flex-row-reverse { flex-direction: row-reverse !important; } 1365 + 1366 + .flex-column { flex-direction: column !important; } 1367 + 1368 + .flex-wrap { flex-wrap: wrap !important; } 1369 + 1370 + .flex-nowrap { flex-wrap: nowrap !important; } 1371 + 1372 + .flex-justify-start { justify-content: flex-start !important; } 1373 + 1374 + .flex-justify-end { justify-content: flex-end !important; } 1375 + 1376 + .flex-justify-center { justify-content: center !important; } 1377 + 1378 + .flex-justify-between { justify-content: space-between !important; } 1379 + 1380 + .flex-justify-around { justify-content: space-around !important; } 1381 + 1382 + .flex-items-start { align-items: flex-start !important; } 1383 + 1384 + .flex-items-end { align-items: flex-end !important; } 1385 + 1386 + .flex-items-center { align-items: center !important; } 1387 + 1388 + .flex-items-baseline { align-items: baseline !important; } 1389 + 1390 + .flex-items-stretch { align-items: stretch !important; } 1391 + 1392 + .flex-content-start { align-content: flex-start !important; } 1393 + 1394 + .flex-content-end { align-content: flex-end !important; } 1395 + 1396 + .flex-content-center { align-content: center !important; } 1397 + 1398 + .flex-content-between { align-content: space-between !important; } 1399 + 1400 + .flex-content-around { align-content: space-around !important; } 1401 + 1402 + .flex-content-stretch { align-content: stretch !important; } 1403 + 1404 + .flex-auto { flex: 1 1 auto !important; } 1405 + 1406 + .flex-shrink-0 { flex-shrink: 0 !important; } 1407 + 1408 + .flex-self-auto { align-self: auto !important; } 1409 + 1410 + .flex-self-start { align-self: flex-start !important; } 1411 + 1412 + .flex-self-end { align-self: flex-end !important; } 1413 + 1414 + .flex-self-center { align-self: center !important; } 1415 + 1416 + .flex-self-baseline { align-self: baseline !important; } 1417 + 1418 + .flex-self-stretch { align-self: stretch !important; } 1419 + 1420 + .flex-item-equal { flex-grow: 1; flex-basis: 0; } 1421 + 1422 + @media (min-width: 544px) { .flex-sm-row { flex-direction: row !important; } 1423 + .flex-sm-row-reverse { flex-direction: row-reverse !important; } 1424 + .flex-sm-column { flex-direction: column !important; } 1425 + .flex-sm-wrap { flex-wrap: wrap !important; } 1426 + .flex-sm-nowrap { flex-wrap: nowrap !important; } 1427 + .flex-sm-justify-start { justify-content: flex-start !important; } 1428 + .flex-sm-justify-end { justify-content: flex-end !important; } 1429 + .flex-sm-justify-center { justify-content: center !important; } 1430 + .flex-sm-justify-between { justify-content: space-between !important; } 1431 + .flex-sm-justify-around { justify-content: space-around !important; } 1432 + .flex-sm-items-start { align-items: flex-start !important; } 1433 + .flex-sm-items-end { align-items: flex-end !important; } 1434 + .flex-sm-items-center { align-items: center !important; } 1435 + .flex-sm-items-baseline { align-items: baseline !important; } 1436 + .flex-sm-items-stretch { align-items: stretch !important; } 1437 + .flex-sm-content-start { align-content: flex-start !important; } 1438 + .flex-sm-content-end { align-content: flex-end !important; } 1439 + .flex-sm-content-center { align-content: center !important; } 1440 + .flex-sm-content-between { align-content: space-between !important; } 1441 + .flex-sm-content-around { align-content: space-around !important; } 1442 + .flex-sm-content-stretch { align-content: stretch !important; } 1443 + .flex-sm-auto { flex: 1 1 auto !important; } 1444 + .flex-sm-shrink-0 { flex-shrink: 0 !important; } 1445 + .flex-sm-self-auto { align-self: auto !important; } 1446 + .flex-sm-self-start { align-self: flex-start !important; } 1447 + .flex-sm-self-end { align-self: flex-end !important; } 1448 + .flex-sm-self-center { align-self: center !important; } 1449 + .flex-sm-self-baseline { align-self: baseline !important; } 1450 + .flex-sm-self-stretch { align-self: stretch !important; } 1451 + .flex-sm-item-equal { flex-grow: 1; flex-basis: 0; } } 1452 + @media (min-width: 768px) { .flex-md-row { flex-direction: row !important; } 1453 + .flex-md-row-reverse { flex-direction: row-reverse !important; } 1454 + .flex-md-column { flex-direction: column !important; } 1455 + .flex-md-wrap { flex-wrap: wrap !important; } 1456 + .flex-md-nowrap { flex-wrap: nowrap !important; } 1457 + .flex-md-justify-start { justify-content: flex-start !important; } 1458 + .flex-md-justify-end { justify-content: flex-end !important; } 1459 + .flex-md-justify-center { justify-content: center !important; } 1460 + .flex-md-justify-between { justify-content: space-between !important; } 1461 + .flex-md-justify-around { justify-content: space-around !important; } 1462 + .flex-md-items-start { align-items: flex-start !important; } 1463 + .flex-md-items-end { align-items: flex-end !important; } 1464 + .flex-md-items-center { align-items: center !important; } 1465 + .flex-md-items-baseline { align-items: baseline !important; } 1466 + .flex-md-items-stretch { align-items: stretch !important; } 1467 + .flex-md-content-start { align-content: flex-start !important; } 1468 + .flex-md-content-end { align-content: flex-end !important; } 1469 + .flex-md-content-center { align-content: center !important; } 1470 + .flex-md-content-between { align-content: space-between !important; } 1471 + .flex-md-content-around { align-content: space-around !important; } 1472 + .flex-md-content-stretch { align-content: stretch !important; } 1473 + .flex-md-auto { flex: 1 1 auto !important; } 1474 + .flex-md-shrink-0 { flex-shrink: 0 !important; } 1475 + .flex-md-self-auto { align-self: auto !important; } 1476 + .flex-md-self-start { align-self: flex-start !important; } 1477 + .flex-md-self-end { align-self: flex-end !important; } 1478 + .flex-md-self-center { align-self: center !important; } 1479 + .flex-md-self-baseline { align-self: baseline !important; } 1480 + .flex-md-self-stretch { align-self: stretch !important; } 1481 + .flex-md-item-equal { flex-grow: 1; flex-basis: 0; } } 1482 + @media (min-width: 1012px) { .flex-lg-row { flex-direction: row !important; } 1483 + .flex-lg-row-reverse { flex-direction: row-reverse !important; } 1484 + .flex-lg-column { flex-direction: column !important; } 1485 + .flex-lg-wrap { flex-wrap: wrap !important; } 1486 + .flex-lg-nowrap { flex-wrap: nowrap !important; } 1487 + .flex-lg-justify-start { justify-content: flex-start !important; } 1488 + .flex-lg-justify-end { justify-content: flex-end !important; } 1489 + .flex-lg-justify-center { justify-content: center !important; } 1490 + .flex-lg-justify-between { justify-content: space-between !important; } 1491 + .flex-lg-justify-around { justify-content: space-around !important; } 1492 + .flex-lg-items-start { align-items: flex-start !important; } 1493 + .flex-lg-items-end { align-items: flex-end !important; } 1494 + .flex-lg-items-center { align-items: center !important; } 1495 + .flex-lg-items-baseline { align-items: baseline !important; } 1496 + .flex-lg-items-stretch { align-items: stretch !important; } 1497 + .flex-lg-content-start { align-content: flex-start !important; } 1498 + .flex-lg-content-end { align-content: flex-end !important; } 1499 + .flex-lg-content-center { align-content: center !important; } 1500 + .flex-lg-content-between { align-content: space-between !important; } 1501 + .flex-lg-content-around { align-content: space-around !important; } 1502 + .flex-lg-content-stretch { align-content: stretch !important; } 1503 + .flex-lg-auto { flex: 1 1 auto !important; } 1504 + .flex-lg-shrink-0 { flex-shrink: 0 !important; } 1505 + .flex-lg-self-auto { align-self: auto !important; } 1506 + .flex-lg-self-start { align-self: flex-start !important; } 1507 + .flex-lg-self-end { align-self: flex-end !important; } 1508 + .flex-lg-self-center { align-self: center !important; } 1509 + .flex-lg-self-baseline { align-self: baseline !important; } 1510 + .flex-lg-self-stretch { align-self: stretch !important; } 1511 + .flex-lg-item-equal { flex-grow: 1; flex-basis: 0; } } 1512 + @media (min-width: 1280px) { .flex-xl-row { flex-direction: row !important; } 1513 + .flex-xl-row-reverse { flex-direction: row-reverse !important; } 1514 + .flex-xl-column { flex-direction: column !important; } 1515 + .flex-xl-wrap { flex-wrap: wrap !important; } 1516 + .flex-xl-nowrap { flex-wrap: nowrap !important; } 1517 + .flex-xl-justify-start { justify-content: flex-start !important; } 1518 + .flex-xl-justify-end { justify-content: flex-end !important; } 1519 + .flex-xl-justify-center { justify-content: center !important; } 1520 + .flex-xl-justify-between { justify-content: space-between !important; } 1521 + .flex-xl-justify-around { justify-content: space-around !important; } 1522 + .flex-xl-items-start { align-items: flex-start !important; } 1523 + .flex-xl-items-end { align-items: flex-end !important; } 1524 + .flex-xl-items-center { align-items: center !important; } 1525 + .flex-xl-items-baseline { align-items: baseline !important; } 1526 + .flex-xl-items-stretch { align-items: stretch !important; } 1527 + .flex-xl-content-start { align-content: flex-start !important; } 1528 + .flex-xl-content-end { align-content: flex-end !important; } 1529 + .flex-xl-content-center { align-content: center !important; } 1530 + .flex-xl-content-between { align-content: space-between !important; } 1531 + .flex-xl-content-around { align-content: space-around !important; } 1532 + .flex-xl-content-stretch { align-content: stretch !important; } 1533 + .flex-xl-auto { flex: 1 1 auto !important; } 1534 + .flex-xl-shrink-0 { flex-shrink: 0 !important; } 1535 + .flex-xl-self-auto { align-self: auto !important; } 1536 + .flex-xl-self-start { align-self: flex-start !important; } 1537 + .flex-xl-self-end { align-self: flex-end !important; } 1538 + .flex-xl-self-center { align-self: center !important; } 1539 + .flex-xl-self-baseline { align-self: baseline !important; } 1540 + .flex-xl-self-stretch { align-self: stretch !important; } 1541 + .flex-xl-item-equal { flex-grow: 1; flex-basis: 0; } } 1542 + /* Set position to static */ 1543 + .position-static { position: static !important; } 1544 + 1545 + /* Set position to relative */ 1546 + .position-relative { position: relative !important; } 1547 + 1548 + /* Set position to absolute */ 1549 + .position-absolute { position: absolute !important; } 1550 + 1551 + /* Set position to fixed */ 1552 + .position-fixed { position: fixed !important; } 1553 + 1554 + /* Set top 0 */ 1555 + .top-0 { top: 0 !important; } 1556 + 1557 + /* Set right 0 */ 1558 + .right-0 { right: 0 !important; } 1559 + 1560 + /* Set bottom 0 */ 1561 + .bottom-0 { bottom: 0 !important; } 1562 + 1563 + /* Set left 0 */ 1564 + .left-0 { left: 0 !important; } 1565 + 1566 + /* Vertical align middle */ 1567 + .v-align-middle { vertical-align: middle !important; } 1568 + 1569 + /* Vertical align top */ 1570 + .v-align-top { vertical-align: top !important; } 1571 + 1572 + /* Vertical align bottom */ 1573 + .v-align-bottom { vertical-align: bottom !important; } 1574 + 1575 + /* Vertical align to the top of the text */ 1576 + .v-align-text-top { vertical-align: text-top !important; } 1577 + 1578 + /* Vertical align to the bottom of the text */ 1579 + .v-align-text-bottom { vertical-align: text-bottom !important; } 1580 + 1581 + /* Vertical align to the parent's baseline */ 1582 + .v-align-baseline { vertical-align: baseline !important; } 1583 + 1584 + /* Set the overflow hidden */ 1585 + .overflow-hidden { overflow: hidden !important; } 1586 + 1587 + /* Set the overflow scroll */ 1588 + .overflow-scroll { overflow: scroll !important; } 1589 + 1590 + /* Set the overflow auto */ 1591 + .overflow-auto { overflow: auto !important; } 1592 + 1593 + /* Clear floats around the element */ 1594 + .clearfix::before { display: table; content: ""; } 1595 + .clearfix::after { display: table; clear: both; content: ""; } 1596 + 1597 + /* Float to the left */ 1598 + .float-left { float: left !important; } 1599 + 1600 + /* Float to the right */ 1601 + .float-right { float: right !important; } 1602 + 1603 + /* No float */ 1604 + .float-none { float: none !important; } 1605 + 1606 + @media (min-width: 544px) { /* Float to the left */ 1607 + .float-sm-left { float: left !important; } 1608 + /* Float to the right */ 1609 + .float-sm-right { float: right !important; } 1610 + /* No float */ 1611 + .float-sm-none { float: none !important; } } 1612 + @media (min-width: 768px) { /* Float to the left */ 1613 + .float-md-left { float: left !important; } 1614 + /* Float to the right */ 1615 + .float-md-right { float: right !important; } 1616 + /* No float */ 1617 + .float-md-none { float: none !important; } } 1618 + @media (min-width: 1012px) { /* Float to the left */ 1619 + .float-lg-left { float: left !important; } 1620 + /* Float to the right */ 1621 + .float-lg-right { float: right !important; } 1622 + /* No float */ 1623 + .float-lg-none { float: none !important; } } 1624 + @media (min-width: 1280px) { /* Float to the left */ 1625 + .float-xl-left { float: left !important; } 1626 + /* Float to the right */ 1627 + .float-xl-right { float: right !important; } 1628 + /* No float */ 1629 + .float-xl-none { float: none !important; } } 1630 + /* Max width 100% */ 1631 + .width-fit { max-width: 100% !important; } 1632 + 1633 + /* Set the width to 100% */ 1634 + .width-full { width: 100% !important; } 1635 + 1636 + /* Max height 100% */ 1637 + .height-fit { max-height: 100% !important; } 1638 + 1639 + /* Set the height to 100% */ 1640 + .height-full { height: 100% !important; } 1641 + 1642 + /* Remove min-width from element */ 1643 + .min-width-0 { min-width: 0 !important; } 1644 + 1645 + /* Set the direction to rtl */ 1646 + .direction-rtl { direction: rtl !important; } 1647 + 1648 + /* Set the direction to ltr */ 1649 + .direction-ltr { direction: ltr !important; } 1650 + 1651 + @media (min-width: 544px) { /* Set the direction to rtl */ 1652 + .direction-sm-rtl { direction: rtl !important; } 1653 + /* Set the direction to ltr */ 1654 + .direction-sm-ltr { direction: ltr !important; } } 1655 + @media (min-width: 768px) { /* Set the direction to rtl */ 1656 + .direction-md-rtl { direction: rtl !important; } 1657 + /* Set the direction to ltr */ 1658 + .direction-md-ltr { direction: ltr !important; } } 1659 + @media (min-width: 1012px) { /* Set the direction to rtl */ 1660 + .direction-lg-rtl { direction: rtl !important; } 1661 + /* Set the direction to ltr */ 1662 + .direction-lg-ltr { direction: ltr !important; } } 1663 + @media (min-width: 1280px) { /* Set the direction to rtl */ 1664 + .direction-xl-rtl { direction: rtl !important; } 1665 + /* Set the direction to ltr */ 1666 + .direction-xl-ltr { direction: ltr !important; } } 1667 + /* Set a $size margin to all sides at $breakpoint */ 1668 + .m-0 { margin: 0 !important; } 1669 + 1670 + /* Set a $size margin on the top at $breakpoint */ 1671 + .mt-0 { margin-top: 0 !important; } 1672 + 1673 + /* Set a $size margin on the right at $breakpoint */ 1674 + .mr-0 { margin-right: 0 !important; } 1675 + 1676 + /* Set a $size margin on the bottom at $breakpoint */ 1677 + .mb-0 { margin-bottom: 0 !important; } 1678 + 1679 + /* Set a $size margin on the left at $breakpoint */ 1680 + .ml-0 { margin-left: 0 !important; } 1681 + 1682 + /* Set a $size margin on the left & right at $breakpoint */ 1683 + .mx-0 { margin-right: 0 !important; margin-left: 0 !important; } 1684 + 1685 + /* Set a $size margin on the top & bottom at $breakpoint */ 1686 + .my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } 1687 + 1688 + /* Set a $size margin to all sides at $breakpoint */ 1689 + .m-1 { margin: 4px !important; } 1690 + 1691 + /* Set a $size margin on the top at $breakpoint */ 1692 + .mt-1 { margin-top: 4px !important; } 1693 + 1694 + /* Set a $size margin on the right at $breakpoint */ 1695 + .mr-1 { margin-right: 4px !important; } 1696 + 1697 + /* Set a $size margin on the bottom at $breakpoint */ 1698 + .mb-1 { margin-bottom: 4px !important; } 1699 + 1700 + /* Set a $size margin on the left at $breakpoint */ 1701 + .ml-1 { margin-left: 4px !important; } 1702 + 1703 + /* Set a negative $size margin on top at $breakpoint */ 1704 + .mt-n1 { margin-top: -4px !important; } 1705 + 1706 + /* Set a negative $size margin on the right at $breakpoint */ 1707 + .mr-n1 { margin-right: -4px !important; } 1708 + 1709 + /* Set a negative $size margin on the bottom at $breakpoint */ 1710 + .mb-n1 { margin-bottom: -4px !important; } 1711 + 1712 + /* Set a negative $size margin on the left at $breakpoint */ 1713 + .ml-n1 { margin-left: -4px !important; } 1714 + 1715 + /* Set a $size margin on the left & right at $breakpoint */ 1716 + .mx-1 { margin-right: 4px !important; margin-left: 4px !important; } 1717 + 1718 + /* Set a $size margin on the top & bottom at $breakpoint */ 1719 + .my-1 { margin-top: 4px !important; margin-bottom: 4px !important; } 1720 + 1721 + /* Set a $size margin to all sides at $breakpoint */ 1722 + .m-2 { margin: 8px !important; } 1723 + 1724 + /* Set a $size margin on the top at $breakpoint */ 1725 + .mt-2 { margin-top: 8px !important; } 1726 + 1727 + /* Set a $size margin on the right at $breakpoint */ 1728 + .mr-2 { margin-right: 8px !important; } 1729 + 1730 + /* Set a $size margin on the bottom at $breakpoint */ 1731 + .mb-2 { margin-bottom: 8px !important; } 1732 + 1733 + /* Set a $size margin on the left at $breakpoint */ 1734 + .ml-2 { margin-left: 8px !important; } 1735 + 1736 + /* Set a negative $size margin on top at $breakpoint */ 1737 + .mt-n2 { margin-top: -8px !important; } 1738 + 1739 + /* Set a negative $size margin on the right at $breakpoint */ 1740 + .mr-n2 { margin-right: -8px !important; } 1741 + 1742 + /* Set a negative $size margin on the bottom at $breakpoint */ 1743 + .mb-n2 { margin-bottom: -8px !important; } 1744 + 1745 + /* Set a negative $size margin on the left at $breakpoint */ 1746 + .ml-n2 { margin-left: -8px !important; } 1747 + 1748 + /* Set a $size margin on the left & right at $breakpoint */ 1749 + .mx-2 { margin-right: 8px !important; margin-left: 8px !important; } 1750 + 1751 + /* Set a $size margin on the top & bottom at $breakpoint */ 1752 + .my-2 { margin-top: 8px !important; margin-bottom: 8px !important; } 1753 + 1754 + /* Set a $size margin to all sides at $breakpoint */ 1755 + .m-3 { margin: 16px !important; } 1756 + 1757 + /* Set a $size margin on the top at $breakpoint */ 1758 + .mt-3 { margin-top: 16px !important; } 1759 + 1760 + /* Set a $size margin on the right at $breakpoint */ 1761 + .mr-3 { margin-right: 16px !important; } 1762 + 1763 + /* Set a $size margin on the bottom at $breakpoint */ 1764 + .mb-3 { margin-bottom: 16px !important; } 1765 + 1766 + /* Set a $size margin on the left at $breakpoint */ 1767 + .ml-3 { margin-left: 16px !important; } 1768 + 1769 + /* Set a negative $size margin on top at $breakpoint */ 1770 + .mt-n3 { margin-top: -16px !important; } 1771 + 1772 + /* Set a negative $size margin on the right at $breakpoint */ 1773 + .mr-n3 { margin-right: -16px !important; } 1774 + 1775 + /* Set a negative $size margin on the bottom at $breakpoint */ 1776 + .mb-n3 { margin-bottom: -16px !important; } 1777 + 1778 + /* Set a negative $size margin on the left at $breakpoint */ 1779 + .ml-n3 { margin-left: -16px !important; } 1780 + 1781 + /* Set a $size margin on the left & right at $breakpoint */ 1782 + .mx-3 { margin-right: 16px !important; margin-left: 16px !important; } 1783 + 1784 + /* Set a $size margin on the top & bottom at $breakpoint */ 1785 + .my-3 { margin-top: 16px !important; margin-bottom: 16px !important; } 1786 + 1787 + /* Set a $size margin to all sides at $breakpoint */ 1788 + .m-4 { margin: 24px !important; } 1789 + 1790 + /* Set a $size margin on the top at $breakpoint */ 1791 + .mt-4 { margin-top: 24px !important; } 1792 + 1793 + /* Set a $size margin on the right at $breakpoint */ 1794 + .mr-4 { margin-right: 24px !important; } 1795 + 1796 + /* Set a $size margin on the bottom at $breakpoint */ 1797 + .mb-4 { margin-bottom: 24px !important; } 1798 + 1799 + /* Set a $size margin on the left at $breakpoint */ 1800 + .ml-4 { margin-left: 24px !important; } 1801 + 1802 + /* Set a negative $size margin on top at $breakpoint */ 1803 + .mt-n4 { margin-top: -24px !important; } 1804 + 1805 + /* Set a negative $size margin on the right at $breakpoint */ 1806 + .mr-n4 { margin-right: -24px !important; } 1807 + 1808 + /* Set a negative $size margin on the bottom at $breakpoint */ 1809 + .mb-n4 { margin-bottom: -24px !important; } 1810 + 1811 + /* Set a negative $size margin on the left at $breakpoint */ 1812 + .ml-n4 { margin-left: -24px !important; } 1813 + 1814 + /* Set a $size margin on the left & right at $breakpoint */ 1815 + .mx-4 { margin-right: 24px !important; margin-left: 24px !important; } 1816 + 1817 + /* Set a $size margin on the top & bottom at $breakpoint */ 1818 + .my-4 { margin-top: 24px !important; margin-bottom: 24px !important; } 1819 + 1820 + /* Set a $size margin to all sides at $breakpoint */ 1821 + .m-5 { margin: 32px !important; } 1822 + 1823 + /* Set a $size margin on the top at $breakpoint */ 1824 + .mt-5 { margin-top: 32px !important; } 1825 + 1826 + /* Set a $size margin on the right at $breakpoint */ 1827 + .mr-5 { margin-right: 32px !important; } 1828 + 1829 + /* Set a $size margin on the bottom at $breakpoint */ 1830 + .mb-5 { margin-bottom: 32px !important; } 1831 + 1832 + /* Set a $size margin on the left at $breakpoint */ 1833 + .ml-5 { margin-left: 32px !important; } 1834 + 1835 + /* Set a negative $size margin on top at $breakpoint */ 1836 + .mt-n5 { margin-top: -32px !important; } 1837 + 1838 + /* Set a negative $size margin on the right at $breakpoint */ 1839 + .mr-n5 { margin-right: -32px !important; } 1840 + 1841 + /* Set a negative $size margin on the bottom at $breakpoint */ 1842 + .mb-n5 { margin-bottom: -32px !important; } 1843 + 1844 + /* Set a negative $size margin on the left at $breakpoint */ 1845 + .ml-n5 { margin-left: -32px !important; } 1846 + 1847 + /* Set a $size margin on the left & right at $breakpoint */ 1848 + .mx-5 { margin-right: 32px !important; margin-left: 32px !important; } 1849 + 1850 + /* Set a $size margin on the top & bottom at $breakpoint */ 1851 + .my-5 { margin-top: 32px !important; margin-bottom: 32px !important; } 1852 + 1853 + /* Set a $size margin to all sides at $breakpoint */ 1854 + .m-6 { margin: 40px !important; } 1855 + 1856 + /* Set a $size margin on the top at $breakpoint */ 1857 + .mt-6 { margin-top: 40px !important; } 1858 + 1859 + /* Set a $size margin on the right at $breakpoint */ 1860 + .mr-6 { margin-right: 40px !important; } 1861 + 1862 + /* Set a $size margin on the bottom at $breakpoint */ 1863 + .mb-6 { margin-bottom: 40px !important; } 1864 + 1865 + /* Set a $size margin on the left at $breakpoint */ 1866 + .ml-6 { margin-left: 40px !important; } 1867 + 1868 + /* Set a negative $size margin on top at $breakpoint */ 1869 + .mt-n6 { margin-top: -40px !important; } 1870 + 1871 + /* Set a negative $size margin on the right at $breakpoint */ 1872 + .mr-n6 { margin-right: -40px !important; } 1873 + 1874 + /* Set a negative $size margin on the bottom at $breakpoint */ 1875 + .mb-n6 { margin-bottom: -40px !important; } 1876 + 1877 + /* Set a negative $size margin on the left at $breakpoint */ 1878 + .ml-n6 { margin-left: -40px !important; } 1879 + 1880 + /* Set a $size margin on the left & right at $breakpoint */ 1881 + .mx-6 { margin-right: 40px !important; margin-left: 40px !important; } 1882 + 1883 + /* Set a $size margin on the top & bottom at $breakpoint */ 1884 + .my-6 { margin-top: 40px !important; margin-bottom: 40px !important; } 1885 + 1886 + /* responsive horizontal auto margins */ 1887 + .mx-auto { margin-right: auto !important; margin-left: auto !important; } 1888 + 1889 + @media (min-width: 544px) { /* Set a $size margin to all sides at $breakpoint */ 1890 + .m-sm-0 { margin: 0 !important; } 1891 + /* Set a $size margin on the top at $breakpoint */ 1892 + .mt-sm-0 { margin-top: 0 !important; } 1893 + /* Set a $size margin on the right at $breakpoint */ 1894 + .mr-sm-0 { margin-right: 0 !important; } 1895 + /* Set a $size margin on the bottom at $breakpoint */ 1896 + .mb-sm-0 { margin-bottom: 0 !important; } 1897 + /* Set a $size margin on the left at $breakpoint */ 1898 + .ml-sm-0 { margin-left: 0 !important; } 1899 + /* Set a $size margin on the left & right at $breakpoint */ 1900 + .mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important; } 1901 + /* Set a $size margin on the top & bottom at $breakpoint */ 1902 + .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; } 1903 + /* Set a $size margin to all sides at $breakpoint */ 1904 + .m-sm-1 { margin: 4px !important; } 1905 + /* Set a $size margin on the top at $breakpoint */ 1906 + .mt-sm-1 { margin-top: 4px !important; } 1907 + /* Set a $size margin on the right at $breakpoint */ 1908 + .mr-sm-1 { margin-right: 4px !important; } 1909 + /* Set a $size margin on the bottom at $breakpoint */ 1910 + .mb-sm-1 { margin-bottom: 4px !important; } 1911 + /* Set a $size margin on the left at $breakpoint */ 1912 + .ml-sm-1 { margin-left: 4px !important; } 1913 + /* Set a negative $size margin on top at $breakpoint */ 1914 + .mt-sm-n1 { margin-top: -4px !important; } 1915 + /* Set a negative $size margin on the right at $breakpoint */ 1916 + .mr-sm-n1 { margin-right: -4px !important; } 1917 + /* Set a negative $size margin on the bottom at $breakpoint */ 1918 + .mb-sm-n1 { margin-bottom: -4px !important; } 1919 + /* Set a negative $size margin on the left at $breakpoint */ 1920 + .ml-sm-n1 { margin-left: -4px !important; } 1921 + /* Set a $size margin on the left & right at $breakpoint */ 1922 + .mx-sm-1 { margin-right: 4px !important; margin-left: 4px !important; } 1923 + /* Set a $size margin on the top & bottom at $breakpoint */ 1924 + .my-sm-1 { margin-top: 4px !important; margin-bottom: 4px !important; } 1925 + /* Set a $size margin to all sides at $breakpoint */ 1926 + .m-sm-2 { margin: 8px !important; } 1927 + /* Set a $size margin on the top at $breakpoint */ 1928 + .mt-sm-2 { margin-top: 8px !important; } 1929 + /* Set a $size margin on the right at $breakpoint */ 1930 + .mr-sm-2 { margin-right: 8px !important; } 1931 + /* Set a $size margin on the bottom at $breakpoint */ 1932 + .mb-sm-2 { margin-bottom: 8px !important; } 1933 + /* Set a $size margin on the left at $breakpoint */ 1934 + .ml-sm-2 { margin-left: 8px !important; } 1935 + /* Set a negative $size margin on top at $breakpoint */ 1936 + .mt-sm-n2 { margin-top: -8px !important; } 1937 + /* Set a negative $size margin on the right at $breakpoint */ 1938 + .mr-sm-n2 { margin-right: -8px !important; } 1939 + /* Set a negative $size margin on the bottom at $breakpoint */ 1940 + .mb-sm-n2 { margin-bottom: -8px !important; } 1941 + /* Set a negative $size margin on the left at $breakpoint */ 1942 + .ml-sm-n2 { margin-left: -8px !important; } 1943 + /* Set a $size margin on the left & right at $breakpoint */ 1944 + .mx-sm-2 { margin-right: 8px !important; margin-left: 8px !important; } 1945 + /* Set a $size margin on the top & bottom at $breakpoint */ 1946 + .my-sm-2 { margin-top: 8px !important; margin-bottom: 8px !important; } 1947 + /* Set a $size margin to all sides at $breakpoint */ 1948 + .m-sm-3 { margin: 16px !important; } 1949 + /* Set a $size margin on the top at $breakpoint */ 1950 + .mt-sm-3 { margin-top: 16px !important; } 1951 + /* Set a $size margin on the right at $breakpoint */ 1952 + .mr-sm-3 { margin-right: 16px !important; } 1953 + /* Set a $size margin on the bottom at $breakpoint */ 1954 + .mb-sm-3 { margin-bottom: 16px !important; } 1955 + /* Set a $size margin on the left at $breakpoint */ 1956 + .ml-sm-3 { margin-left: 16px !important; } 1957 + /* Set a negative $size margin on top at $breakpoint */ 1958 + .mt-sm-n3 { margin-top: -16px !important; } 1959 + /* Set a negative $size margin on the right at $breakpoint */ 1960 + .mr-sm-n3 { margin-right: -16px !important; } 1961 + /* Set a negative $size margin on the bottom at $breakpoint */ 1962 + .mb-sm-n3 { margin-bottom: -16px !important; } 1963 + /* Set a negative $size margin on the left at $breakpoint */ 1964 + .ml-sm-n3 { margin-left: -16px !important; } 1965 + /* Set a $size margin on the left & right at $breakpoint */ 1966 + .mx-sm-3 { margin-right: 16px !important; margin-left: 16px !important; } 1967 + /* Set a $size margin on the top & bottom at $breakpoint */ 1968 + .my-sm-3 { margin-top: 16px !important; margin-bottom: 16px !important; } 1969 + /* Set a $size margin to all sides at $breakpoint */ 1970 + .m-sm-4 { margin: 24px !important; } 1971 + /* Set a $size margin on the top at $breakpoint */ 1972 + .mt-sm-4 { margin-top: 24px !important; } 1973 + /* Set a $size margin on the right at $breakpoint */ 1974 + .mr-sm-4 { margin-right: 24px !important; } 1975 + /* Set a $size margin on the bottom at $breakpoint */ 1976 + .mb-sm-4 { margin-bottom: 24px !important; } 1977 + /* Set a $size margin on the left at $breakpoint */ 1978 + .ml-sm-4 { margin-left: 24px !important; } 1979 + /* Set a negative $size margin on top at $breakpoint */ 1980 + .mt-sm-n4 { margin-top: -24px !important; } 1981 + /* Set a negative $size margin on the right at $breakpoint */ 1982 + .mr-sm-n4 { margin-right: -24px !important; } 1983 + /* Set a negative $size margin on the bottom at $breakpoint */ 1984 + .mb-sm-n4 { margin-bottom: -24px !important; } 1985 + /* Set a negative $size margin on the left at $breakpoint */ 1986 + .ml-sm-n4 { margin-left: -24px !important; } 1987 + /* Set a $size margin on the left & right at $breakpoint */ 1988 + .mx-sm-4 { margin-right: 24px !important; margin-left: 24px !important; } 1989 + /* Set a $size margin on the top & bottom at $breakpoint */ 1990 + .my-sm-4 { margin-top: 24px !important; margin-bottom: 24px !important; } 1991 + /* Set a $size margin to all sides at $breakpoint */ 1992 + .m-sm-5 { margin: 32px !important; } 1993 + /* Set a $size margin on the top at $breakpoint */ 1994 + .mt-sm-5 { margin-top: 32px !important; } 1995 + /* Set a $size margin on the right at $breakpoint */ 1996 + .mr-sm-5 { margin-right: 32px !important; } 1997 + /* Set a $size margin on the bottom at $breakpoint */ 1998 + .mb-sm-5 { margin-bottom: 32px !important; } 1999 + /* Set a $size margin on the left at $breakpoint */ 2000 + .ml-sm-5 { margin-left: 32px !important; } 2001 + /* Set a negative $size margin on top at $breakpoint */ 2002 + .mt-sm-n5 { margin-top: -32px !important; } 2003 + /* Set a negative $size margin on the right at $breakpoint */ 2004 + .mr-sm-n5 { margin-right: -32px !important; } 2005 + /* Set a negative $size margin on the bottom at $breakpoint */ 2006 + .mb-sm-n5 { margin-bottom: -32px !important; } 2007 + /* Set a negative $size margin on the left at $breakpoint */ 2008 + .ml-sm-n5 { margin-left: -32px !important; } 2009 + /* Set a $size margin on the left & right at $breakpoint */ 2010 + .mx-sm-5 { margin-right: 32px !important; margin-left: 32px !important; } 2011 + /* Set a $size margin on the top & bottom at $breakpoint */ 2012 + .my-sm-5 { margin-top: 32px !important; margin-bottom: 32px !important; } 2013 + /* Set a $size margin to all sides at $breakpoint */ 2014 + .m-sm-6 { margin: 40px !important; } 2015 + /* Set a $size margin on the top at $breakpoint */ 2016 + .mt-sm-6 { margin-top: 40px !important; } 2017 + /* Set a $size margin on the right at $breakpoint */ 2018 + .mr-sm-6 { margin-right: 40px !important; } 2019 + /* Set a $size margin on the bottom at $breakpoint */ 2020 + .mb-sm-6 { margin-bottom: 40px !important; } 2021 + /* Set a $size margin on the left at $breakpoint */ 2022 + .ml-sm-6 { margin-left: 40px !important; } 2023 + /* Set a negative $size margin on top at $breakpoint */ 2024 + .mt-sm-n6 { margin-top: -40px !important; } 2025 + /* Set a negative $size margin on the right at $breakpoint */ 2026 + .mr-sm-n6 { margin-right: -40px !important; } 2027 + /* Set a negative $size margin on the bottom at $breakpoint */ 2028 + .mb-sm-n6 { margin-bottom: -40px !important; } 2029 + /* Set a negative $size margin on the left at $breakpoint */ 2030 + .ml-sm-n6 { margin-left: -40px !important; } 2031 + /* Set a $size margin on the left & right at $breakpoint */ 2032 + .mx-sm-6 { margin-right: 40px !important; margin-left: 40px !important; } 2033 + /* Set a $size margin on the top & bottom at $breakpoint */ 2034 + .my-sm-6 { margin-top: 40px !important; margin-bottom: 40px !important; } 2035 + /* responsive horizontal auto margins */ 2036 + .mx-sm-auto { margin-right: auto !important; margin-left: auto !important; } } 2037 + @media (min-width: 768px) { /* Set a $size margin to all sides at $breakpoint */ 2038 + .m-md-0 { margin: 0 !important; } 2039 + /* Set a $size margin on the top at $breakpoint */ 2040 + .mt-md-0 { margin-top: 0 !important; } 2041 + /* Set a $size margin on the right at $breakpoint */ 2042 + .mr-md-0 { margin-right: 0 !important; } 2043 + /* Set a $size margin on the bottom at $breakpoint */ 2044 + .mb-md-0 { margin-bottom: 0 !important; } 2045 + /* Set a $size margin on the left at $breakpoint */ 2046 + .ml-md-0 { margin-left: 0 !important; } 2047 + /* Set a $size margin on the left & right at $breakpoint */ 2048 + .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; } 2049 + /* Set a $size margin on the top & bottom at $breakpoint */ 2050 + .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; } 2051 + /* Set a $size margin to all sides at $breakpoint */ 2052 + .m-md-1 { margin: 4px !important; } 2053 + /* Set a $size margin on the top at $breakpoint */ 2054 + .mt-md-1 { margin-top: 4px !important; } 2055 + /* Set a $size margin on the right at $breakpoint */ 2056 + .mr-md-1 { margin-right: 4px !important; } 2057 + /* Set a $size margin on the bottom at $breakpoint */ 2058 + .mb-md-1 { margin-bottom: 4px !important; } 2059 + /* Set a $size margin on the left at $breakpoint */ 2060 + .ml-md-1 { margin-left: 4px !important; } 2061 + /* Set a negative $size margin on top at $breakpoint */ 2062 + .mt-md-n1 { margin-top: -4px !important; } 2063 + /* Set a negative $size margin on the right at $breakpoint */ 2064 + .mr-md-n1 { margin-right: -4px !important; } 2065 + /* Set a negative $size margin on the bottom at $breakpoint */ 2066 + .mb-md-n1 { margin-bottom: -4px !important; } 2067 + /* Set a negative $size margin on the left at $breakpoint */ 2068 + .ml-md-n1 { margin-left: -4px !important; } 2069 + /* Set a $size margin on the left & right at $breakpoint */ 2070 + .mx-md-1 { margin-right: 4px !important; margin-left: 4px !important; } 2071 + /* Set a $size margin on the top & bottom at $breakpoint */ 2072 + .my-md-1 { margin-top: 4px !important; margin-bottom: 4px !important; } 2073 + /* Set a $size margin to all sides at $breakpoint */ 2074 + .m-md-2 { margin: 8px !important; } 2075 + /* Set a $size margin on the top at $breakpoint */ 2076 + .mt-md-2 { margin-top: 8px !important; } 2077 + /* Set a $size margin on the right at $breakpoint */ 2078 + .mr-md-2 { margin-right: 8px !important; } 2079 + /* Set a $size margin on the bottom at $breakpoint */ 2080 + .mb-md-2 { margin-bottom: 8px !important; } 2081 + /* Set a $size margin on the left at $breakpoint */ 2082 + .ml-md-2 { margin-left: 8px !important; } 2083 + /* Set a negative $size margin on top at $breakpoint */ 2084 + .mt-md-n2 { margin-top: -8px !important; } 2085 + /* Set a negative $size margin on the right at $breakpoint */ 2086 + .mr-md-n2 { margin-right: -8px !important; } 2087 + /* Set a negative $size margin on the bottom at $breakpoint */ 2088 + .mb-md-n2 { margin-bottom: -8px !important; } 2089 + /* Set a negative $size margin on the left at $breakpoint */ 2090 + .ml-md-n2 { margin-left: -8px !important; } 2091 + /* Set a $size margin on the left & right at $breakpoint */ 2092 + .mx-md-2 { margin-right: 8px !important; margin-left: 8px !important; } 2093 + /* Set a $size margin on the top & bottom at $breakpoint */ 2094 + .my-md-2 { margin-top: 8px !important; margin-bottom: 8px !important; } 2095 + /* Set a $size margin to all sides at $breakpoint */ 2096 + .m-md-3 { margin: 16px !important; } 2097 + /* Set a $size margin on the top at $breakpoint */ 2098 + .mt-md-3 { margin-top: 16px !important; } 2099 + /* Set a $size margin on the right at $breakpoint */ 2100 + .mr-md-3 { margin-right: 16px !important; } 2101 + /* Set a $size margin on the bottom at $breakpoint */ 2102 + .mb-md-3 { margin-bottom: 16px !important; } 2103 + /* Set a $size margin on the left at $breakpoint */ 2104 + .ml-md-3 { margin-left: 16px !important; } 2105 + /* Set a negative $size margin on top at $breakpoint */ 2106 + .mt-md-n3 { margin-top: -16px !important; } 2107 + /* Set a negative $size margin on the right at $breakpoint */ 2108 + .mr-md-n3 { margin-right: -16px !important; } 2109 + /* Set a negative $size margin on the bottom at $breakpoint */ 2110 + .mb-md-n3 { margin-bottom: -16px !important; } 2111 + /* Set a negative $size margin on the left at $breakpoint */ 2112 + .ml-md-n3 { margin-left: -16px !important; } 2113 + /* Set a $size margin on the left & right at $breakpoint */ 2114 + .mx-md-3 { margin-right: 16px !important; margin-left: 16px !important; } 2115 + /* Set a $size margin on the top & bottom at $breakpoint */ 2116 + .my-md-3 { margin-top: 16px !important; margin-bottom: 16px !important; } 2117 + /* Set a $size margin to all sides at $breakpoint */ 2118 + .m-md-4 { margin: 24px !important; } 2119 + /* Set a $size margin on the top at $breakpoint */ 2120 + .mt-md-4 { margin-top: 24px !important; } 2121 + /* Set a $size margin on the right at $breakpoint */ 2122 + .mr-md-4 { margin-right: 24px !important; } 2123 + /* Set a $size margin on the bottom at $breakpoint */ 2124 + .mb-md-4 { margin-bottom: 24px !important; } 2125 + /* Set a $size margin on the left at $breakpoint */ 2126 + .ml-md-4 { margin-left: 24px !important; } 2127 + /* Set a negative $size margin on top at $breakpoint */ 2128 + .mt-md-n4 { margin-top: -24px !important; } 2129 + /* Set a negative $size margin on the right at $breakpoint */ 2130 + .mr-md-n4 { margin-right: -24px !important; } 2131 + /* Set a negative $size margin on the bottom at $breakpoint */ 2132 + .mb-md-n4 { margin-bottom: -24px !important; } 2133 + /* Set a negative $size margin on the left at $breakpoint */ 2134 + .ml-md-n4 { margin-left: -24px !important; } 2135 + /* Set a $size margin on the left & right at $breakpoint */ 2136 + .mx-md-4 { margin-right: 24px !important; margin-left: 24px !important; } 2137 + /* Set a $size margin on the top & bottom at $breakpoint */ 2138 + .my-md-4 { margin-top: 24px !important; margin-bottom: 24px !important; } 2139 + /* Set a $size margin to all sides at $breakpoint */ 2140 + .m-md-5 { margin: 32px !important; } 2141 + /* Set a $size margin on the top at $breakpoint */ 2142 + .mt-md-5 { margin-top: 32px !important; } 2143 + /* Set a $size margin on the right at $breakpoint */ 2144 + .mr-md-5 { margin-right: 32px !important; } 2145 + /* Set a $size margin on the bottom at $breakpoint */ 2146 + .mb-md-5 { margin-bottom: 32px !important; } 2147 + /* Set a $size margin on the left at $breakpoint */ 2148 + .ml-md-5 { margin-left: 32px !important; } 2149 + /* Set a negative $size margin on top at $breakpoint */ 2150 + .mt-md-n5 { margin-top: -32px !important; } 2151 + /* Set a negative $size margin on the right at $breakpoint */ 2152 + .mr-md-n5 { margin-right: -32px !important; } 2153 + /* Set a negative $size margin on the bottom at $breakpoint */ 2154 + .mb-md-n5 { margin-bottom: -32px !important; } 2155 + /* Set a negative $size margin on the left at $breakpoint */ 2156 + .ml-md-n5 { margin-left: -32px !important; } 2157 + /* Set a $size margin on the left & right at $breakpoint */ 2158 + .mx-md-5 { margin-right: 32px !important; margin-left: 32px !important; } 2159 + /* Set a $size margin on the top & bottom at $breakpoint */ 2160 + .my-md-5 { margin-top: 32px !important; margin-bottom: 32px !important; } 2161 + /* Set a $size margin to all sides at $breakpoint */ 2162 + .m-md-6 { margin: 40px !important; } 2163 + /* Set a $size margin on the top at $breakpoint */ 2164 + .mt-md-6 { margin-top: 40px !important; } 2165 + /* Set a $size margin on the right at $breakpoint */ 2166 + .mr-md-6 { margin-right: 40px !important; } 2167 + /* Set a $size margin on the bottom at $breakpoint */ 2168 + .mb-md-6 { margin-bottom: 40px !important; } 2169 + /* Set a $size margin on the left at $breakpoint */ 2170 + .ml-md-6 { margin-left: 40px !important; } 2171 + /* Set a negative $size margin on top at $breakpoint */ 2172 + .mt-md-n6 { margin-top: -40px !important; } 2173 + /* Set a negative $size margin on the right at $breakpoint */ 2174 + .mr-md-n6 { margin-right: -40px !important; } 2175 + /* Set a negative $size margin on the bottom at $breakpoint */ 2176 + .mb-md-n6 { margin-bottom: -40px !important; } 2177 + /* Set a negative $size margin on the left at $breakpoint */ 2178 + .ml-md-n6 { margin-left: -40px !important; } 2179 + /* Set a $size margin on the left & right at $breakpoint */ 2180 + .mx-md-6 { margin-right: 40px !important; margin-left: 40px !important; } 2181 + /* Set a $size margin on the top & bottom at $breakpoint */ 2182 + .my-md-6 { margin-top: 40px !important; margin-bottom: 40px !important; } 2183 + /* responsive horizontal auto margins */ 2184 + .mx-md-auto { margin-right: auto !important; margin-left: auto !important; } } 2185 + @media (min-width: 1012px) { /* Set a $size margin to all sides at $breakpoint */ 2186 + .m-lg-0 { margin: 0 !important; } 2187 + /* Set a $size margin on the top at $breakpoint */ 2188 + .mt-lg-0 { margin-top: 0 !important; } 2189 + /* Set a $size margin on the right at $breakpoint */ 2190 + .mr-lg-0 { margin-right: 0 !important; } 2191 + /* Set a $size margin on the bottom at $breakpoint */ 2192 + .mb-lg-0 { margin-bottom: 0 !important; } 2193 + /* Set a $size margin on the left at $breakpoint */ 2194 + .ml-lg-0 { margin-left: 0 !important; } 2195 + /* Set a $size margin on the left & right at $breakpoint */ 2196 + .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; } 2197 + /* Set a $size margin on the top & bottom at $breakpoint */ 2198 + .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; } 2199 + /* Set a $size margin to all sides at $breakpoint */ 2200 + .m-lg-1 { margin: 4px !important; } 2201 + /* Set a $size margin on the top at $breakpoint */ 2202 + .mt-lg-1 { margin-top: 4px !important; } 2203 + /* Set a $size margin on the right at $breakpoint */ 2204 + .mr-lg-1 { margin-right: 4px !important; } 2205 + /* Set a $size margin on the bottom at $breakpoint */ 2206 + .mb-lg-1 { margin-bottom: 4px !important; } 2207 + /* Set a $size margin on the left at $breakpoint */ 2208 + .ml-lg-1 { margin-left: 4px !important; } 2209 + /* Set a negative $size margin on top at $breakpoint */ 2210 + .mt-lg-n1 { margin-top: -4px !important; } 2211 + /* Set a negative $size margin on the right at $breakpoint */ 2212 + .mr-lg-n1 { margin-right: -4px !important; } 2213 + /* Set a negative $size margin on the bottom at $breakpoint */ 2214 + .mb-lg-n1 { margin-bottom: -4px !important; } 2215 + /* Set a negative $size margin on the left at $breakpoint */ 2216 + .ml-lg-n1 { margin-left: -4px !important; } 2217 + /* Set a $size margin on the left & right at $breakpoint */ 2218 + .mx-lg-1 { margin-right: 4px !important; margin-left: 4px !important; } 2219 + /* Set a $size margin on the top & bottom at $breakpoint */ 2220 + .my-lg-1 { margin-top: 4px !important; margin-bottom: 4px !important; } 2221 + /* Set a $size margin to all sides at $breakpoint */ 2222 + .m-lg-2 { margin: 8px !important; } 2223 + /* Set a $size margin on the top at $breakpoint */ 2224 + .mt-lg-2 { margin-top: 8px !important; } 2225 + /* Set a $size margin on the right at $breakpoint */ 2226 + .mr-lg-2 { margin-right: 8px !important; } 2227 + /* Set a $size margin on the bottom at $breakpoint */ 2228 + .mb-lg-2 { margin-bottom: 8px !important; } 2229 + /* Set a $size margin on the left at $breakpoint */ 2230 + .ml-lg-2 { margin-left: 8px !important; } 2231 + /* Set a negative $size margin on top at $breakpoint */ 2232 + .mt-lg-n2 { margin-top: -8px !important; } 2233 + /* Set a negative $size margin on the right at $breakpoint */ 2234 + .mr-lg-n2 { margin-right: -8px !important; } 2235 + /* Set a negative $size margin on the bottom at $breakpoint */ 2236 + .mb-lg-n2 { margin-bottom: -8px !important; } 2237 + /* Set a negative $size margin on the left at $breakpoint */ 2238 + .ml-lg-n2 { margin-left: -8px !important; } 2239 + /* Set a $size margin on the left & right at $breakpoint */ 2240 + .mx-lg-2 { margin-right: 8px !important; margin-left: 8px !important; } 2241 + /* Set a $size margin on the top & bottom at $breakpoint */ 2242 + .my-lg-2 { margin-top: 8px !important; margin-bottom: 8px !important; } 2243 + /* Set a $size margin to all sides at $breakpoint */ 2244 + .m-lg-3 { margin: 16px !important; } 2245 + /* Set a $size margin on the top at $breakpoint */ 2246 + .mt-lg-3 { margin-top: 16px !important; } 2247 + /* Set a $size margin on the right at $breakpoint */ 2248 + .mr-lg-3 { margin-right: 16px !important; } 2249 + /* Set a $size margin on the bottom at $breakpoint */ 2250 + .mb-lg-3 { margin-bottom: 16px !important; } 2251 + /* Set a $size margin on the left at $breakpoint */ 2252 + .ml-lg-3 { margin-left: 16px !important; } 2253 + /* Set a negative $size margin on top at $breakpoint */ 2254 + .mt-lg-n3 { margin-top: -16px !important; } 2255 + /* Set a negative $size margin on the right at $breakpoint */ 2256 + .mr-lg-n3 { margin-right: -16px !important; } 2257 + /* Set a negative $size margin on the bottom at $breakpoint */ 2258 + .mb-lg-n3 { margin-bottom: -16px !important; } 2259 + /* Set a negative $size margin on the left at $breakpoint */ 2260 + .ml-lg-n3 { margin-left: -16px !important; } 2261 + /* Set a $size margin on the left & right at $breakpoint */ 2262 + .mx-lg-3 { margin-right: 16px !important; margin-left: 16px !important; } 2263 + /* Set a $size margin on the top & bottom at $breakpoint */ 2264 + .my-lg-3 { margin-top: 16px !important; margin-bottom: 16px !important; } 2265 + /* Set a $size margin to all sides at $breakpoint */ 2266 + .m-lg-4 { margin: 24px !important; } 2267 + /* Set a $size margin on the top at $breakpoint */ 2268 + .mt-lg-4 { margin-top: 24px !important; } 2269 + /* Set a $size margin on the right at $breakpoint */ 2270 + .mr-lg-4 { margin-right: 24px !important; } 2271 + /* Set a $size margin on the bottom at $breakpoint */ 2272 + .mb-lg-4 { margin-bottom: 24px !important; } 2273 + /* Set a $size margin on the left at $breakpoint */ 2274 + .ml-lg-4 { margin-left: 24px !important; } 2275 + /* Set a negative $size margin on top at $breakpoint */ 2276 + .mt-lg-n4 { margin-top: -24px !important; } 2277 + /* Set a negative $size margin on the right at $breakpoint */ 2278 + .mr-lg-n4 { margin-right: -24px !important; } 2279 + /* Set a negative $size margin on the bottom at $breakpoint */ 2280 + .mb-lg-n4 { margin-bottom: -24px !important; } 2281 + /* Set a negative $size margin on the left at $breakpoint */ 2282 + .ml-lg-n4 { margin-left: -24px !important; } 2283 + /* Set a $size margin on the left & right at $breakpoint */ 2284 + .mx-lg-4 { margin-right: 24px !important; margin-left: 24px !important; } 2285 + /* Set a $size margin on the top & bottom at $breakpoint */ 2286 + .my-lg-4 { margin-top: 24px !important; margin-bottom: 24px !important; } 2287 + /* Set a $size margin to all sides at $breakpoint */ 2288 + .m-lg-5 { margin: 32px !important; } 2289 + /* Set a $size margin on the top at $breakpoint */ 2290 + .mt-lg-5 { margin-top: 32px !important; } 2291 + /* Set a $size margin on the right at $breakpoint */ 2292 + .mr-lg-5 { margin-right: 32px !important; } 2293 + /* Set a $size margin on the bottom at $breakpoint */ 2294 + .mb-lg-5 { margin-bottom: 32px !important; } 2295 + /* Set a $size margin on the left at $breakpoint */ 2296 + .ml-lg-5 { margin-left: 32px !important; } 2297 + /* Set a negative $size margin on top at $breakpoint */ 2298 + .mt-lg-n5 { margin-top: -32px !important; } 2299 + /* Set a negative $size margin on the right at $breakpoint */ 2300 + .mr-lg-n5 { margin-right: -32px !important; } 2301 + /* Set a negative $size margin on the bottom at $breakpoint */ 2302 + .mb-lg-n5 { margin-bottom: -32px !important; } 2303 + /* Set a negative $size margin on the left at $breakpoint */ 2304 + .ml-lg-n5 { margin-left: -32px !important; } 2305 + /* Set a $size margin on the left & right at $breakpoint */ 2306 + .mx-lg-5 { margin-right: 32px !important; margin-left: 32px !important; } 2307 + /* Set a $size margin on the top & bottom at $breakpoint */ 2308 + .my-lg-5 { margin-top: 32px !important; margin-bottom: 32px !important; } 2309 + /* Set a $size margin to all sides at $breakpoint */ 2310 + .m-lg-6 { margin: 40px !important; } 2311 + /* Set a $size margin on the top at $breakpoint */ 2312 + .mt-lg-6 { margin-top: 40px !important; } 2313 + /* Set a $size margin on the right at $breakpoint */ 2314 + .mr-lg-6 { margin-right: 40px !important; } 2315 + /* Set a $size margin on the bottom at $breakpoint */ 2316 + .mb-lg-6 { margin-bottom: 40px !important; } 2317 + /* Set a $size margin on the left at $breakpoint */ 2318 + .ml-lg-6 { margin-left: 40px !important; } 2319 + /* Set a negative $size margin on top at $breakpoint */ 2320 + .mt-lg-n6 { margin-top: -40px !important; } 2321 + /* Set a negative $size margin on the right at $breakpoint */ 2322 + .mr-lg-n6 { margin-right: -40px !important; } 2323 + /* Set a negative $size margin on the bottom at $breakpoint */ 2324 + .mb-lg-n6 { margin-bottom: -40px !important; } 2325 + /* Set a negative $size margin on the left at $breakpoint */ 2326 + .ml-lg-n6 { margin-left: -40px !important; } 2327 + /* Set a $size margin on the left & right at $breakpoint */ 2328 + .mx-lg-6 { margin-right: 40px !important; margin-left: 40px !important; } 2329 + /* Set a $size margin on the top & bottom at $breakpoint */ 2330 + .my-lg-6 { margin-top: 40px !important; margin-bottom: 40px !important; } 2331 + /* responsive horizontal auto margins */ 2332 + .mx-lg-auto { margin-right: auto !important; margin-left: auto !important; } } 2333 + @media (min-width: 1280px) { /* Set a $size margin to all sides at $breakpoint */ 2334 + .m-xl-0 { margin: 0 !important; } 2335 + /* Set a $size margin on the top at $breakpoint */ 2336 + .mt-xl-0 { margin-top: 0 !important; } 2337 + /* Set a $size margin on the right at $breakpoint */ 2338 + .mr-xl-0 { margin-right: 0 !important; } 2339 + /* Set a $size margin on the bottom at $breakpoint */ 2340 + .mb-xl-0 { margin-bottom: 0 !important; } 2341 + /* Set a $size margin on the left at $breakpoint */ 2342 + .ml-xl-0 { margin-left: 0 !important; } 2343 + /* Set a $size margin on the left & right at $breakpoint */ 2344 + .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; } 2345 + /* Set a $size margin on the top & bottom at $breakpoint */ 2346 + .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } 2347 + /* Set a $size margin to all sides at $breakpoint */ 2348 + .m-xl-1 { margin: 4px !important; } 2349 + /* Set a $size margin on the top at $breakpoint */ 2350 + .mt-xl-1 { margin-top: 4px !important; } 2351 + /* Set a $size margin on the right at $breakpoint */ 2352 + .mr-xl-1 { margin-right: 4px !important; } 2353 + /* Set a $size margin on the bottom at $breakpoint */ 2354 + .mb-xl-1 { margin-bottom: 4px !important; } 2355 + /* Set a $size margin on the left at $breakpoint */ 2356 + .ml-xl-1 { margin-left: 4px !important; } 2357 + /* Set a negative $size margin on top at $breakpoint */ 2358 + .mt-xl-n1 { margin-top: -4px !important; } 2359 + /* Set a negative $size margin on the right at $breakpoint */ 2360 + .mr-xl-n1 { margin-right: -4px !important; } 2361 + /* Set a negative $size margin on the bottom at $breakpoint */ 2362 + .mb-xl-n1 { margin-bottom: -4px !important; } 2363 + /* Set a negative $size margin on the left at $breakpoint */ 2364 + .ml-xl-n1 { margin-left: -4px !important; } 2365 + /* Set a $size margin on the left & right at $breakpoint */ 2366 + .mx-xl-1 { margin-right: 4px !important; margin-left: 4px !important; } 2367 + /* Set a $size margin on the top & bottom at $breakpoint */ 2368 + .my-xl-1 { margin-top: 4px !important; margin-bottom: 4px !important; } 2369 + /* Set a $size margin to all sides at $breakpoint */ 2370 + .m-xl-2 { margin: 8px !important; } 2371 + /* Set a $size margin on the top at $breakpoint */ 2372 + .mt-xl-2 { margin-top: 8px !important; } 2373 + /* Set a $size margin on the right at $breakpoint */ 2374 + .mr-xl-2 { margin-right: 8px !important; } 2375 + /* Set a $size margin on the bottom at $breakpoint */ 2376 + .mb-xl-2 { margin-bottom: 8px !important; } 2377 + /* Set a $size margin on the left at $breakpoint */ 2378 + .ml-xl-2 { margin-left: 8px !important; } 2379 + /* Set a negative $size margin on top at $breakpoint */ 2380 + .mt-xl-n2 { margin-top: -8px !important; } 2381 + /* Set a negative $size margin on the right at $breakpoint */ 2382 + .mr-xl-n2 { margin-right: -8px !important; } 2383 + /* Set a negative $size margin on the bottom at $breakpoint */ 2384 + .mb-xl-n2 { margin-bottom: -8px !important; } 2385 + /* Set a negative $size margin on the left at $breakpoint */ 2386 + .ml-xl-n2 { margin-left: -8px !important; } 2387 + /* Set a $size margin on the left & right at $breakpoint */ 2388 + .mx-xl-2 { margin-right: 8px !important; margin-left: 8px !important; } 2389 + /* Set a $size margin on the top & bottom at $breakpoint */ 2390 + .my-xl-2 { margin-top: 8px !important; margin-bottom: 8px !important; } 2391 + /* Set a $size margin to all sides at $breakpoint */ 2392 + .m-xl-3 { margin: 16px !important; } 2393 + /* Set a $size margin on the top at $breakpoint */ 2394 + .mt-xl-3 { margin-top: 16px !important; } 2395 + /* Set a $size margin on the right at $breakpoint */ 2396 + .mr-xl-3 { margin-right: 16px !important; } 2397 + /* Set a $size margin on the bottom at $breakpoint */ 2398 + .mb-xl-3 { margin-bottom: 16px !important; } 2399 + /* Set a $size margin on the left at $breakpoint */ 2400 + .ml-xl-3 { margin-left: 16px !important; } 2401 + /* Set a negative $size margin on top at $breakpoint */ 2402 + .mt-xl-n3 { margin-top: -16px !important; } 2403 + /* Set a negative $size margin on the right at $breakpoint */ 2404 + .mr-xl-n3 { margin-right: -16px !important; } 2405 + /* Set a negative $size margin on the bottom at $breakpoint */ 2406 + .mb-xl-n3 { margin-bottom: -16px !important; } 2407 + /* Set a negative $size margin on the left at $breakpoint */ 2408 + .ml-xl-n3 { margin-left: -16px !important; } 2409 + /* Set a $size margin on the left & right at $breakpoint */ 2410 + .mx-xl-3 { margin-right: 16px !important; margin-left: 16px !important; } 2411 + /* Set a $size margin on the top & bottom at $breakpoint */ 2412 + .my-xl-3 { margin-top: 16px !important; margin-bottom: 16px !important; } 2413 + /* Set a $size margin to all sides at $breakpoint */ 2414 + .m-xl-4 { margin: 24px !important; } 2415 + /* Set a $size margin on the top at $breakpoint */ 2416 + .mt-xl-4 { margin-top: 24px !important; } 2417 + /* Set a $size margin on the right at $breakpoint */ 2418 + .mr-xl-4 { margin-right: 24px !important; } 2419 + /* Set a $size margin on the bottom at $breakpoint */ 2420 + .mb-xl-4 { margin-bottom: 24px !important; } 2421 + /* Set a $size margin on the left at $breakpoint */ 2422 + .ml-xl-4 { margin-left: 24px !important; } 2423 + /* Set a negative $size margin on top at $breakpoint */ 2424 + .mt-xl-n4 { margin-top: -24px !important; } 2425 + /* Set a negative $size margin on the right at $breakpoint */ 2426 + .mr-xl-n4 { margin-right: -24px !important; } 2427 + /* Set a negative $size margin on the bottom at $breakpoint */ 2428 + .mb-xl-n4 { margin-bottom: -24px !important; } 2429 + /* Set a negative $size margin on the left at $breakpoint */ 2430 + .ml-xl-n4 { margin-left: -24px !important; } 2431 + /* Set a $size margin on the left & right at $breakpoint */ 2432 + .mx-xl-4 { margin-right: 24px !important; margin-left: 24px !important; } 2433 + /* Set a $size margin on the top & bottom at $breakpoint */ 2434 + .my-xl-4 { margin-top: 24px !important; margin-bottom: 24px !important; } 2435 + /* Set a $size margin to all sides at $breakpoint */ 2436 + .m-xl-5 { margin: 32px !important; } 2437 + /* Set a $size margin on the top at $breakpoint */ 2438 + .mt-xl-5 { margin-top: 32px !important; } 2439 + /* Set a $size margin on the right at $breakpoint */ 2440 + .mr-xl-5 { margin-right: 32px !important; } 2441 + /* Set a $size margin on the bottom at $breakpoint */ 2442 + .mb-xl-5 { margin-bottom: 32px !important; } 2443 + /* Set a $size margin on the left at $breakpoint */ 2444 + .ml-xl-5 { margin-left: 32px !important; } 2445 + /* Set a negative $size margin on top at $breakpoint */ 2446 + .mt-xl-n5 { margin-top: -32px !important; } 2447 + /* Set a negative $size margin on the right at $breakpoint */ 2448 + .mr-xl-n5 { margin-right: -32px !important; } 2449 + /* Set a negative $size margin on the bottom at $breakpoint */ 2450 + .mb-xl-n5 { margin-bottom: -32px !important; } 2451 + /* Set a negative $size margin on the left at $breakpoint */ 2452 + .ml-xl-n5 { margin-left: -32px !important; } 2453 + /* Set a $size margin on the left & right at $breakpoint */ 2454 + .mx-xl-5 { margin-right: 32px !important; margin-left: 32px !important; } 2455 + /* Set a $size margin on the top & bottom at $breakpoint */ 2456 + .my-xl-5 { margin-top: 32px !important; margin-bottom: 32px !important; } 2457 + /* Set a $size margin to all sides at $breakpoint */ 2458 + .m-xl-6 { margin: 40px !important; } 2459 + /* Set a $size margin on the top at $breakpoint */ 2460 + .mt-xl-6 { margin-top: 40px !important; } 2461 + /* Set a $size margin on the right at $breakpoint */ 2462 + .mr-xl-6 { margin-right: 40px !important; } 2463 + /* Set a $size margin on the bottom at $breakpoint */ 2464 + .mb-xl-6 { margin-bottom: 40px !important; } 2465 + /* Set a $size margin on the left at $breakpoint */ 2466 + .ml-xl-6 { margin-left: 40px !important; } 2467 + /* Set a negative $size margin on top at $breakpoint */ 2468 + .mt-xl-n6 { margin-top: -40px !important; } 2469 + /* Set a negative $size margin on the right at $breakpoint */ 2470 + .mr-xl-n6 { margin-right: -40px !important; } 2471 + /* Set a negative $size margin on the bottom at $breakpoint */ 2472 + .mb-xl-n6 { margin-bottom: -40px !important; } 2473 + /* Set a negative $size margin on the left at $breakpoint */ 2474 + .ml-xl-n6 { margin-left: -40px !important; } 2475 + /* Set a $size margin on the left & right at $breakpoint */ 2476 + .mx-xl-6 { margin-right: 40px !important; margin-left: 40px !important; } 2477 + /* Set a $size margin on the top & bottom at $breakpoint */ 2478 + .my-xl-6 { margin-top: 40px !important; margin-bottom: 40px !important; } 2479 + /* responsive horizontal auto margins */ 2480 + .mx-xl-auto { margin-right: auto !important; margin-left: auto !important; } } 2481 + /* Set a $size padding to all sides at $breakpoint */ 2482 + .p-0 { padding: 0 !important; } 2483 + 2484 + /* Set a $size padding to the top at $breakpoint */ 2485 + .pt-0 { padding-top: 0 !important; } 2486 + 2487 + /* Set a $size padding to the right at $breakpoint */ 2488 + .pr-0 { padding-right: 0 !important; } 2489 + 2490 + /* Set a $size padding to the bottom at $breakpoint */ 2491 + .pb-0 { padding-bottom: 0 !important; } 2492 + 2493 + /* Set a $size padding to the left at $breakpoint */ 2494 + .pl-0 { padding-left: 0 !important; } 2495 + 2496 + /* Set a $size padding to the left & right at $breakpoint */ 2497 + .px-0 { padding-right: 0 !important; padding-left: 0 !important; } 2498 + 2499 + /* Set a $size padding to the top & bottom at $breakpoint */ 2500 + .py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } 2501 + 2502 + /* Set a $size padding to all sides at $breakpoint */ 2503 + .p-1 { padding: 4px !important; } 2504 + 2505 + /* Set a $size padding to the top at $breakpoint */ 2506 + .pt-1 { padding-top: 4px !important; } 2507 + 2508 + /* Set a $size padding to the right at $breakpoint */ 2509 + .pr-1 { padding-right: 4px !important; } 2510 + 2511 + /* Set a $size padding to the bottom at $breakpoint */ 2512 + .pb-1 { padding-bottom: 4px !important; } 2513 + 2514 + /* Set a $size padding to the left at $breakpoint */ 2515 + .pl-1 { padding-left: 4px !important; } 2516 + 2517 + /* Set a $size padding to the left & right at $breakpoint */ 2518 + .px-1 { padding-right: 4px !important; padding-left: 4px !important; } 2519 + 2520 + /* Set a $size padding to the top & bottom at $breakpoint */ 2521 + .py-1 { padding-top: 4px !important; padding-bottom: 4px !important; } 2522 + 2523 + /* Set a $size padding to all sides at $breakpoint */ 2524 + .p-2 { padding: 8px !important; } 2525 + 2526 + /* Set a $size padding to the top at $breakpoint */ 2527 + .pt-2 { padding-top: 8px !important; } 2528 + 2529 + /* Set a $size padding to the right at $breakpoint */ 2530 + .pr-2 { padding-right: 8px !important; } 2531 + 2532 + /* Set a $size padding to the bottom at $breakpoint */ 2533 + .pb-2 { padding-bottom: 8px !important; } 2534 + 2535 + /* Set a $size padding to the left at $breakpoint */ 2536 + .pl-2 { padding-left: 8px !important; } 2537 + 2538 + /* Set a $size padding to the left & right at $breakpoint */ 2539 + .px-2 { padding-right: 8px !important; padding-left: 8px !important; } 2540 + 2541 + /* Set a $size padding to the top & bottom at $breakpoint */ 2542 + .py-2 { padding-top: 8px !important; padding-bottom: 8px !important; } 2543 + 2544 + /* Set a $size padding to all sides at $breakpoint */ 2545 + .p-3 { padding: 16px !important; } 2546 + 2547 + /* Set a $size padding to the top at $breakpoint */ 2548 + .pt-3 { padding-top: 16px !important; } 2549 + 2550 + /* Set a $size padding to the right at $breakpoint */ 2551 + .pr-3 { padding-right: 16px !important; } 2552 + 2553 + /* Set a $size padding to the bottom at $breakpoint */ 2554 + .pb-3 { padding-bottom: 16px !important; } 2555 + 2556 + /* Set a $size padding to the left at $breakpoint */ 2557 + .pl-3 { padding-left: 16px !important; } 2558 + 2559 + /* Set a $size padding to the left & right at $breakpoint */ 2560 + .px-3 { padding-right: 16px !important; padding-left: 16px !important; } 2561 + 2562 + /* Set a $size padding to the top & bottom at $breakpoint */ 2563 + .py-3 { padding-top: 16px !important; padding-bottom: 16px !important; } 2564 + 2565 + /* Set a $size padding to all sides at $breakpoint */ 2566 + .p-4 { padding: 24px !important; } 2567 + 2568 + /* Set a $size padding to the top at $breakpoint */ 2569 + .pt-4 { padding-top: 24px !important; } 2570 + 2571 + /* Set a $size padding to the right at $breakpoint */ 2572 + .pr-4 { padding-right: 24px !important; } 2573 + 2574 + /* Set a $size padding to the bottom at $breakpoint */ 2575 + .pb-4 { padding-bottom: 24px !important; } 2576 + 2577 + /* Set a $size padding to the left at $breakpoint */ 2578 + .pl-4 { padding-left: 24px !important; } 2579 + 2580 + /* Set a $size padding to the left & right at $breakpoint */ 2581 + .px-4 { padding-right: 24px !important; padding-left: 24px !important; } 2582 + 2583 + /* Set a $size padding to the top & bottom at $breakpoint */ 2584 + .py-4 { padding-top: 24px !important; padding-bottom: 24px !important; } 2585 + 2586 + /* Set a $size padding to all sides at $breakpoint */ 2587 + .p-5 { padding: 32px !important; } 2588 + 2589 + /* Set a $size padding to the top at $breakpoint */ 2590 + .pt-5 { padding-top: 32px !important; } 2591 + 2592 + /* Set a $size padding to the right at $breakpoint */ 2593 + .pr-5 { padding-right: 32px !important; } 2594 + 2595 + /* Set a $size padding to the bottom at $breakpoint */ 2596 + .pb-5 { padding-bottom: 32px !important; } 2597 + 2598 + /* Set a $size padding to the left at $breakpoint */ 2599 + .pl-5 { padding-left: 32px !important; } 2600 + 2601 + /* Set a $size padding to the left & right at $breakpoint */ 2602 + .px-5 { padding-right: 32px !important; padding-left: 32px !important; } 2603 + 2604 + /* Set a $size padding to the top & bottom at $breakpoint */ 2605 + .py-5 { padding-top: 32px !important; padding-bottom: 32px !important; } 2606 + 2607 + /* Set a $size padding to all sides at $breakpoint */ 2608 + .p-6 { padding: 40px !important; } 2609 + 2610 + /* Set a $size padding to the top at $breakpoint */ 2611 + .pt-6 { padding-top: 40px !important; } 2612 + 2613 + /* Set a $size padding to the right at $breakpoint */ 2614 + .pr-6 { padding-right: 40px !important; } 2615 + 2616 + /* Set a $size padding to the bottom at $breakpoint */ 2617 + .pb-6 { padding-bottom: 40px !important; } 2618 + 2619 + /* Set a $size padding to the left at $breakpoint */ 2620 + .pl-6 { padding-left: 40px !important; } 2621 + 2622 + /* Set a $size padding to the left & right at $breakpoint */ 2623 + .px-6 { padding-right: 40px !important; padding-left: 40px !important; } 2624 + 2625 + /* Set a $size padding to the top & bottom at $breakpoint */ 2626 + .py-6 { padding-top: 40px !important; padding-bottom: 40px !important; } 2627 + 2628 + @media (min-width: 544px) { /* Set a $size padding to all sides at $breakpoint */ 2629 + .p-sm-0 { padding: 0 !important; } 2630 + /* Set a $size padding to the top at $breakpoint */ 2631 + .pt-sm-0 { padding-top: 0 !important; } 2632 + /* Set a $size padding to the right at $breakpoint */ 2633 + .pr-sm-0 { padding-right: 0 !important; } 2634 + /* Set a $size padding to the bottom at $breakpoint */ 2635 + .pb-sm-0 { padding-bottom: 0 !important; } 2636 + /* Set a $size padding to the left at $breakpoint */ 2637 + .pl-sm-0 { padding-left: 0 !important; } 2638 + /* Set a $size padding to the left & right at $breakpoint */ 2639 + .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; } 2640 + /* Set a $size padding to the top & bottom at $breakpoint */ 2641 + .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; } 2642 + /* Set a $size padding to all sides at $breakpoint */ 2643 + .p-sm-1 { padding: 4px !important; } 2644 + /* Set a $size padding to the top at $breakpoint */ 2645 + .pt-sm-1 { padding-top: 4px !important; } 2646 + /* Set a $size padding to the right at $breakpoint */ 2647 + .pr-sm-1 { padding-right: 4px !important; } 2648 + /* Set a $size padding to the bottom at $breakpoint */ 2649 + .pb-sm-1 { padding-bottom: 4px !important; } 2650 + /* Set a $size padding to the left at $breakpoint */ 2651 + .pl-sm-1 { padding-left: 4px !important; } 2652 + /* Set a $size padding to the left & right at $breakpoint */ 2653 + .px-sm-1 { padding-right: 4px !important; padding-left: 4px !important; } 2654 + /* Set a $size padding to the top & bottom at $breakpoint */ 2655 + .py-sm-1 { padding-top: 4px !important; padding-bottom: 4px !important; } 2656 + /* Set a $size padding to all sides at $breakpoint */ 2657 + .p-sm-2 { padding: 8px !important; } 2658 + /* Set a $size padding to the top at $breakpoint */ 2659 + .pt-sm-2 { padding-top: 8px !important; } 2660 + /* Set a $size padding to the right at $breakpoint */ 2661 + .pr-sm-2 { padding-right: 8px !important; } 2662 + /* Set a $size padding to the bottom at $breakpoint */ 2663 + .pb-sm-2 { padding-bottom: 8px !important; } 2664 + /* Set a $size padding to the left at $breakpoint */ 2665 + .pl-sm-2 { padding-left: 8px !important; } 2666 + /* Set a $size padding to the left & right at $breakpoint */ 2667 + .px-sm-2 { padding-right: 8px !important; padding-left: 8px !important; } 2668 + /* Set a $size padding to the top & bottom at $breakpoint */ 2669 + .py-sm-2 { padding-top: 8px !important; padding-bottom: 8px !important; } 2670 + /* Set a $size padding to all sides at $breakpoint */ 2671 + .p-sm-3 { padding: 16px !important; } 2672 + /* Set a $size padding to the top at $breakpoint */ 2673 + .pt-sm-3 { padding-top: 16px !important; } 2674 + /* Set a $size padding to the right at $breakpoint */ 2675 + .pr-sm-3 { padding-right: 16px !important; } 2676 + /* Set a $size padding to the bottom at $breakpoint */ 2677 + .pb-sm-3 { padding-bottom: 16px !important; } 2678 + /* Set a $size padding to the left at $breakpoint */ 2679 + .pl-sm-3 { padding-left: 16px !important; } 2680 + /* Set a $size padding to the left & right at $breakpoint */ 2681 + .px-sm-3 { padding-right: 16px !important; padding-left: 16px !important; } 2682 + /* Set a $size padding to the top & bottom at $breakpoint */ 2683 + .py-sm-3 { padding-top: 16px !important; padding-bottom: 16px !important; } 2684 + /* Set a $size padding to all sides at $breakpoint */ 2685 + .p-sm-4 { padding: 24px !important; } 2686 + /* Set a $size padding to the top at $breakpoint */ 2687 + .pt-sm-4 { padding-top: 24px !important; } 2688 + /* Set a $size padding to the right at $breakpoint */ 2689 + .pr-sm-4 { padding-right: 24px !important; } 2690 + /* Set a $size padding to the bottom at $breakpoint */ 2691 + .pb-sm-4 { padding-bottom: 24px !important; } 2692 + /* Set a $size padding to the left at $breakpoint */ 2693 + .pl-sm-4 { padding-left: 24px !important; } 2694 + /* Set a $size padding to the left & right at $breakpoint */ 2695 + .px-sm-4 { padding-right: 24px !important; padding-left: 24px !important; } 2696 + /* Set a $size padding to the top & bottom at $breakpoint */ 2697 + .py-sm-4 { padding-top: 24px !important; padding-bottom: 24px !important; } 2698 + /* Set a $size padding to all sides at $breakpoint */ 2699 + .p-sm-5 { padding: 32px !important; } 2700 + /* Set a $size padding to the top at $breakpoint */ 2701 + .pt-sm-5 { padding-top: 32px !important; } 2702 + /* Set a $size padding to the right at $breakpoint */ 2703 + .pr-sm-5 { padding-right: 32px !important; } 2704 + /* Set a $size padding to the bottom at $breakpoint */ 2705 + .pb-sm-5 { padding-bottom: 32px !important; } 2706 + /* Set a $size padding to the left at $breakpoint */ 2707 + .pl-sm-5 { padding-left: 32px !important; } 2708 + /* Set a $size padding to the left & right at $breakpoint */ 2709 + .px-sm-5 { padding-right: 32px !important; padding-left: 32px !important; } 2710 + /* Set a $size padding to the top & bottom at $breakpoint */ 2711 + .py-sm-5 { padding-top: 32px !important; padding-bottom: 32px !important; } 2712 + /* Set a $size padding to all sides at $breakpoint */ 2713 + .p-sm-6 { padding: 40px !important; } 2714 + /* Set a $size padding to the top at $breakpoint */ 2715 + .pt-sm-6 { padding-top: 40px !important; } 2716 + /* Set a $size padding to the right at $breakpoint */ 2717 + .pr-sm-6 { padding-right: 40px !important; } 2718 + /* Set a $size padding to the bottom at $breakpoint */ 2719 + .pb-sm-6 { padding-bottom: 40px !important; } 2720 + /* Set a $size padding to the left at $breakpoint */ 2721 + .pl-sm-6 { padding-left: 40px !important; } 2722 + /* Set a $size padding to the left & right at $breakpoint */ 2723 + .px-sm-6 { padding-right: 40px !important; padding-left: 40px !important; } 2724 + /* Set a $size padding to the top & bottom at $breakpoint */ 2725 + .py-sm-6 { padding-top: 40px !important; padding-bottom: 40px !important; } } 2726 + @media (min-width: 768px) { /* Set a $size padding to all sides at $breakpoint */ 2727 + .p-md-0 { padding: 0 !important; } 2728 + /* Set a $size padding to the top at $breakpoint */ 2729 + .pt-md-0 { padding-top: 0 !important; } 2730 + /* Set a $size padding to the right at $breakpoint */ 2731 + .pr-md-0 { padding-right: 0 !important; } 2732 + /* Set a $size padding to the bottom at $breakpoint */ 2733 + .pb-md-0 { padding-bottom: 0 !important; } 2734 + /* Set a $size padding to the left at $breakpoint */ 2735 + .pl-md-0 { padding-left: 0 !important; } 2736 + /* Set a $size padding to the left & right at $breakpoint */ 2737 + .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; } 2738 + /* Set a $size padding to the top & bottom at $breakpoint */ 2739 + .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; } 2740 + /* Set a $size padding to all sides at $breakpoint */ 2741 + .p-md-1 { padding: 4px !important; } 2742 + /* Set a $size padding to the top at $breakpoint */ 2743 + .pt-md-1 { padding-top: 4px !important; } 2744 + /* Set a $size padding to the right at $breakpoint */ 2745 + .pr-md-1 { padding-right: 4px !important; } 2746 + /* Set a $size padding to the bottom at $breakpoint */ 2747 + .pb-md-1 { padding-bottom: 4px !important; } 2748 + /* Set a $size padding to the left at $breakpoint */ 2749 + .pl-md-1 { padding-left: 4px !important; } 2750 + /* Set a $size padding to the left & right at $breakpoint */ 2751 + .px-md-1 { padding-right: 4px !important; padding-left: 4px !important; } 2752 + /* Set a $size padding to the top & bottom at $breakpoint */ 2753 + .py-md-1 { padding-top: 4px !important; padding-bottom: 4px !important; } 2754 + /* Set a $size padding to all sides at $breakpoint */ 2755 + .p-md-2 { padding: 8px !important; } 2756 + /* Set a $size padding to the top at $breakpoint */ 2757 + .pt-md-2 { padding-top: 8px !important; } 2758 + /* Set a $size padding to the right at $breakpoint */ 2759 + .pr-md-2 { padding-right: 8px !important; } 2760 + /* Set a $size padding to the bottom at $breakpoint */ 2761 + .pb-md-2 { padding-bottom: 8px !important; } 2762 + /* Set a $size padding to the left at $breakpoint */ 2763 + .pl-md-2 { padding-left: 8px !important; } 2764 + /* Set a $size padding to the left & right at $breakpoint */ 2765 + .px-md-2 { padding-right: 8px !important; padding-left: 8px !important; } 2766 + /* Set a $size padding to the top & bottom at $breakpoint */ 2767 + .py-md-2 { padding-top: 8px !important; padding-bottom: 8px !important; } 2768 + /* Set a $size padding to all sides at $breakpoint */ 2769 + .p-md-3 { padding: 16px !important; } 2770 + /* Set a $size padding to the top at $breakpoint */ 2771 + .pt-md-3 { padding-top: 16px !important; } 2772 + /* Set a $size padding to the right at $breakpoint */ 2773 + .pr-md-3 { padding-right: 16px !important; } 2774 + /* Set a $size padding to the bottom at $breakpoint */ 2775 + .pb-md-3 { padding-bottom: 16px !important; } 2776 + /* Set a $size padding to the left at $breakpoint */ 2777 + .pl-md-3 { padding-left: 16px !important; } 2778 + /* Set a $size padding to the left & right at $breakpoint */ 2779 + .px-md-3 { padding-right: 16px !important; padding-left: 16px !important; } 2780 + /* Set a $size padding to the top & bottom at $breakpoint */ 2781 + .py-md-3 { padding-top: 16px !important; padding-bottom: 16px !important; } 2782 + /* Set a $size padding to all sides at $breakpoint */ 2783 + .p-md-4 { padding: 24px !important; } 2784 + /* Set a $size padding to the top at $breakpoint */ 2785 + .pt-md-4 { padding-top: 24px !important; } 2786 + /* Set a $size padding to the right at $breakpoint */ 2787 + .pr-md-4 { padding-right: 24px !important; } 2788 + /* Set a $size padding to the bottom at $breakpoint */ 2789 + .pb-md-4 { padding-bottom: 24px !important; } 2790 + /* Set a $size padding to the left at $breakpoint */ 2791 + .pl-md-4 { padding-left: 24px !important; } 2792 + /* Set a $size padding to the left & right at $breakpoint */ 2793 + .px-md-4 { padding-right: 24px !important; padding-left: 24px !important; } 2794 + /* Set a $size padding to the top & bottom at $breakpoint */ 2795 + .py-md-4 { padding-top: 24px !important; padding-bottom: 24px !important; } 2796 + /* Set a $size padding to all sides at $breakpoint */ 2797 + .p-md-5 { padding: 32px !important; } 2798 + /* Set a $size padding to the top at $breakpoint */ 2799 + .pt-md-5 { padding-top: 32px !important; } 2800 + /* Set a $size padding to the right at $breakpoint */ 2801 + .pr-md-5 { padding-right: 32px !important; } 2802 + /* Set a $size padding to the bottom at $breakpoint */ 2803 + .pb-md-5 { padding-bottom: 32px !important; } 2804 + /* Set a $size padding to the left at $breakpoint */ 2805 + .pl-md-5 { padding-left: 32px !important; } 2806 + /* Set a $size padding to the left & right at $breakpoint */ 2807 + .px-md-5 { padding-right: 32px !important; padding-left: 32px !important; } 2808 + /* Set a $size padding to the top & bottom at $breakpoint */ 2809 + .py-md-5 { padding-top: 32px !important; padding-bottom: 32px !important; } 2810 + /* Set a $size padding to all sides at $breakpoint */ 2811 + .p-md-6 { padding: 40px !important; } 2812 + /* Set a $size padding to the top at $breakpoint */ 2813 + .pt-md-6 { padding-top: 40px !important; } 2814 + /* Set a $size padding to the right at $breakpoint */ 2815 + .pr-md-6 { padding-right: 40px !important; } 2816 + /* Set a $size padding to the bottom at $breakpoint */ 2817 + .pb-md-6 { padding-bottom: 40px !important; } 2818 + /* Set a $size padding to the left at $breakpoint */ 2819 + .pl-md-6 { padding-left: 40px !important; } 2820 + /* Set a $size padding to the left & right at $breakpoint */ 2821 + .px-md-6 { padding-right: 40px !important; padding-left: 40px !important; } 2822 + /* Set a $size padding to the top & bottom at $breakpoint */ 2823 + .py-md-6 { padding-top: 40px !important; padding-bottom: 40px !important; } } 2824 + @media (min-width: 1012px) { /* Set a $size padding to all sides at $breakpoint */ 2825 + .p-lg-0 { padding: 0 !important; } 2826 + /* Set a $size padding to the top at $breakpoint */ 2827 + .pt-lg-0 { padding-top: 0 !important; } 2828 + /* Set a $size padding to the right at $breakpoint */ 2829 + .pr-lg-0 { padding-right: 0 !important; } 2830 + /* Set a $size padding to the bottom at $breakpoint */ 2831 + .pb-lg-0 { padding-bottom: 0 !important; } 2832 + /* Set a $size padding to the left at $breakpoint */ 2833 + .pl-lg-0 { padding-left: 0 !important; } 2834 + /* Set a $size padding to the left & right at $breakpoint */ 2835 + .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; } 2836 + /* Set a $size padding to the top & bottom at $breakpoint */ 2837 + .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; } 2838 + /* Set a $size padding to all sides at $breakpoint */ 2839 + .p-lg-1 { padding: 4px !important; } 2840 + /* Set a $size padding to the top at $breakpoint */ 2841 + .pt-lg-1 { padding-top: 4px !important; } 2842 + /* Set a $size padding to the right at $breakpoint */ 2843 + .pr-lg-1 { padding-right: 4px !important; } 2844 + /* Set a $size padding to the bottom at $breakpoint */ 2845 + .pb-lg-1 { padding-bottom: 4px !important; } 2846 + /* Set a $size padding to the left at $breakpoint */ 2847 + .pl-lg-1 { padding-left: 4px !important; } 2848 + /* Set a $size padding to the left & right at $breakpoint */ 2849 + .px-lg-1 { padding-right: 4px !important; padding-left: 4px !important; } 2850 + /* Set a $size padding to the top & bottom at $breakpoint */ 2851 + .py-lg-1 { padding-top: 4px !important; padding-bottom: 4px !important; } 2852 + /* Set a $size padding to all sides at $breakpoint */ 2853 + .p-lg-2 { padding: 8px !important; } 2854 + /* Set a $size padding to the top at $breakpoint */ 2855 + .pt-lg-2 { padding-top: 8px !important; } 2856 + /* Set a $size padding to the right at $breakpoint */ 2857 + .pr-lg-2 { padding-right: 8px !important; } 2858 + /* Set a $size padding to the bottom at $breakpoint */ 2859 + .pb-lg-2 { padding-bottom: 8px !important; } 2860 + /* Set a $size padding to the left at $breakpoint */ 2861 + .pl-lg-2 { padding-left: 8px !important; } 2862 + /* Set a $size padding to the left & right at $breakpoint */ 2863 + .px-lg-2 { padding-right: 8px !important; padding-left: 8px !important; } 2864 + /* Set a $size padding to the top & bottom at $breakpoint */ 2865 + .py-lg-2 { padding-top: 8px !important; padding-bottom: 8px !important; } 2866 + /* Set a $size padding to all sides at $breakpoint */ 2867 + .p-lg-3 { padding: 16px !important; } 2868 + /* Set a $size padding to the top at $breakpoint */ 2869 + .pt-lg-3 { padding-top: 16px !important; } 2870 + /* Set a $size padding to the right at $breakpoint */ 2871 + .pr-lg-3 { padding-right: 16px !important; } 2872 + /* Set a $size padding to the bottom at $breakpoint */ 2873 + .pb-lg-3 { padding-bottom: 16px !important; } 2874 + /* Set a $size padding to the left at $breakpoint */ 2875 + .pl-lg-3 { padding-left: 16px !important; } 2876 + /* Set a $size padding to the left & right at $breakpoint */ 2877 + .px-lg-3 { padding-right: 16px !important; padding-left: 16px !important; } 2878 + /* Set a $size padding to the top & bottom at $breakpoint */ 2879 + .py-lg-3 { padding-top: 16px !important; padding-bottom: 16px !important; } 2880 + /* Set a $size padding to all sides at $breakpoint */ 2881 + .p-lg-4 { padding: 24px !important; } 2882 + /* Set a $size padding to the top at $breakpoint */ 2883 + .pt-lg-4 { padding-top: 24px !important; } 2884 + /* Set a $size padding to the right at $breakpoint */ 2885 + .pr-lg-4 { padding-right: 24px !important; } 2886 + /* Set a $size padding to the bottom at $breakpoint */ 2887 + .pb-lg-4 { padding-bottom: 24px !important; } 2888 + /* Set a $size padding to the left at $breakpoint */ 2889 + .pl-lg-4 { padding-left: 24px !important; } 2890 + /* Set a $size padding to the left & right at $breakpoint */ 2891 + .px-lg-4 { padding-right: 24px !important; padding-left: 24px !important; } 2892 + /* Set a $size padding to the top & bottom at $breakpoint */ 2893 + .py-lg-4 { padding-top: 24px !important; padding-bottom: 24px !important; } 2894 + /* Set a $size padding to all sides at $breakpoint */ 2895 + .p-lg-5 { padding: 32px !important; } 2896 + /* Set a $size padding to the top at $breakpoint */ 2897 + .pt-lg-5 { padding-top: 32px !important; } 2898 + /* Set a $size padding to the right at $breakpoint */ 2899 + .pr-lg-5 { padding-right: 32px !important; } 2900 + /* Set a $size padding to the bottom at $breakpoint */ 2901 + .pb-lg-5 { padding-bottom: 32px !important; } 2902 + /* Set a $size padding to the left at $breakpoint */ 2903 + .pl-lg-5 { padding-left: 32px !important; } 2904 + /* Set a $size padding to the left & right at $breakpoint */ 2905 + .px-lg-5 { padding-right: 32px !important; padding-left: 32px !important; } 2906 + /* Set a $size padding to the top & bottom at $breakpoint */ 2907 + .py-lg-5 { padding-top: 32px !important; padding-bottom: 32px !important; } 2908 + /* Set a $size padding to all sides at $breakpoint */ 2909 + .p-lg-6 { padding: 40px !important; } 2910 + /* Set a $size padding to the top at $breakpoint */ 2911 + .pt-lg-6 { padding-top: 40px !important; } 2912 + /* Set a $size padding to the right at $breakpoint */ 2913 + .pr-lg-6 { padding-right: 40px !important; } 2914 + /* Set a $size padding to the bottom at $breakpoint */ 2915 + .pb-lg-6 { padding-bottom: 40px !important; } 2916 + /* Set a $size padding to the left at $breakpoint */ 2917 + .pl-lg-6 { padding-left: 40px !important; } 2918 + /* Set a $size padding to the left & right at $breakpoint */ 2919 + .px-lg-6 { padding-right: 40px !important; padding-left: 40px !important; } 2920 + /* Set a $size padding to the top & bottom at $breakpoint */ 2921 + .py-lg-6 { padding-top: 40px !important; padding-bottom: 40px !important; } } 2922 + @media (min-width: 1280px) { /* Set a $size padding to all sides at $breakpoint */ 2923 + .p-xl-0 { padding: 0 !important; } 2924 + /* Set a $size padding to the top at $breakpoint */ 2925 + .pt-xl-0 { padding-top: 0 !important; } 2926 + /* Set a $size padding to the right at $breakpoint */ 2927 + .pr-xl-0 { padding-right: 0 !important; } 2928 + /* Set a $size padding to the bottom at $breakpoint */ 2929 + .pb-xl-0 { padding-bottom: 0 !important; } 2930 + /* Set a $size padding to the left at $breakpoint */ 2931 + .pl-xl-0 { padding-left: 0 !important; } 2932 + /* Set a $size padding to the left & right at $breakpoint */ 2933 + .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; } 2934 + /* Set a $size padding to the top & bottom at $breakpoint */ 2935 + .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } 2936 + /* Set a $size padding to all sides at $breakpoint */ 2937 + .p-xl-1 { padding: 4px !important; } 2938 + /* Set a $size padding to the top at $breakpoint */ 2939 + .pt-xl-1 { padding-top: 4px !important; } 2940 + /* Set a $size padding to the right at $breakpoint */ 2941 + .pr-xl-1 { padding-right: 4px !important; } 2942 + /* Set a $size padding to the bottom at $breakpoint */ 2943 + .pb-xl-1 { padding-bottom: 4px !important; } 2944 + /* Set a $size padding to the left at $breakpoint */ 2945 + .pl-xl-1 { padding-left: 4px !important; } 2946 + /* Set a $size padding to the left & right at $breakpoint */ 2947 + .px-xl-1 { padding-right: 4px !important; padding-left: 4px !important; } 2948 + /* Set a $size padding to the top & bottom at $breakpoint */ 2949 + .py-xl-1 { padding-top: 4px !important; padding-bottom: 4px !important; } 2950 + /* Set a $size padding to all sides at $breakpoint */ 2951 + .p-xl-2 { padding: 8px !important; } 2952 + /* Set a $size padding to the top at $breakpoint */ 2953 + .pt-xl-2 { padding-top: 8px !important; } 2954 + /* Set a $size padding to the right at $breakpoint */ 2955 + .pr-xl-2 { padding-right: 8px !important; } 2956 + /* Set a $size padding to the bottom at $breakpoint */ 2957 + .pb-xl-2 { padding-bottom: 8px !important; } 2958 + /* Set a $size padding to the left at $breakpoint */ 2959 + .pl-xl-2 { padding-left: 8px !important; } 2960 + /* Set a $size padding to the left & right at $breakpoint */ 2961 + .px-xl-2 { padding-right: 8px !important; padding-left: 8px !important; } 2962 + /* Set a $size padding to the top & bottom at $breakpoint */ 2963 + .py-xl-2 { padding-top: 8px !important; padding-bottom: 8px !important; } 2964 + /* Set a $size padding to all sides at $breakpoint */ 2965 + .p-xl-3 { padding: 16px !important; } 2966 + /* Set a $size padding to the top at $breakpoint */ 2967 + .pt-xl-3 { padding-top: 16px !important; } 2968 + /* Set a $size padding to the right at $breakpoint */ 2969 + .pr-xl-3 { padding-right: 16px !important; } 2970 + /* Set a $size padding to the bottom at $breakpoint */ 2971 + .pb-xl-3 { padding-bottom: 16px !important; } 2972 + /* Set a $size padding to the left at $breakpoint */ 2973 + .pl-xl-3 { padding-left: 16px !important; } 2974 + /* Set a $size padding to the left & right at $breakpoint */ 2975 + .px-xl-3 { padding-right: 16px !important; padding-left: 16px !important; } 2976 + /* Set a $size padding to the top & bottom at $breakpoint */ 2977 + .py-xl-3 { padding-top: 16px !important; padding-bottom: 16px !important; } 2978 + /* Set a $size padding to all sides at $breakpoint */ 2979 + .p-xl-4 { padding: 24px !important; } 2980 + /* Set a $size padding to the top at $breakpoint */ 2981 + .pt-xl-4 { padding-top: 24px !important; } 2982 + /* Set a $size padding to the right at $breakpoint */ 2983 + .pr-xl-4 { padding-right: 24px !important; } 2984 + /* Set a $size padding to the bottom at $breakpoint */ 2985 + .pb-xl-4 { padding-bottom: 24px !important; } 2986 + /* Set a $size padding to the left at $breakpoint */ 2987 + .pl-xl-4 { padding-left: 24px !important; } 2988 + /* Set a $size padding to the left & right at $breakpoint */ 2989 + .px-xl-4 { padding-right: 24px !important; padding-left: 24px !important; } 2990 + /* Set a $size padding to the top & bottom at $breakpoint */ 2991 + .py-xl-4 { padding-top: 24px !important; padding-bottom: 24px !important; } 2992 + /* Set a $size padding to all sides at $breakpoint */ 2993 + .p-xl-5 { padding: 32px !important; } 2994 + /* Set a $size padding to the top at $breakpoint */ 2995 + .pt-xl-5 { padding-top: 32px !important; } 2996 + /* Set a $size padding to the right at $breakpoint */ 2997 + .pr-xl-5 { padding-right: 32px !important; } 2998 + /* Set a $size padding to the bottom at $breakpoint */ 2999 + .pb-xl-5 { padding-bottom: 32px !important; } 3000 + /* Set a $size padding to the left at $breakpoint */ 3001 + .pl-xl-5 { padding-left: 32px !important; } 3002 + /* Set a $size padding to the left & right at $breakpoint */ 3003 + .px-xl-5 { padding-right: 32px !important; padding-left: 32px !important; } 3004 + /* Set a $size padding to the top & bottom at $breakpoint */ 3005 + .py-xl-5 { padding-top: 32px !important; padding-bottom: 32px !important; } 3006 + /* Set a $size padding to all sides at $breakpoint */ 3007 + .p-xl-6 { padding: 40px !important; } 3008 + /* Set a $size padding to the top at $breakpoint */ 3009 + .pt-xl-6 { padding-top: 40px !important; } 3010 + /* Set a $size padding to the right at $breakpoint */ 3011 + .pr-xl-6 { padding-right: 40px !important; } 3012 + /* Set a $size padding to the bottom at $breakpoint */ 3013 + .pb-xl-6 { padding-bottom: 40px !important; } 3014 + /* Set a $size padding to the left at $breakpoint */ 3015 + .pl-xl-6 { padding-left: 40px !important; } 3016 + /* Set a $size padding to the left & right at $breakpoint */ 3017 + .px-xl-6 { padding-right: 40px !important; padding-left: 40px !important; } 3018 + /* Set a $size padding to the top & bottom at $breakpoint */ 3019 + .py-xl-6 { padding-top: 40px !important; padding-bottom: 40px !important; } } 3020 + .p-responsive { padding-right: 16px !important; padding-left: 16px !important; } 3021 + @media (min-width: 544px) { .p-responsive { padding-right: 40px !important; padding-left: 40px !important; } } 3022 + @media (min-width: 1012px) { .p-responsive { padding-right: 16px !important; padding-left: 16px !important; } } 3023 + 3024 + /* Set the font size to 26px */ 3025 + .h1 { font-size: 26px !important; } 3026 + @media (min-width: 768px) { .h1 { font-size: 32px !important; } } 3027 + 3028 + /* Set the font size to 22px */ 3029 + .h2 { font-size: 22px !important; } 3030 + @media (min-width: 768px) { .h2 { font-size: 24px !important; } } 3031 + 3032 + /* Set the font size to 18px */ 3033 + .h3 { font-size: 18px !important; } 3034 + @media (min-width: 768px) { .h3 { font-size: 20px !important; } } 3035 + 3036 + /* Set the font size to 16px */ 3037 + .h4 { font-size: 16px !important; } 3038 + 3039 + /* Set the font size to 14px */ 3040 + .h5 { font-size: 14px !important; } 3041 + 3042 + /* Set the font size to 12px */ 3043 + .h6 { font-size: 12px !important; } 3044 + 3045 + .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 600 !important; } 3046 + 3047 + /* Set the font size to 26px */ 3048 + .f1 { font-size: 26px !important; } 3049 + @media (min-width: 768px) { .f1 { font-size: 32px !important; } } 3050 + 3051 + /* Set the font size to 22px */ 3052 + .f2 { font-size: 22px !important; } 3053 + @media (min-width: 768px) { .f2 { font-size: 24px !important; } } 3054 + 3055 + /* Set the font size to 18px */ 3056 + .f3 { font-size: 18px !important; } 3057 + @media (min-width: 768px) { .f3 { font-size: 20px !important; } } 3058 + 3059 + /* Set the font size to 16px */ 3060 + .f4 { font-size: 16px !important; } 3061 + @media (min-width: 768px) { .f4 { font-size: 16px !important; } } 3062 + 3063 + /* Set the font size to 14px */ 3064 + .f5 { font-size: 14px !important; } 3065 + 3066 + /* Set the font size to 12px */ 3067 + .f6 { font-size: 12px !important; } 3068 + 3069 + /* Set the font size to 40px and weight to light */ 3070 + .f00-light { font-size: 40px !important; font-weight: 300 !important; } 3071 + @media (min-width: 768px) { .f00-light { font-size: 48px !important; } } 3072 + 3073 + /* Set the font size to 32px and weight to light */ 3074 + .f0-light { font-size: 32px !important; font-weight: 300 !important; } 3075 + @media (min-width: 768px) { .f0-light { font-size: 40px !important; } } 3076 + 3077 + /* Set the font size to 26px and weight to light */ 3078 + .f1-light { font-size: 26px !important; font-weight: 300 !important; } 3079 + @media (min-width: 768px) { .f1-light { font-size: 32px !important; } } 3080 + 3081 + /* Set the font size to 22px and weight to light */ 3082 + .f2-light { font-size: 22px !important; font-weight: 300 !important; } 3083 + @media (min-width: 768px) { .f2-light { font-size: 24px !important; } } 3084 + 3085 + /* Set the font size to 18px and weight to light */ 3086 + .f3-light { font-size: 18px !important; font-weight: 300 !important; } 3087 + @media (min-width: 768px) { .f3-light { font-size: 20px !important; } } 3088 + 3089 + /* Set the font size to ${#h6-size} */ 3090 + .text-small { font-size: 12px !important; } 3091 + 3092 + /* Large leading paragraphs */ 3093 + .lead { margin-bottom: 30px; font-size: 20px; font-weight: 300; color: #586069; } 3094 + 3095 + /* Set the line height to ultra condensed */ 3096 + .lh-condensed-ultra { line-height: 1 !important; } 3097 + 3098 + /* Set the line height to condensed */ 3099 + .lh-condensed { line-height: 1.25 !important; } 3100 + 3101 + /* Set the line height to default */ 3102 + .lh-default { line-height: 1.5 !important; } 3103 + 3104 + /* Set the line height to zero */ 3105 + .lh-0 { line-height: 0 !important; } 3106 + 3107 + /* Text align to the right */ 3108 + .text-right { text-align: right !important; } 3109 + 3110 + /* Text align to the left */ 3111 + .text-left { text-align: left !important; } 3112 + 3113 + /* Text align to the center */ 3114 + .text-center { text-align: center !important; } 3115 + 3116 + @media (min-width: 544px) { /* Text align to the right */ 3117 + .text-sm-right { text-align: right !important; } 3118 + /* Text align to the left */ 3119 + .text-sm-left { text-align: left !important; } 3120 + /* Text align to the center */ 3121 + .text-sm-center { text-align: center !important; } } 3122 + @media (min-width: 768px) { /* Text align to the right */ 3123 + .text-md-right { text-align: right !important; } 3124 + /* Text align to the left */ 3125 + .text-md-left { text-align: left !important; } 3126 + /* Text align to the center */ 3127 + .text-md-center { text-align: center !important; } } 3128 + @media (min-width: 1012px) { /* Text align to the right */ 3129 + .text-lg-right { text-align: right !important; } 3130 + /* Text align to the left */ 3131 + .text-lg-left { text-align: left !important; } 3132 + /* Text align to the center */ 3133 + .text-lg-center { text-align: center !important; } } 3134 + @media (min-width: 1280px) { /* Text align to the right */ 3135 + .text-xl-right { text-align: right !important; } 3136 + /* Text align to the left */ 3137 + .text-xl-left { text-align: left !important; } 3138 + /* Text align to the center */ 3139 + .text-xl-center { text-align: center !important; } } 3140 + /* Set the font weight to normal */ 3141 + .text-normal { font-weight: 400 !important; } 3142 + 3143 + /* Set the font weight to bold */ 3144 + .text-bold { font-weight: 600 !important; } 3145 + 3146 + /* Set the font to italic */ 3147 + .text-italic { font-style: italic !important; } 3148 + 3149 + /* Make text uppercase */ 3150 + .text-uppercase { text-transform: uppercase !important; } 3151 + 3152 + /* Underline text */ 3153 + .text-underline { text-decoration: underline !important; } 3154 + 3155 + /* Don't underline text */ 3156 + .no-underline { text-decoration: none !important; } 3157 + 3158 + /* Don't wrap white space */ 3159 + .no-wrap { white-space: nowrap !important; } 3160 + 3161 + /* Normal white space */ 3162 + .ws-normal { white-space: normal !important; } 3163 + 3164 + /* Allow long lines with no spaces to line break */ 3165 + .wb-break-all { word-break: break-all !important; } 3166 + 3167 + .text-emphasized { font-weight: 600; color: #24292e; } 3168 + 3169 + .list-style-none { list-style: none !important; } 3170 + 3171 + /* Add a dark text shadow */ 3172 + .text-shadow-dark { text-shadow: 0 1px 1px rgba(27, 31, 35, 0.25), 0 1px 25px rgba(27, 31, 35, 0.75); } 3173 + 3174 + /* Add a light text shadow */ 3175 + .text-shadow-light { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); } 3176 + 3177 + /* Set to monospace font */ 3178 + .text-mono { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; } 3179 + 3180 + /* Disallow user from selecting text */ 3181 + .user-select-none { user-select: none !important; } 3182 + 3183 + .d-block { display: block !important; } 3184 + 3185 + .d-flex { display: flex !important; } 3186 + 3187 + .d-inline { display: inline !important; } 3188 + 3189 + .d-inline-block { display: inline-block !important; } 3190 + 3191 + .d-inline-flex { display: inline-flex !important; } 3192 + 3193 + .d-none { display: none !important; } 3194 + 3195 + .d-table { display: table !important; } 3196 + 3197 + .d-table-cell { display: table-cell !important; } 3198 + 3199 + @media (min-width: 544px) { .d-sm-block { display: block !important; } 3200 + .d-sm-flex { display: flex !important; } 3201 + .d-sm-inline { display: inline !important; } 3202 + .d-sm-inline-block { display: inline-block !important; } 3203 + .d-sm-inline-flex { display: inline-flex !important; } 3204 + .d-sm-none { display: none !important; } 3205 + .d-sm-table { display: table !important; } 3206 + .d-sm-table-cell { display: table-cell !important; } } 3207 + @media (min-width: 768px) { .d-md-block { display: block !important; } 3208 + .d-md-flex { display: flex !important; } 3209 + .d-md-inline { display: inline !important; } 3210 + .d-md-inline-block { display: inline-block !important; } 3211 + .d-md-inline-flex { display: inline-flex !important; } 3212 + .d-md-none { display: none !important; } 3213 + .d-md-table { display: table !important; } 3214 + .d-md-table-cell { display: table-cell !important; } } 3215 + @media (min-width: 1012px) { .d-lg-block { display: block !important; } 3216 + .d-lg-flex { display: flex !important; } 3217 + .d-lg-inline { display: inline !important; } 3218 + .d-lg-inline-block { display: inline-block !important; } 3219 + .d-lg-inline-flex { display: inline-flex !important; } 3220 + .d-lg-none { display: none !important; } 3221 + .d-lg-table { display: table !important; } 3222 + .d-lg-table-cell { display: table-cell !important; } } 3223 + @media (min-width: 1280px) { .d-xl-block { display: block !important; } 3224 + .d-xl-flex { display: flex !important; } 3225 + .d-xl-inline { display: inline !important; } 3226 + .d-xl-inline-block { display: inline-block !important; } 3227 + .d-xl-inline-flex { display: inline-flex !important; } 3228 + .d-xl-none { display: none !important; } 3229 + .d-xl-table { display: table !important; } 3230 + .d-xl-table-cell { display: table-cell !important; } } 3231 + .v-hidden { visibility: hidden !important; } 3232 + 3233 + .v-visible { visibility: visible !important; } 3234 + 3235 + @media (max-width: 544px) { .hide-sm { display: none !important; } } 3236 + @media (min-width: 544px) and (max-width: 768px) { .hide-md { display: none !important; } } 3237 + @media (min-width: 768px) and (max-width: 1012px) { .hide-lg { display: none !important; } } 3238 + @media (min-width: 1012px) { .hide-xl { display: none !important; } } 3239 + /* Set the table-layout to fixed */ 3240 + .table-fixed { table-layout: fixed !important; } 3241 + 3242 + .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); word-wrap: normal; border: 0; } 3243 + 3244 + .show-on-focus { position: absolute; width: 1px; height: 1px; margin: 0; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); } 3245 + .show-on-focus:focus { z-index: 20; width: auto; height: auto; clip: auto; }
+7 -5
_site/index.html
··· 2 2 <html> 3 3 <head> 4 4 <meta charset="utf-8"> 5 - <title>Home</title> 5 + <title>profile-generator</title> 6 + <link href="/assets/styles.css" rel="stylesheet" type="text/css"> 6 7 </head> 7 8 <body> 8 9 9 10 10 - profile-generator 11 - <hr> 12 - <h1>BenEmdon</h1> 13 - <img src="https://avatars0.githubusercontent.com/u/11095731?v=4"> 11 + <div class="container-lg p-responsive"> 12 + <h1>profile-generator</h1> 13 + <p>BenEmdon</p> 14 + <img src="https://avatars0.githubusercontent.com/u/11095731?v=4"> 15 + </div> 14 16 15 17 <!--//header></header> 16 18 <script>
+129
_site/package-lock.json
··· 1 + { 2 + "name": "profile-generator", 3 + "version": "1.0.0", 4 + "lockfileVersion": 1, 5 + "requires": true, 6 + "dependencies": { 7 + "primer-base": { 8 + "version": "1.9.2", 9 + "resolved": "https://registry.npmjs.org/primer-base/-/primer-base-1.9.2.tgz", 10 + "integrity": "sha512-KgZP0cGq0rdgyK5ozw7UbyqG52o0sbzAfRP3iEeoRhDwCJ3X0XaHeCINty7QhcIzWCccXkdamMe/P6HBwWM12g==", 11 + "requires": { 12 + "primer-support": "4.7.2" 13 + } 14 + }, 15 + "primer-box": { 16 + "version": "2.5.13", 17 + "resolved": "https://registry.npmjs.org/primer-box/-/primer-box-2.5.13.tgz", 18 + "integrity": "sha512-ZNZ8TFU05gqZx1oSk6DVdjACOOPsdJZqn0qYBcfsEu+AQQiKJ7HVH8pgODlH5tqj8Ihtoz3Q1CxCmrZhVnjnbA==", 19 + "requires": { 20 + "primer-support": "4.7.2" 21 + } 22 + }, 23 + "primer-breadcrumb": { 24 + "version": "1.5.9", 25 + "resolved": "https://registry.npmjs.org/primer-breadcrumb/-/primer-breadcrumb-1.5.9.tgz", 26 + "integrity": "sha512-A2+rm3Gi2vk4LYr8yWrNwYNc2i59gcnfAGyT/QJ7G66R0kLD8M3rIPDw2vmRY5LagTvZ8KnY6wRwc5GSSKVBDQ==", 27 + "requires": { 28 + "primer-support": "4.7.2" 29 + } 30 + }, 31 + "primer-buttons": { 32 + "version": "2.6.4", 33 + "resolved": "https://registry.npmjs.org/primer-buttons/-/primer-buttons-2.6.4.tgz", 34 + "integrity": "sha512-6+wFjXKGk76qZmUrnUTXm8Zo6viiNlcGcSSiW89OeAW2qkHHlTvyMqoKwExg8nGNFbLIGxhvqb9V++nx20Pq1Q==", 35 + "requires": { 36 + "primer-support": "4.7.2" 37 + } 38 + }, 39 + "primer-core": { 40 + "version": "6.10.9", 41 + "resolved": "https://registry.npmjs.org/primer-core/-/primer-core-6.10.9.tgz", 42 + "integrity": "sha512-OJmJzhjw4UXXU/IzH3JoJL6KGHfWep8G8t+EHNGIJVHBsrGQYylp5iEcsPuHLDQVpKbOtuj3Rqg3ef53ei2R5A==", 43 + "requires": { 44 + "primer-base": "1.9.2", 45 + "primer-box": "2.5.13", 46 + "primer-breadcrumb": "1.5.9", 47 + "primer-buttons": "2.6.4", 48 + "primer-forms": "2.1.8", 49 + "primer-layout": "1.6.2", 50 + "primer-navigation": "1.5.11", 51 + "primer-pagination": "1.0.7", 52 + "primer-support": "4.7.2", 53 + "primer-table-object": "1.4.13", 54 + "primer-tooltips": "1.5.11", 55 + "primer-truncate": "1.4.13", 56 + "primer-utilities": "4.14.4" 57 + } 58 + }, 59 + "primer-forms": { 60 + "version": "2.1.8", 61 + "resolved": "https://registry.npmjs.org/primer-forms/-/primer-forms-2.1.8.tgz", 62 + "integrity": "sha512-bAobB7DUWphIjdcXfPD6CPWwvWBp5hbH65seO0OT+KkYbCLrDZCeFxLfRs9u1LyYN07DJR/vf4k8wom0Bksr4A==", 63 + "requires": { 64 + "primer-support": "4.7.2" 65 + } 66 + }, 67 + "primer-layout": { 68 + "version": "1.6.2", 69 + "resolved": "https://registry.npmjs.org/primer-layout/-/primer-layout-1.6.2.tgz", 70 + "integrity": "sha512-Ov/g9GiAaKhRAXku2wxsTlmJXhQPAjWpCwibJ+Ooxu0X8n6BA52y/ScZUPFdde+vZYhbFGFQwozU8y2bzuw3dg==", 71 + "requires": { 72 + "primer-support": "4.7.2" 73 + } 74 + }, 75 + "primer-navigation": { 76 + "version": "1.5.11", 77 + "resolved": "https://registry.npmjs.org/primer-navigation/-/primer-navigation-1.5.11.tgz", 78 + "integrity": "sha512-Fykn/zuJX8z8kEIkzxnbwZhbCbYbuQF7Iv+03yzBeesOfN4VaQKgpTtaAXW26NB1BjOo3omrhVivYoejTFXbuw==", 79 + "requires": { 80 + "primer-support": "4.7.2" 81 + } 82 + }, 83 + "primer-pagination": { 84 + "version": "1.0.7", 85 + "resolved": "https://registry.npmjs.org/primer-pagination/-/primer-pagination-1.0.7.tgz", 86 + "integrity": "sha512-c0Vmc3ZYspn+JdY6nmH626c+bxkuJLToYueksEMOrET4da05xwnC8dF7v6fh7UlBZ+qNArf+SsFWqXJPW5C8IA==", 87 + "requires": { 88 + "primer-support": "4.7.2" 89 + } 90 + }, 91 + "primer-support": { 92 + "version": "4.7.2", 93 + "resolved": "https://registry.npmjs.org/primer-support/-/primer-support-4.7.2.tgz", 94 + "integrity": "sha512-WbfjjITtGV6iXQeaVPL+AzHj1Jv9RHJRp7kIu5ebFXwolWmCqTBpA/8VmWmssyeTfv8zR7iuCoT0UoBF+uGHww==" 95 + }, 96 + "primer-table-object": { 97 + "version": "1.4.13", 98 + "resolved": "https://registry.npmjs.org/primer-table-object/-/primer-table-object-1.4.13.tgz", 99 + "integrity": "sha512-JoU/T1aubSg3cvEXh5K95X63W5bJLFlvDflVWMc8QJKiHBPmICH7yccsGI+ybhEUnd7MUD+BEXKgQwM+Iinv5g==", 100 + "requires": { 101 + "primer-support": "4.7.2" 102 + } 103 + }, 104 + "primer-tooltips": { 105 + "version": "1.5.11", 106 + "resolved": "https://registry.npmjs.org/primer-tooltips/-/primer-tooltips-1.5.11.tgz", 107 + "integrity": "sha512-r0C4gnzg8hChoKVU5hC+e7BlKM3gkO+W8L1o91RCDiguN9S0u/yo3DQwlVL68igvAP34NEYzchsZ82BkQkd1Dg==", 108 + "requires": { 109 + "primer-support": "4.7.2" 110 + } 111 + }, 112 + "primer-truncate": { 113 + "version": "1.4.13", 114 + "resolved": "https://registry.npmjs.org/primer-truncate/-/primer-truncate-1.4.13.tgz", 115 + "integrity": "sha512-/3saQDL8n77nGJ7zMT05PKTKeMTFrR2QVjZsD5XnOblMiglND95ozOKef0sDcyrgR7fv+qLMXr56+QS/FWFSsw==", 116 + "requires": { 117 + "primer-support": "4.7.2" 118 + } 119 + }, 120 + "primer-utilities": { 121 + "version": "4.14.4", 122 + "resolved": "https://registry.npmjs.org/primer-utilities/-/primer-utilities-4.14.4.tgz", 123 + "integrity": "sha512-EEZxsp/bjY4jkTqDeVJfWI/df55icDhFDGylX59VeiSVudIgUUe5G1VqtgGJIXgqnkiLf5u+iaOSayFvxqhTrg==", 124 + "requires": { 125 + "primer-support": "4.7.2" 126 + } 127 + } 128 + } 129 + }
+22
_site/package.json
··· 1 + { 2 + "name": "profile-generator", 3 + "version": "1.0.0", 4 + "description": "", 5 + "main": "index.js", 6 + "scripts": { 7 + "test": "echo \"Error: no test specified\" && exit 1" 8 + }, 9 + "repository": { 10 + "type": "git", 11 + "url": "git+https://github.com/github/profile-generator.git" 12 + }, 13 + "author": "github", 14 + "license": "ISC", 15 + "bugs": { 16 + "url": "https://github.com/github/profile-generator/issues" 17 + }, 18 + "homepage": "https://github.com/github/profile-generator#readme", 19 + "dependencies": { 20 + "primer-core": "^6.10.9" 21 + } 22 + }
+3
assets/styles.scss
··· 1 + --- 2 + --- 3 + @import "primer-core/index";
+7 -5
index.html
··· 5 5 <html> 6 6 <head> 7 7 <meta charset="utf-8"> 8 - <title>Home</title> 8 + <title>{{ site.github.project_title }}</title> 9 + <link href="/assets/styles.css" rel="stylesheet" type="text/css"> 9 10 </head> 10 11 <body> 11 12 {% assign user = site.github.organization_members[0] %} 12 13 13 - {{ site.github.project_title }} 14 - <hr> 15 - <h1>{{ user.login }}</h1> 16 - <img src="{{ user.avatar_url }}"> 14 + <div class="container-lg p-responsive"> 15 + <h1>{{ site.github.project_title }}</h1> 16 + <p>{{ user.login }}</p> 17 + <img src="{{ user.avatar_url }}"> 18 + </div> 17 19 18 20 <!--//header></header> 19 21 <script>
+21
node_modules/primer-base/LICENSE
··· 1 + The MIT License (MIT) 2 + 3 + Copyright (c) 2019 GitHub Inc. 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+48
node_modules/primer-base/README.md
··· 1 + # Primer Base 2 + 3 + [![npm version](https://img.shields.io/npm/v/primer-base.svg)](https://www.npmjs.org/package/primer-base) 4 + [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer) 5 + 6 + > GitHub's CSS to reset the browsers default styles. Built on top of normalize.css 7 + 8 + This repository is a module of the full [primer][primer] repository. And is built off of [normalize.css](https://github.com/necolas/normalize.css/) 9 + 10 + ## Install 11 + 12 + This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-base` with this command. 13 + 14 + ``` 15 + $ npm install --save primer-base 16 + ``` 17 + 18 + ## Usage 19 + 20 + The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. 21 + 22 + ```scss 23 + @import "primer-base/index.scss"; 24 + ``` 25 + 26 + You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ 27 + 28 + ## Build 29 + 30 + For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. 31 + 32 + ``` 33 + $ npm run build 34 + ``` 35 + 36 + ## Documentation 37 + 38 + You can read more about base in the [docs][docs]. 39 + 40 + ## License 41 + 42 + [MIT](./LICENSE) &copy; [GitHub](https://github.com/) 43 + 44 + [primer]: https://github.com/primer/primer 45 + [docs]: http://primer.github.io/ 46 + [npm]: https://www.npmjs.com/ 47 + [install-npm]: https://docs.npmjs.com/getting-started/installing-node 48 + [sass]: http://sass-lang.com/
+1
node_modules/primer-base/build/build.css
··· 1 + /*! 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:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*{box-sizing:border-box}input,select,textarea,button{font-family:inherit;font-size:inherit;line-height:inherit}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px;line-height:1.5;color:#24292e;background-color:#fff}a{color:#0366d6;text-decoration:none}a:hover{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}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}h1{font-size:32px;font-weight:600}h2{font-size:24px;font-weight:600}h3{font-size:20px;font-weight:600}h4{font-size:16px;font-weight:600}h5{font-size:14px;font-weight:600}h6{font-size:12px;font-weight:600}p{margin-top:0;margin-bottom:10px}small{font-size:90%}blockquote{margin:0}ul,ol{padding-left:0;margin-top:0;margin-bottom:0}ol ol,ul ol{list-style-type:lower-roman}ul ul ol,ul ol ol,ol ul ol,ol ol ol{list-style-type:lower-alpha}dd{margin-left:0}tt,code{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px}pre{margin-top:0;margin-bottom:0;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px}.octicon{vertical-align:text-bottom}
+1
node_modules/primer-base/build/data.json
··· 1 + {"cssstats":{"size":3911,"gzipSize":1515,"humanizedSize":"4kB","humanizedGzipSize":"1kB","rules":{"total":73,"size":{"graph":[3,1,1,1,1,2,1,1,1,1,3,1,1,1,2,2,1,4,1,1,1,1,2,1,3,2,1,1,1,1,2,1,3,6,1,2,1,2,1,2,2,1,3,5,2,1,1,6,2,3,2,1,2,1,1,1,2,2,2,2,2,2,2,2,1,1,3,1,1,1,2,4,1],"max":6,"average":1.7808219178082192},"selectorByRuleSizes":[{"selector":"hr,.rule","declarations":6},{"selector":"legend","declarations":6},{"selector":"body","declarations":5},{"selector":"pre","declarations":4},{"selector":"sub,sup","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":"abbr[title]","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":130,"type":106,"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)","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.6307692307692307}},"declarations":{"total":130,"unique":91,"properties":{"font-family":["sans-serif","monospace, monospace","inherit","-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\"","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"],"-ms-text-size-adjust":["100%"],"-webkit-text-size-adjust":["100%"],"margin":["0","0.67em 0","1em 40px","0","0 2px","15px 0","0"],"display":["block","list-item","inline-block","none","none","table","table","table","none","none"],"height":["0","0","auto","0"],"vertical-align":["baseline","baseline","text-bottom"],"background-color":["transparent","#ff0","#fff"],"outline-width":["0"],"border-bottom":["none","1px solid #dfe2e5"],"text-decoration":["underline","underline dotted","none","underline"],"font-weight":["inherit","bolder","bold","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":["#000","inherit","inherit","#24292e","#0366d6"],"line-height":["0","inherit","1.5"],"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"],"text-transform":["none"],"-webkit-appearance":["button","textfield","none","button"],"padding":["0","0.35em 0.625em 0.75em","0","0","0"],"outline":["1px dotted ButtonText"],"border":["1px solid #c0c0c0","0"],"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"],"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":[]}}}
+1
node_modules/primer-base/build/index.js
··· 1 + module.exports = {"cssstats":{"size":3911,"gzipSize":1515,"humanizedSize":"4kB","humanizedGzipSize":"1kB","rules":{"total":73,"size":{"graph":[3,1,1,1,1,2,1,1,1,1,3,1,1,1,2,2,1,4,1,1,1,1,2,1,3,2,1,1,1,1,2,1,3,6,1,2,1,2,1,2,2,1,3,5,2,1,1,6,2,3,2,1,2,1,1,1,2,2,2,2,2,2,2,2,1,1,3,1,1,1,2,4,1],"max":6,"average":1.7808219178082192},"selectorByRuleSizes":[{"selector":"hr,.rule","declarations":6},{"selector":"legend","declarations":6},{"selector":"body","declarations":5},{"selector":"pre","declarations":4},{"selector":"sub,sup","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":"abbr[title]","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":130,"type":106,"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)","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.6307692307692307}},"declarations":{"total":130,"unique":91,"properties":{"font-family":["sans-serif","monospace, monospace","inherit","-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\"","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"],"-ms-text-size-adjust":["100%"],"-webkit-text-size-adjust":["100%"],"margin":["0","0.67em 0","1em 40px","0","0 2px","15px 0","0"],"display":["block","list-item","inline-block","none","none","table","table","table","none","none"],"height":["0","0","auto","0"],"vertical-align":["baseline","baseline","text-bottom"],"background-color":["transparent","#ff0","#fff"],"outline-width":["0"],"border-bottom":["none","1px solid #dfe2e5"],"text-decoration":["underline","underline dotted","none","underline"],"font-weight":["inherit","bolder","bold","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":["#000","inherit","inherit","#24292e","#0366d6"],"line-height":["0","inherit","1.5"],"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"],"text-transform":["none"],"-webkit-appearance":["button","textfield","none","button"],"padding":["0","0.35em 0.625em 0.75em","0","0","0"],"outline":["1px dotted ButtonText"],"border":["1px solid #c0c0c0","0"],"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"],"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":[]}}}
+5
node_modules/primer-base/index.scss
··· 1 + @import "primer-support/index.scss"; 2 + 3 + @import "./lib/normalize.scss"; 4 + @import "./lib/base.scss"; 5 + @import "./lib/typography-base.scss";
+84
node_modules/primer-base/lib/base.scss
··· 1 + // stylelint-disable selector-max-type 2 + * { 3 + box-sizing: border-box; 4 + } 5 + 6 + input, 7 + select, 8 + textarea, 9 + button { 10 + font-family: inherit; 11 + font-size: inherit; 12 + line-height: inherit; 13 + } 14 + 15 + body { 16 + font-family: $body-font; 17 + font-size: $body-font-size; 18 + line-height: $body-line-height; 19 + color: $text-gray-dark; 20 + background-color: $bg-white; 21 + } 22 + 23 + a { 24 + color: $text-blue; 25 + text-decoration: none; 26 + 27 + &:hover { 28 + text-decoration: underline; 29 + } 30 + } 31 + 32 + b, 33 + strong { 34 + font-weight: $font-weight-bold; 35 + } 36 + 37 + // Horizontal lines 38 + // 39 + // TODO-MDO: Remove `.rule` from everywhere and replace with `<hr>`s 40 + hr, 41 + .rule { 42 + height: 0; 43 + margin: 15px 0; 44 + overflow: hidden; 45 + background: transparent; 46 + border: 0; 47 + border-bottom: 1px solid lighten($gray-300, 5%); 48 + @include clearfix(); 49 + } 50 + 51 + // 52 + // Remove most spacing between table cells. 53 + // 54 + 55 + table { 56 + border-spacing: 0; 57 + border-collapse: collapse; 58 + } 59 + 60 + td, 61 + th { 62 + padding: 0; 63 + } 64 + 65 + button { 66 + cursor: pointer; 67 + // Remove border radius added by Chroma macOS 68 + border-radius: 0; 69 + } 70 + 71 + // increase the selector specificity for [hidden] 72 + // so that it always overrides utility classes (.d-block, etc.) 73 + [hidden][hidden] { 74 + display: none !important; 75 + } 76 + 77 + details { 78 + summary { cursor: pointer; } 79 + 80 + &:not([open]) { 81 + // Set details content hidden by default for browsers that don't do this 82 + > *:not(summary) { display: none !important; } 83 + } 84 + }
+421
node_modules/primer-base/lib/normalize.scss
··· 1 + // stylelint-disable 2 + /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */ 3 + 4 + /** 5 + * 1. Change the default font family in all browsers (opinionated). 6 + * 2. Prevent adjustments of font size after orientation changes in IE and iOS. 7 + */ 8 + 9 + html { 10 + font-family: sans-serif; /* 1 */ 11 + -ms-text-size-adjust: 100%; /* 2 */ 12 + -webkit-text-size-adjust: 100%; /* 2 */ 13 + } 14 + 15 + /** 16 + * Remove the margin in all browsers (opinionated). 17 + */ 18 + 19 + body { 20 + margin: 0; 21 + } 22 + 23 + /* HTML5 display definitions 24 + ========================================================================== */ 25 + 26 + /** 27 + * Add the correct display in IE 9-. 28 + * 1. Add the correct display in Edge, IE, and Firefox. 29 + * 2. Add the correct display in IE. 30 + */ 31 + 32 + article, 33 + aside, 34 + details, /* 1 */ 35 + figcaption, 36 + figure, 37 + footer, 38 + header, 39 + main, /* 2 */ 40 + menu, 41 + nav, 42 + section { /* 1 */ 43 + display: block; 44 + } 45 + 46 + summary { 47 + display: list-item; 48 + } 49 + 50 + /** 51 + * Add the correct display in IE 9-. 52 + */ 53 + 54 + audio, 55 + canvas, 56 + progress, 57 + video { 58 + display: inline-block; 59 + } 60 + 61 + /** 62 + * Add the correct display in iOS 4-7. 63 + */ 64 + 65 + audio:not([controls]) { 66 + display: none; 67 + height: 0; 68 + } 69 + 70 + /** 71 + * Add the correct vertical alignment in Chrome, Firefox, and Opera. 72 + */ 73 + 74 + progress { 75 + vertical-align: baseline; 76 + } 77 + 78 + /** 79 + * Add the correct display in IE 10-. 80 + * 1. Add the correct display in IE. 81 + */ 82 + 83 + template, /* 1 */ 84 + [hidden] { 85 + display: none !important; 86 + } 87 + 88 + /* Links 89 + ========================================================================== */ 90 + 91 + /** 92 + * Remove the gray background on active links in IE 10. 93 + */ 94 + 95 + a { 96 + background-color: transparent; /* 1 */ 97 + } 98 + 99 + /** 100 + * Remove the outline on focused links when they are also active or hovered 101 + * in all browsers (opinionated). 102 + */ 103 + 104 + a:active, 105 + a:hover { 106 + outline-width: 0; 107 + } 108 + 109 + /* Text-level semantics 110 + ========================================================================== */ 111 + 112 + /** 113 + * 1. Remove the bottom border in Firefox 39-. 114 + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. 115 + */ 116 + 117 + abbr[title] { 118 + border-bottom: none; /* 1 */ 119 + text-decoration: underline; /* 2 */ 120 + text-decoration: underline dotted; /* 2 */ 121 + } 122 + 123 + /** 124 + * Prevent the duplicate application of `bolder` by the next rule in Safari 6. 125 + */ 126 + 127 + b, 128 + strong { 129 + font-weight: inherit; 130 + } 131 + 132 + /** 133 + * Add the correct font weight in Chrome, Edge, and Safari. 134 + */ 135 + 136 + b, 137 + strong { 138 + font-weight: bolder; 139 + } 140 + 141 + /** 142 + * Add the correct font style in Android 4.3-. 143 + */ 144 + 145 + dfn { 146 + font-style: italic; 147 + } 148 + 149 + /** 150 + * Correct the font size and margin on `h1` elements within `section` and 151 + * `article` contexts in Chrome, Firefox, and Safari. 152 + */ 153 + 154 + h1 { 155 + font-size: 2em; 156 + margin: 0.67em 0; 157 + } 158 + 159 + /** 160 + * Add the correct background and color in IE 9-. 161 + */ 162 + 163 + mark { 164 + background-color: #ff0; 165 + color: #000; 166 + } 167 + 168 + /** 169 + * Add the correct font size in all browsers. 170 + */ 171 + 172 + small { 173 + font-size: 80%; 174 + } 175 + 176 + /** 177 + * Prevent `sub` and `sup` elements from affecting the line height in 178 + * all browsers. 179 + */ 180 + 181 + sub, 182 + sup { 183 + font-size: 75%; 184 + line-height: 0; 185 + position: relative; 186 + vertical-align: baseline; 187 + } 188 + 189 + sub { 190 + bottom: -0.25em; 191 + } 192 + 193 + sup { 194 + top: -0.5em; 195 + } 196 + 197 + /* Embedded content 198 + ========================================================================== */ 199 + 200 + /** 201 + * Remove the border on images inside links in IE 10-. 202 + */ 203 + 204 + img { 205 + border-style: none; 206 + } 207 + 208 + /** 209 + * Hide the overflow in IE. 210 + */ 211 + 212 + svg:not(:root) { 213 + overflow: hidden; 214 + } 215 + 216 + /* Grouping content 217 + ========================================================================== */ 218 + 219 + /** 220 + * 1. Correct the inheritance and scaling of font size in all browsers. 221 + * 2. Correct the odd `em` font sizing in all browsers. 222 + */ 223 + 224 + code, 225 + kbd, 226 + pre, 227 + samp { 228 + font-family: monospace, monospace; /* 1 */ 229 + font-size: 1em; /* 2 */ 230 + } 231 + 232 + /** 233 + * Add the correct margin in IE 8. 234 + */ 235 + 236 + figure { 237 + margin: 1em 40px; 238 + } 239 + 240 + /** 241 + * 1. Add the correct box sizing in Firefox. 242 + * 2. Show the overflow in Edge and IE. 243 + */ 244 + 245 + hr { 246 + box-sizing: content-box; /* 1 */ 247 + height: 0; /* 1 */ 248 + overflow: visible; /* 2 */ 249 + } 250 + 251 + /* Forms 252 + ========================================================================== */ 253 + 254 + /** 255 + * 1. Change font properties to `inherit` in all browsers (opinionated). 256 + * 2. Remove the margin in Firefox and Safari. 257 + */ 258 + 259 + button, 260 + input, 261 + select, 262 + textarea { 263 + font: inherit; /* 1 */ 264 + margin: 0; /* 2 */ 265 + } 266 + 267 + /** 268 + * Restore the font weight unset by the previous rule. 269 + */ 270 + 271 + optgroup { 272 + font-weight: bold; 273 + } 274 + 275 + /** 276 + * Show the overflow in IE. 277 + * 1. Show the overflow in Edge. 278 + */ 279 + 280 + button, 281 + input { /* 1 */ 282 + overflow: visible; 283 + } 284 + 285 + /** 286 + * Remove the inheritance of text transform in Edge, Firefox, and IE. 287 + * 1. Remove the inheritance of text transform in Firefox. 288 + */ 289 + 290 + button, 291 + select { /* 1 */ 292 + text-transform: none; 293 + } 294 + 295 + /** 296 + * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` 297 + * controls in Android 4. 298 + * 2. Correct the inability to style clickable types in iOS and Safari. 299 + */ 300 + 301 + button, 302 + html [type="button"], /* 1 */ 303 + [type="reset"], 304 + [type="submit"] { 305 + -webkit-appearance: button; /* 2 */ 306 + } 307 + 308 + /** 309 + * Remove the inner border and padding in Firefox. 310 + */ 311 + 312 + button::-moz-focus-inner, 313 + [type="button"]::-moz-focus-inner, 314 + [type="reset"]::-moz-focus-inner, 315 + [type="submit"]::-moz-focus-inner { 316 + border-style: none; 317 + padding: 0; 318 + } 319 + 320 + /** 321 + * Restore the focus styles unset by the previous rule. 322 + */ 323 + 324 + button:-moz-focusring, 325 + [type="button"]:-moz-focusring, 326 + [type="reset"]:-moz-focusring, 327 + [type="submit"]:-moz-focusring { 328 + outline: 1px dotted ButtonText; 329 + } 330 + 331 + /** 332 + * Change the border, margin, and padding in all browsers (opinionated). 333 + */ 334 + 335 + fieldset { 336 + border: 1px solid #c0c0c0; 337 + margin: 0 2px; 338 + padding: 0.35em 0.625em 0.75em; 339 + } 340 + 341 + /** 342 + * 1. Correct the text wrapping in Edge and IE. 343 + * 2. Correct the color inheritance from `fieldset` elements in IE. 344 + * 3. Remove the padding so developers are not caught out when they zero out 345 + * `fieldset` elements in all browsers. 346 + */ 347 + 348 + legend { 349 + box-sizing: border-box; /* 1 */ 350 + color: inherit; /* 2 */ 351 + display: table; /* 1 */ 352 + max-width: 100%; /* 1 */ 353 + padding: 0; /* 3 */ 354 + white-space: normal; /* 1 */ 355 + } 356 + 357 + /** 358 + * Remove the default vertical scrollbar in IE. 359 + */ 360 + 361 + textarea { 362 + overflow: auto; 363 + } 364 + 365 + /** 366 + * 1. Add the correct box sizing in IE 10-. 367 + * 2. Remove the padding in IE 10-. 368 + */ 369 + 370 + [type="checkbox"], 371 + [type="radio"] { 372 + box-sizing: border-box; /* 1 */ 373 + padding: 0; /* 2 */ 374 + } 375 + 376 + /** 377 + * Correct the cursor style of increment and decrement buttons in Chrome. 378 + */ 379 + 380 + [type="number"]::-webkit-inner-spin-button, 381 + [type="number"]::-webkit-outer-spin-button { 382 + height: auto; 383 + } 384 + 385 + /** 386 + * 1. Correct the odd appearance in Chrome and Safari. 387 + * 2. Correct the outline style in Safari. 388 + */ 389 + 390 + [type="search"] { 391 + -webkit-appearance: textfield; /* 1 */ 392 + outline-offset: -2px; /* 2 */ 393 + } 394 + 395 + /** 396 + * Remove the inner padding and cancel buttons in Chrome and Safari on OS X. 397 + */ 398 + 399 + [type="search"]::-webkit-search-cancel-button, 400 + [type="search"]::-webkit-search-decoration { 401 + -webkit-appearance: none; 402 + } 403 + 404 + /** 405 + * Correct the text style of placeholders in Chrome, Edge, and Safari. 406 + */ 407 + 408 + ::-webkit-input-placeholder { 409 + color: inherit; 410 + opacity: 0.54; 411 + } 412 + 413 + /** 414 + * 1. Correct the inability to style clickable types in iOS and Safari. 415 + * 2. Change font properties to `inherit` in Safari. 416 + */ 417 + 418 + ::-webkit-file-upload-button { 419 + -webkit-appearance: button; /* 1 */ 420 + font: inherit; /* 2 */ 421 + }
+86
node_modules/primer-base/lib/typography-base.scss
··· 1 + // Headings 2 + // -------------------------------------------------- 3 + // stylelint-disable selector-max-type 4 + h1, 5 + h2, 6 + h3, 7 + h4, 8 + h5, 9 + h6 { 10 + margin-top: 0; 11 + margin-bottom: 0; 12 + } 13 + 14 + h1 { @include h1; } 15 + h2 { @include h2; } 16 + h3 { @include h3; } 17 + h4 { @include h4; } 18 + h5 { @include h5; } 19 + h6 { @include h6; } 20 + 21 + // Body text 22 + // -------------------------------------------------- 23 + 24 + p { 25 + margin-top: 0; 26 + margin-bottom: 10px; 27 + } 28 + 29 + small { 30 + font-size: 90%; 31 + } 32 + 33 + blockquote { 34 + margin: 0; 35 + } 36 + 37 + // Lists 38 + // -------------------------------------------------- 39 + 40 + ul, 41 + ol { 42 + padding-left: 0; 43 + margin-top: 0; 44 + margin-bottom: 0; 45 + } 46 + 47 + ol ol, 48 + ul ol { 49 + list-style-type: lower-roman; 50 + } 51 + 52 + ul ul ol, 53 + ul ol ol, 54 + ol ul ol, 55 + ol ol ol { 56 + list-style-type: lower-alpha; 57 + } 58 + 59 + dd { 60 + margin-left: 0; 61 + } 62 + 63 + // Code 64 + // -------------------------------------------------- 65 + 66 + tt, 67 + code { 68 + font-family: $mono-font; 69 + font-size: $font-size-small; 70 + } 71 + 72 + pre { 73 + margin-top: 0; 74 + margin-bottom: 0; 75 + font-family: $mono-font; 76 + font-size: $font-size-small; 77 + } 78 + 79 + // Octicons 80 + // -------------------------------------------------- 81 + 82 + // Move this over here as a temporary override to the octicons source repo 83 + // instead of updating that upstream. 84 + .octicon { 85 + vertical-align: text-bottom; 86 + }
+78
node_modules/primer-base/package.json
··· 1 + { 2 + "_from": "primer-base@1.9.2", 3 + "_id": "primer-base@1.9.2", 4 + "_inBundle": false, 5 + "_integrity": "sha512-KgZP0cGq0rdgyK5ozw7UbyqG52o0sbzAfRP3iEeoRhDwCJ3X0XaHeCINty7QhcIzWCccXkdamMe/P6HBwWM12g==", 6 + "_location": "/primer-base", 7 + "_phantomChildren": {}, 8 + "_requested": { 9 + "type": "version", 10 + "registry": true, 11 + "raw": "primer-base@1.9.2", 12 + "name": "primer-base", 13 + "escapedName": "primer-base", 14 + "rawSpec": "1.9.2", 15 + "saveSpec": null, 16 + "fetchSpec": "1.9.2" 17 + }, 18 + "_requiredBy": [ 19 + "/primer-core" 20 + ], 21 + "_resolved": "https://registry.npmjs.org/primer-base/-/primer-base-1.9.2.tgz", 22 + "_shasum": "3fa7fa362a39df8f0700f9169ffe58761134e451", 23 + "_spec": "primer-base@1.9.2", 24 + "_where": "/Users/brandonrosage/github/profile-generator/node_modules/primer-core", 25 + "author": { 26 + "name": "GitHub, Inc." 27 + }, 28 + "bugs": { 29 + "url": "https://github.com/primer/primer/issues" 30 + }, 31 + "bundleDependencies": false, 32 + "dependencies": { 33 + "primer-support": "4.7.2" 34 + }, 35 + "deprecated": false, 36 + "description": "CSS to reset the browsers default styles", 37 + "files": [ 38 + "index.scss", 39 + "lib", 40 + "build" 41 + ], 42 + "homepage": "http://primer.github.io/", 43 + "keywords": [ 44 + "primer", 45 + "css", 46 + "github", 47 + "design-system", 48 + "base", 49 + "reset", 50 + "normalize" 51 + ], 52 + "license": "MIT", 53 + "main": "build/index.js", 54 + "name": "primer-base", 55 + "primer": { 56 + "category": "core", 57 + "module_type": "support", 58 + "class_whitelist": [ 59 + "octicon", 60 + "rule" 61 + ] 62 + }, 63 + "repository": { 64 + "type": "git", 65 + "url": "https://github.com/primer/primer/tree/master/modules/primer-base" 66 + }, 67 + "sass": "index.scss", 68 + "scripts": { 69 + "build": "../../script/npm-run primer-module-build index.scss", 70 + "lint": "../../script/lint-scss", 71 + "postpublish": "../../script/notify success", 72 + "prepare": "npm run build", 73 + "prepublishOnly": "../../script/notify pending", 74 + "test": "../../script/npm-run-all build lint" 75 + }, 76 + "style": "build/build.css", 77 + "version": "1.9.2" 78 + }
+21
node_modules/primer-box/LICENSE
··· 1 + The MIT License (MIT) 2 + 3 + Copyright (c) 2019 GitHub Inc. 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+598
node_modules/primer-box/README.md
··· 1 + # Primer box 2 + 3 + [![npm version](https://img.shields.io/npm/v/primer-box.svg)](https://www.npmjs.org/package/primer-box) 4 + [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer) 5 + 6 + > Box is a module for creating rounded-corner boxes with a white background and gray borders. Box has optional element styles for headers, lists, and footers. 7 + 8 + This repository is a module of the full [primer][primer] repository. 9 + 10 + ## Install 11 + 12 + This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-box` with this command. 13 + 14 + ``` 15 + $ npm install --save primer-box 16 + ``` 17 + 18 + ## Usage 19 + 20 + The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. 21 + 22 + ```scss 23 + @import "primer-box/index.scss"; 24 + ``` 25 + 26 + You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ 27 + 28 + ## Build 29 + 30 + For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. 31 + 32 + ``` 33 + $ npm run build 34 + ``` 35 + 36 + ## Documentation 37 + 38 + <!-- %docs 39 + title: Box 40 + path: components/box 41 + status_issue: https://github.com/github/design-systems/issues/198 42 + status: Stable 43 + --> 44 + 45 + The `.Box` component can be used for something as simple as a rounded corner box, or more complex lists and forms. It includes optional modifiers for padding density and color themes. 46 + 47 + {:toc} 48 + 49 + ## Box 50 + 51 + A `.Box` is a container with a a white background, a light gray border, and rounded corners. By default there are no additional styles such as padding, these can be added as needed with utility classes. Other styles and layouts can be achieved with box elements and modifiers shown in the documentation below. 52 + 53 + ```html 54 + <div class="Box"> 55 + This is a box. 56 + </div> 57 + ``` 58 + 59 + ## Box elements 60 + Box elements include `Box-header`, `Box-body`, and `Box-footer`. These elements include borders and consistent padding. Optionally, you can include use `Box-title` which applies a bold font-weight the heading. 61 + 62 + ```html 63 + <div class="Box"> 64 + <div class="Box-header"> 65 + <h3 class="Box-title"> 66 + Box title 67 + </h3> 68 + </div> 69 + <div class="Box-body"> 70 + Box body 71 + </div> 72 + <div class="Box-footer"> 73 + Box footer 74 + </div> 75 + </div> 76 + ``` 77 + 78 + ### Box row 79 + 80 + Use `Box-row` to add rows with borders and maintain the same padding. Box rows have a lighter border to give contrast between the header and footer. 81 + 82 + **Note:** Box rows have some reliance on markup structure in order to target the first and last rows, therefore using an unordered list is recommended. See [box row markup structure](#box-row-markup-structure) for more information. 83 + 84 + ```html 85 + <div class="Box"> 86 + <ul> 87 + <li class="Box-row"> 88 + Box row one 89 + </li> 90 + <li class="Box-row"> 91 + Box row two 92 + </li> 93 + <li class="Box-row"> 94 + Box row three 95 + </li> 96 + <li class="Box-row"> 97 + Box row four 98 + </li> 99 + </ul> 100 + </div> 101 + ``` 102 + 103 + 104 + Rows can be used with or without `Box-header`, `Box-footer`, or `Box-body`. 105 + 106 + ```html 107 + <div class="Box"> 108 + <div class="Box-header"> 109 + Box header 110 + </div> 111 + <div class="Box-body"> 112 + <strong>Box body</strong> 113 + </div> 114 + <ul> 115 + <li class="Box-row"> 116 + Box row one 117 + </li> 118 + <li class="Box-row"> 119 + Box row two 120 + </li> 121 + <li class="Box-row"> 122 + Box row three 123 + </li> 124 + <li class="Box-row"> 125 + Box row four 126 + </li> 127 + </ul> 128 + <div class="Box-footer"> 129 + Box footer 130 + </div> 131 + </div> 132 + ``` 133 + 134 + ### Box row markup structure 135 + Box rows have some reliance on markup structure in order to target the first and last rows. Box rows are given a top border that is lighter in color than other box elements so the first row is targeted to apply a darker border color. An inner border-radius is applied to the first and last rows that that row corners don't poke outside the `Box`, this can be particularly noticeable when using a highlight on box rows. 136 + 137 + Using an unordered list is recommended in order to target the first and last rows, however, if you need to use a `<div>` for your rows, you may want to place your rows inside a parent `<div>` so that the first and last rows are styled appropriately. 138 + 139 + ```html 140 + <div class="Box"> 141 + <div class="Box-header"> 142 + Box header 143 + </div> 144 + <!-- This wrapping div ensures the first and last rows can be targeted for styling. --> 145 + <div> 146 + <div class="Box-row">Box row using a div</div> 147 + <div class="Box-row">Box row using a div</div> 148 + </div> 149 + </div> 150 + ``` 151 + 152 + ## Box padding density 153 + You can changed the padding density of the box component. 154 + 155 + Use `Box--condensed` to apply a more condensed line-height and reduce the padding on the Y axis. 156 + 157 + ```html 158 + <div class="Box Box--condensed"> 159 + <div class="Box-header"> 160 + <h3 class="Box-title"> 161 + Box title 162 + </h3> 163 + </div> 164 + <div class="Box-body"> 165 + Box body 166 + </div> 167 + <ul> 168 + <li class="Box-row"> 169 + Box row one 170 + </li> 171 + <li class="Box-row"> 172 + Box row two 173 + </li> 174 + </ul> 175 + <div class="Box-footer"> 176 + Box footer 177 + </div> 178 + </div> 179 + ``` 180 + 181 + Use `Box--spacious` to increase padding and increase the title font size. 182 + 183 + You may want to increase the overall font size to work with the larger padding, in this example the default body font size is increased to 16px using the `f4` typography utility. 184 + 185 + ```html 186 + <div class="Box Box--spacious f4"> 187 + <div class="Box-header"> 188 + <h3 class="Box-title"> 189 + Box title 190 + </h3> 191 + </div> 192 + <div class="Box-body"> 193 + Box body 194 + </div> 195 + <ul> 196 + <li class="Box-row"> 197 + Box row one 198 + </li> 199 + <li class="Box-row"> 200 + Box row two 201 + </li> 202 + </ul> 203 + <div class="Box-footer"> 204 + Box footer 205 + </div> 206 + </div> 207 + ``` 208 + 209 + ## Blue box theme 210 + Use `Box--blue` to style the box borders and box header in blue. 211 + 212 + ```html 213 + <div class="Box Box--blue"> 214 + <div class="Box-header"> 215 + Box header 216 + </div> 217 + <ul> 218 + <li class="Box-row"> 219 + Box row one 220 + </li> 221 + <li class="Box-row"> 222 + Box row two 223 + </li> 224 + </ul> 225 + <div class="Box-footer"> 226 + Box footer 227 + </div> 228 + </div> 229 + ``` 230 + 231 + ## Blue box header theme 232 + 233 + Use `Box-header--blue` to add to change the header border and background to blue. 234 + 235 + ```html 236 + <div class="Box"> 237 + <div class="Box-header Box-header--blue"> 238 + <h3 class="Box-title">Box with blue header</h3> 239 + </div> 240 + <div class="Box-body"> 241 + Box body 242 + </div> 243 + </div> 244 + ``` 245 + 246 + ## Box danger theme 247 + 248 + Use `Box--danger` to apply a red border to the outside of the box. This theme is helpful for communicating destructive actions. 249 + 250 + **Note:** `Box-danger` only works with either `Box-row`'s or `Box-body`. 251 + 252 + ```html 253 + <div class="Box Box--danger"> 254 + <div class="Box-row"> 255 + Row one 256 + </div> 257 + <div class="Box-row"> 258 + Row two 259 + </div> 260 + </div> 261 + ``` 262 + 263 + `Box-danger` is often paired with a red heading. See the [subhead](./subhead) docs for more information. 264 + 265 + ```html 266 + <div class="Subhead border-bottom-0"> 267 + <h2 class="Subhead-heading Subhead-heading--danger">Danger zone</h2> 268 + </div> 269 + 270 + <div class="Box Box--danger"> 271 + <div class="Box-body"> 272 + Box body 273 + </div> 274 + </div> 275 + ``` 276 + 277 + ## Row themes 278 + You can change the background color for individual rows, or change the color on hover or navigation focus. 279 + 280 + 281 + ```html 282 + <div class="Box"> 283 + <div class="Box-row Box-row--gray"> 284 + .Box-row--gray 285 + </div> 286 + <div class="Box-row Box-row--hover-gray"> 287 + .Box-row--hover-gray 288 + </div> 289 + <div class="Box-row Box-row--yellow"> 290 + .Box-row--yellow 291 + </div> 292 + <div class="Box-row Box-row--hover-blue"> 293 + .Box-row--hover-blue 294 + </div> 295 + <div class="Box-row Box-row--blue"> 296 + .Box-row--blue 297 + </div> 298 + </div> 299 + ``` 300 + 301 + Use `Box-row--focus-gray` or `Box-row--focus-blue` when using along-side `navigation-focus` if you want to highlight rows when using keyboard commands. 302 + 303 + ```html 304 + <div class="Box"> 305 + <div class="Box-row Box-row--focus-gray navigation-focus"> 306 + .Box-row--focus-gray and .navigation-focus 307 + </div> 308 + <div class="Box-row Box-row--focus-gray"> 309 + .Box-row--focus-gray 310 + </div> 311 + <div class="Box-row Box-row--focus-blue navigation-focus"> 312 + .Box-row--focus-blue and .navigation-focus 313 + </div> 314 + <div class="Box-row Box-row--focus-blue"> 315 + .Box-row--focus-blue 316 + </div> 317 + </div> 318 + ``` 319 + 320 + ### Box row unread 321 + Use `.Box-row-unread` to apply a blue vertical line highlight for indicating a row contains unread items. 322 + 323 + ```html 324 + <div class="Box"> 325 + <div class="Box-row"> 326 + Box row 327 + </div> 328 + <div class="Box-row Box-row--unread"> 329 + Box row unread 330 + </div> 331 + <div class="Box-row"> 332 + Box row 333 + </div> 334 + </div> 335 + ``` 336 + 337 + ### Box row link 338 + Use .`Box-row-link` when you want a link to appear dark gray and blue on hover on desktop, and remain a blue link on mobile. This is useful to indicate links on mobile without having hover styles. 339 + 340 + ```html 341 + <div class="Box"> 342 + <div class="Box-row"> 343 + <a class="Box-row-link" href="#box-row-link">Box row link</a> 344 + </div> 345 + </div> 346 + ``` 347 + 348 + ## Dashed border 349 + Use the `border-dashed` utility to apply a dashed border to a box. 350 + 351 + ```html 352 + <div class="Box border-dashed p-2"> 353 + A box with a dashed border 354 + </div> 355 + ``` 356 + 357 + ## Boxes with flash alerts 358 + Use `flash-full` for flash alert inside a box to remove the rounded corners. Place the flash alert above the `Box-body` and underneath the `Box-header`. 359 + 360 + Flash alerts come in three different colors and can be used with icons and buttons, see the [alert documentation](./alerts) for more information. 361 + 362 + ```erb 363 + <div class="Box"> 364 + <div class="Box-header"> 365 + Box header 366 + </div> 367 + <div class="flash flash-full"> 368 + <button class="flash-close js-flash-close"><%= octicon "x" %></button> 369 + Flash message with close button. 370 + </div> 371 + <div class="flash flash-full flash-success"> 372 + <%= octicon("check") %> Flash success with an icon. 373 + </div> 374 + <div class="flash flash-full flash-warn"> 375 + <%= octicon("alert") %> Flash warning with an icon. 376 + </div> 377 + <div class="flash flash-full flash-error"> 378 + Flash error inside a Box. 379 + </div> 380 + <div class="Box-body"> 381 + Box body 382 + </div> 383 + </div> 384 + ``` 385 + 386 + ## Boxes with icons 387 + Use `Box-btn-octicon` with `btn-octicon` when you want the icon to maintain the same padding as other box elements. This selector offsets margin to ensure it lines up on the left and right sides of the box so you may need to add padding neighboring elements. 388 + 389 + ```erb 390 + <div class="Box"> 391 + <div class="Box-body"> 392 + <span class="pr-2">Box body</span> 393 + <button href="#" class="Box-btn-octicon btn-octicon"><%= octicon "pencil" %></button> 394 + </div> 395 + </div> 396 + ``` 397 + 398 + It's common to want to float icons to the far left or right and stop the `Box-title`from wrapping underneath. To do this you'll need to create a media object with utilities. Add `clearfix` to the surrounding div (this could be the header, body, or rows), add `overflow-hidden` to the title (or other text element), and float the icons as desired. 399 + 400 + ```erb 401 + <div class="Box"> 402 + <div class="Box-header clearfix"> 403 + <button href="#" class="Box-btn-octicon btn-octicon float-right"><%= octicon "x" %></button> 404 + <h3 class="Box-title overflow-hidden pr-3">A very long title that wraps onto multiple lines without overlapping or wrapping underneath the icon to it's right</h3> 405 + </div> 406 + <div class="Box-body"> 407 + Box body 408 + </div> 409 + </div> 410 + ``` 411 + 412 + ```erb 413 + <div class="Box"> 414 + <div class="Box-row clearfix"> 415 + <button href="#" class="Box-btn-octicon btn-octicon float-left"><%= octicon "check" %></button> 416 + <p class="overflow-hidden pl-3">A very long paragraph that wraps onto multiple lines without overlapping or wrapping underneath the icon to it's left</p> 417 + </div> 418 + </div> 419 + ``` 420 + 421 + ## Box headers with counters 422 + Use a counter with a background that works against the contrast of the box header. The default counter colors do not stand out well against the header background so we suggest using one of the following styles: 423 + 424 + Use `Counter--gray` for a counter with a gray background and dark gray text. 425 + 426 + ```html 427 + <div class="Box"> 428 + <div class="Box-header"> 429 + <h3 class="Box-title"> 430 + Box title 431 + <span class="Counter Counter--gray">12</span> 432 + </h3> 433 + </div> 434 + <div class="Box-body"> 435 + Box body 436 + </div> 437 + </div> 438 + ``` 439 + 440 + Use `Counter--gray-dark` for a counter with a dark gray background and white text. 441 + 442 + ```html 443 + <div class="Box"> 444 + <div class="Box-header"> 445 + <h3 class="Box-title"> 446 + Box title 447 + <span class="Counter Counter--gray-dark">12</span> 448 + </h3> 449 + </div> 450 + <div class="Box-body"> 451 + Box body 452 + </div> 453 + </div> 454 + ``` 455 + 456 + ## Form elements and buttons in boxes 457 + To achieve different layouts when adding buttons or form elements to boxes we suggest you use utilities to achieve the layout you want. Here's some common examples: 458 + 459 + Use [flexbox utilities](/css/utilities/flexbox) to center align items, and avoid using floats by using `flex-auto` to have the text fill the remaining space so that the button rests on the far right. 460 + 461 + ```html 462 + <div class="Box Box--condensed"> 463 + <div class="Box-header d-flex flex-items-center"> 464 + <h3 class="Box-title overflow-hidden flex-auto"> 465 + Box title 466 + </h3> 467 + <button class="btn btn-primary btn-sm"> 468 + Button 469 + </button> 470 + </div> 471 + <div class="Box-body"> 472 + Box body 473 + </div> 474 + </div> 475 + ``` 476 + 477 + A similar approach can be used for buttons with multiple lines of text within a row. 478 + 479 + ```html 480 + <div class="Box"> 481 + <div class="Box-row d-flex flex-items-center"> 482 + <div class="flex-auto"> 483 + <strong>Row title</strong> 484 + <div class="text-small text-gray-light"> 485 + Description 486 + </div> 487 + </div> 488 + <button type="button" class="btn btn-primary" name="button">View</button> 489 + </div> 490 + <div class="Box-row d-flex flex-items-center"> 491 + <div class="flex-auto"> 492 + <strong>Row title</strong> 493 + <div class="text-small text-gray-light"> 494 + Description 495 + </div> 496 + </div> 497 + <button type="button" class="btn btn-primary" name="button">View</button> 498 + </div> 499 + <div class="Box-row d-flex flex-items-center"> 500 + <div class="flex-auto"> 501 + <strong>Row title</strong> 502 + <div class="text-small text-gray-light"> 503 + Description 504 + </div> 505 + </div> 506 + <button type="button" class="btn btn-primary" name="button">View</button> 507 + </div> 508 + </div> 509 + ``` 510 + Using flexbox along with form, button, and link styles, you can create more complex box headers for things like bulk actions and sorting. 511 + 512 + ```html 513 + <div class="Box"> 514 + <div class="Box-header d-flex flex-items-center"> 515 + <form class="flex-auto"> 516 + <label> 517 + <input class="mr-1" type="checkbox"> 518 + Check it 519 + </label> 520 + </form> 521 + <button class="btn-link select-menu-button muted-link"> 522 + Select menu 523 + </button> 524 + </div> 525 + <div class="Box-body"> 526 + Box body 527 + </div> 528 + </div> 529 + ``` 530 + 531 + You can put forms in boxes. Often form submission buttons are aligned to the bottom right of the form which you can do with `text-right` instead of using floats. 532 + 533 + ```html 534 + <div class="Box"> 535 + <div class="Box-header"> 536 + <h3 class="Box-title"> 537 + Example form title 538 + </h3> 539 + </div> 540 + <form> 541 + <div class="Box-body"> 542 + <dl class="form-group"> 543 + <dt><label>Example label</label></dt> 544 + <dd><input class="form-control" type="text"></dd> 545 + </dl> 546 + <div class="form-checkbox"> 547 + <label> 548 + <input type="checkbox" checked="checked"> 549 + Yes please 550 + </label> 551 + </div> 552 + </div> 553 + <div class="Box-footer text-right"> 554 + <button class="btn btn-secondary mr-1"> 555 + Cancel 556 + </button> 557 + <button class="btn btn-primary"> 558 + Submit 559 + </button> 560 + </div> 561 + </form> 562 + </div> 563 + ``` 564 + 565 + When a box is all by itself centered on a page you can use [column widths](/css/objects/grid) to control the width of the box. If needed, break the mold a little and use [typography utilities](/css/utilities/typography) instead of the built in box title styles. 566 + 567 + ```html 568 + <div class="Box Box--spacious col-6 mx-auto text-center"> 569 + <form> 570 + <div class="Box-body"> 571 + <h3 class="f1-light"> 572 + Example form 573 + </h3> 574 + <dl class="form-group mb-4"> 575 + <dt><label>Example label</label></dt> 576 + <dd><input class="form-control" type="text"></dd> 577 + </dl> 578 + <button class="btn btn-primary btn-block"> 579 + Submit 580 + </button> 581 + </div> 582 + </form> 583 + </div> 584 + ``` 585 + 586 + Box patterns can also be made with, and modified with [border utilities](/css/utilities/borders). 587 + 588 + <!-- %enddocs --> 589 + 590 + ## License 591 + 592 + [MIT](./LICENSE) &copy; [GitHub](https://github.com/) 593 + 594 + [primer]: https://github.com/primer/primer 595 + [docs]: http://primer.github.io/ 596 + [npm]: https://www.npmjs.com/ 597 + [install-npm]: https://docs.npmjs.com/getting-started/installing-node 598 + [sass]: http://sass-lang.com/
+1
node_modules/primer-box/build/build.css
··· 1 + .Box{background-color:#fff;border:1px solid #d1d5da;border-radius:3px}.Box--condensed{line-height:1.25}.Box--condensed .Box-header{padding:8px 16px}.Box--condensed .Box-body{padding:8px 16px}.Box--condensed .Box-footer{padding:8px 16px}.Box--condensed .Box-btn-octicon.btn-octicon{padding:8px 16px;margin:-8px -16px;line-height:1.25}.Box--condensed .Box-row{padding:8px 16px}.Box--spacious .Box-header{padding:24px;line-height:1.25}.Box--spacious .Box-title{font-size:20px}.Box--spacious .Box-body{padding:24px}.Box--spacious .Box-footer{padding:24px}.Box--spacious .Box-btn-octicon.btn-octicon{padding:24px;margin:-24px -24px}.Box--spacious .Box-row{padding:24px}.Box-header{padding:16px;margin:-1px -1px 0 -1px;background-color:#f6f8fa;border-color:#d1d5da;border-style:solid;border-width:1px;border-top-left-radius:3px;border-top-right-radius:3px}.Box-title{font-size:14px;font-weight:600}.Box-body{padding:16px;border-bottom:1px solid #e1e4e8}.Box-body:last-of-type{margin-bottom:-1px;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.Box-row{padding:16px;margin-top:-1px;list-style-type:none;border-top:1px solid #e1e4e8}.Box-row:first-of-type{border-top-color:transparent;border-top-left-radius:2px;border-top-right-radius:2px}.Box-row:last-of-type{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.Box-row.Box-row--unread,.Box-row.unread{box-shadow:2px 0 0 #0366d6 inset}.Box-row.navigation-focus .Box-row--drag-button{color:#0366d6;cursor: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}
+1
node_modules/primer-box/build/data.json
··· 1 + {"cssstats":{"size":2926,"gzipSize":771,"humanizedSize":"3kB","humanizedGzipSize":"771B","rules":{"total":48,"size":{"graph":[3,1,1,1,1,3,1,2,1,1,1,2,1,8,2,2,3,4,3,2,1,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.7083333333333333},"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-row:first-of-type","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-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":82,"unique":47,"properties":{"background-color":["#fff","#f6f8fa","#fafbfc","#f6f8fa","#f6f8fa","#f1f8ff","#f6f8fa","#f1f8ff","#f1f8ff","#f1f8ff","#fffbdd","#f1f8ff","#f6f8fa"],"border":["1px solid #d1d5da"],"border-radius":["3px"],"line-height":["1.25","1.25","1.25","1.5"],"padding":["8px 16px","8px 16px","8px 16px","8px 16px","8px 16px","24px","24px","24px","24px","24px","16px","16px","16px","16px","16px 16px"],"margin":["-8px -16px","-24px -24px","-1px -1px 0 -1px","-16px -16px"],"font-size":["20px","14px"],"border-color":["#d1d5da","#c8e1ff","#c8e1ff","#c8e1ff","#c8e1ff","#c8e1ff","#d73a49","#d73a49","#d73a49","#c8e1ff"],"border-style":["solid"],"border-width":["1px"],"border-top-left-radius":["3px","2px"],"border-top-right-radius":["3px","2px"],"font-weight":["600"],"border-bottom":["1px solid #e1e4e8"],"margin-bottom":["-1px"],"border-bottom-right-radius":["2px","2px"],"border-bottom-left-radius":["2px","2px"],"margin-top":["-1px","-1px"],"list-style-type":["none"],"border-top":["1px solid #e1e4e8","1px solid #e1e4e8"],"border-top-color":["transparent"],"box-shadow":["2px 0 0 #0366d6 inset"],"color":["#0366d6","#24292e","#0366d6"],"cursor":["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"]}}}]}}}
+1
node_modules/primer-box/build/index.js
··· 1 + module.exports = {"cssstats":{"size":2926,"gzipSize":771,"humanizedSize":"3kB","humanizedGzipSize":"771B","rules":{"total":48,"size":{"graph":[3,1,1,1,1,3,1,2,1,1,1,2,1,8,2,2,3,4,3,2,1,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.7083333333333333},"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-row:first-of-type","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-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":82,"unique":47,"properties":{"background-color":["#fff","#f6f8fa","#fafbfc","#f6f8fa","#f6f8fa","#f1f8ff","#f6f8fa","#f1f8ff","#f1f8ff","#f1f8ff","#fffbdd","#f1f8ff","#f6f8fa"],"border":["1px solid #d1d5da"],"border-radius":["3px"],"line-height":["1.25","1.25","1.25","1.5"],"padding":["8px 16px","8px 16px","8px 16px","8px 16px","8px 16px","24px","24px","24px","24px","24px","16px","16px","16px","16px","16px 16px"],"margin":["-8px -16px","-24px -24px","-1px -1px 0 -1px","-16px -16px"],"font-size":["20px","14px"],"border-color":["#d1d5da","#c8e1ff","#c8e1ff","#c8e1ff","#c8e1ff","#c8e1ff","#d73a49","#d73a49","#d73a49","#c8e1ff"],"border-style":["solid"],"border-width":["1px"],"border-top-left-radius":["3px","2px"],"border-top-right-radius":["3px","2px"],"font-weight":["600"],"border-bottom":["1px solid #e1e4e8"],"margin-bottom":["-1px"],"border-bottom-right-radius":["2px","2px"],"border-bottom-left-radius":["2px","2px"],"margin-top":["-1px","-1px"],"list-style-type":["none"],"border-top":["1px solid #e1e4e8","1px solid #e1e4e8"],"border-top-color":["transparent"],"box-shadow":["2px 0 0 #0366d6 inset"],"color":["#0366d6","#24292e","#0366d6"],"cursor":["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"]}}}]}}}
+2
node_modules/primer-box/index.scss
··· 1 + @import "primer-support/index.scss"; 2 + @import "./lib/box.scss";
+284
node_modules/primer-box/lib/box.scss
··· 1 + // Box 2 + // Intended to replace simple-box, boxed-group, and table-list 3 + 4 + .Box { 5 + background-color: $white; 6 + border: $border-width $border-style $border-gray-dark; 7 + border-radius: $border-radius; 8 + } 9 + 10 + // Box padding density options 11 + .Box--condensed { 12 + line-height: $lh-condensed; 13 + 14 + .Box-header { 15 + padding: $spacer-2 $spacer-3; 16 + } 17 + 18 + .Box-body { 19 + padding: $spacer-2 $spacer-3; 20 + } 21 + 22 + .Box-footer { 23 + padding: $spacer-2 $spacer-3; 24 + } 25 + 26 + .Box-btn-octicon { 27 + &.btn-octicon { 28 + padding: $spacer-2 $spacer-3; 29 + margin: (-$spacer-2) (-$spacer-3); 30 + line-height: $lh-condensed; 31 + } 32 + } 33 + 34 + .Box-row { 35 + padding: $spacer-2 $spacer-3; 36 + } 37 + 38 + } 39 + 40 + .Box--spacious { 41 + .Box-header { 42 + padding: $spacer-4; 43 + line-height: $lh-condensed; 44 + } 45 + 46 + .Box-title { 47 + font-size: $h3-size; 48 + } 49 + 50 + .Box-body { 51 + padding: $spacer-4; 52 + } 53 + 54 + .Box-footer { 55 + padding: $spacer-4; 56 + } 57 + 58 + .Box-btn-octicon { 59 + &.btn-octicon { 60 + padding: $spacer-4; 61 + margin: (-$spacer-4) (-$spacer-4); 62 + } 63 + } 64 + 65 + .Box-row { 66 + padding: $spacer-4; 67 + } 68 + 69 + } 70 + 71 + .Box-header { 72 + padding: $spacer-3; 73 + margin: -1px -1px 0 -1px; 74 + background-color: $bg-gray; 75 + border-color: $border-gray-dark; 76 + border-style: $border-style; 77 + border-width: $border-width; 78 + border-top-left-radius: $border-radius; 79 + border-top-right-radius: $border-radius; 80 + } 81 + 82 + .Box-title { 83 + font-size: $body-font-size; 84 + font-weight: $font-weight-bold; 85 + } 86 + 87 + .Box-body { 88 + padding: $spacer-3; 89 + border-bottom: $border-width $border-style $border-gray; 90 + 91 + // Ensures bottom-border doesn't poke out when .Box-body used without box-footer 92 + &:last-of-type { 93 + margin-bottom: -1px; 94 + border-bottom-right-radius: 2px; 95 + border-bottom-left-radius: 2px; 96 + } 97 + } 98 + 99 + // Box rows 100 + .Box-row { 101 + padding: $spacer-3; 102 + margin-top: -1px; 103 + list-style-type: none; // To account for applying Box component to a list 104 + border-top: $border-width $border-style $border-gray; 105 + 106 + &:first-of-type { 107 + border-top-color: transparent; 108 + border-top-left-radius: 2px; 109 + border-top-right-radius: 2px; 110 + } 111 + 112 + &:last-of-type { 113 + border-bottom-right-radius: 2px; 114 + border-bottom-left-radius: 2px; 115 + } 116 + 117 + // Adds a blue vertical line to the left of the row 118 + // For indicating a row item is unread 119 + &.Box-row--unread, 120 + // .unread to be deprecated with .Box-row-unread 121 + &.unread { 122 + box-shadow: 2px 0 0 $blue inset; 123 + } 124 + 125 + &.navigation-focus { 126 + // Focus styles for when drag icon 127 + .Box-row--drag-button { 128 + color: $text-blue; 129 + cursor: grab; 130 + opacity: 100; 131 + } 132 + 133 + // Grabbing while row is dragged 134 + &.is-dragging .Box-row--drag-button { 135 + cursor: grabbing; 136 + } 137 + 138 + // Row dragging styles 139 + &.sortable-chosen { 140 + background-color: $bg-gray-light; 141 + } 142 + 143 + // Makes dragging row background gray 144 + &.sortable-ghost { 145 + background-color: $bg-gray; 146 + 147 + // Hides contents of row while dragging so row looks solid gray 148 + .Box-row--drag-hide { 149 + opacity: 0; 150 + } 151 + } 152 + 153 + } 154 + } 155 + 156 + .Box-row--focus-gray { 157 + &.navigation-focus { 158 + background-color: $bg-gray; 159 + } 160 + } 161 + 162 + .Box-row--focus-blue { 163 + &.navigation-focus { 164 + background-color: $bg-blue-light; 165 + } 166 + } 167 + 168 + .Box-row--hover-gray { 169 + &:hover { 170 + background-color: $bg-gray; 171 + } 172 + } 173 + 174 + .Box-row--hover-blue { 175 + &:hover { 176 + background-color: $bg-blue-light; 177 + } 178 + } 179 + 180 + // Optional link style 181 + // Makes links on mobile blue since they don't have hover state, 182 + // and links are dark-gray with blue hover on desktop. 183 + .Box-row-link { 184 + @include breakpoint(md) { 185 + 186 + color: $text-gray-dark; 187 + text-decoration: none; 188 + 189 + &:hover { 190 + color: $text-blue; 191 + text-decoration: none; 192 + } 193 + 194 + } 195 + } 196 + 197 + // Optional drag icon styles for reordering items 198 + // Focus styles included in .Box-row above 199 + .Box-row--drag-button { 200 + opacity: 0; 201 + } 202 + 203 + .Box-footer { 204 + padding: $spacer-3; 205 + margin-top: -1px; // prevents double border when used with .Box-body 206 + border-top: $border-width $border-style $border-gray; 207 + } 208 + 209 + // Option for a box with scrolling content 210 + .Box--scrollable { 211 + max-height: 324px; 212 + overflow: scroll; 213 + } 214 + 215 + // Box themes 216 + 217 + .Box--blue { 218 + border-color: $border-blue-light; 219 + 220 + .Box-header { 221 + background-color: $bg-blue-light; 222 + border-color: $border-blue-light; 223 + } 224 + 225 + .Box-body { 226 + border-color: $border-blue-light; 227 + } 228 + 229 + .Box-row { 230 + border-color: $border-blue-light; 231 + } 232 + 233 + .Box-footer { 234 + border-color: $border-blue-light; 235 + } 236 + } 237 + 238 + // Applies and red border to the outside of the box, 239 + // but not to the border separating rows. 240 + .Box--danger { 241 + border-color: $border-red; 242 + 243 + .Box-row { 244 + &:first-of-type { 245 + border-color: $border-red; 246 + } 247 + } 248 + 249 + .Box-body { 250 + &:last-of-type { 251 + border-color: $border-red; 252 + } 253 + } 254 + } 255 + 256 + .Box-header--blue { 257 + background-color: $bg-blue-light; 258 + border-color: $border-blue-light; 259 + } 260 + 261 + // Box row highlight themes 262 + 263 + .Box-row--yellow { 264 + background-color: $yellow-100; 265 + } 266 + 267 + .Box-row--blue { 268 + background-color: $bg-blue-light; 269 + } 270 + 271 + .Box-row--gray { 272 + background-color: $bg-gray; 273 + } 274 + 275 + //Box with btn-octicon 276 + .Box-btn-octicon { 277 + 278 + // Increase specificity when btn-octicon is used because comes after .Box in the cascade 279 + &.btn-octicon { 280 + padding: $spacer-3 $spacer-3; 281 + margin: (-$spacer-3) (-$spacer-3); 282 + line-height: $lh-default; // override btn-octicon line-height 283 + } 284 + }
+71
node_modules/primer-box/package.json
··· 1 + { 2 + "_from": "primer-box@2.5.13", 3 + "_id": "primer-box@2.5.13", 4 + "_inBundle": false, 5 + "_integrity": "sha512-ZNZ8TFU05gqZx1oSk6DVdjACOOPsdJZqn0qYBcfsEu+AQQiKJ7HVH8pgODlH5tqj8Ihtoz3Q1CxCmrZhVnjnbA==", 6 + "_location": "/primer-box", 7 + "_phantomChildren": {}, 8 + "_requested": { 9 + "type": "version", 10 + "registry": true, 11 + "raw": "primer-box@2.5.13", 12 + "name": "primer-box", 13 + "escapedName": "primer-box", 14 + "rawSpec": "2.5.13", 15 + "saveSpec": null, 16 + "fetchSpec": "2.5.13" 17 + }, 18 + "_requiredBy": [ 19 + "/primer-core" 20 + ], 21 + "_resolved": "https://registry.npmjs.org/primer-box/-/primer-box-2.5.13.tgz", 22 + "_shasum": "126216f3b18bd51679aa5f055a9ef373cd326f5d", 23 + "_spec": "primer-box@2.5.13", 24 + "_where": "/Users/brandonrosage/github/profile-generator/node_modules/primer-core", 25 + "author": { 26 + "name": "GitHub, Inc." 27 + }, 28 + "bugs": { 29 + "url": "https://github.com/primer/primer/issues" 30 + }, 31 + "bundleDependencies": false, 32 + "dependencies": { 33 + "primer-support": "4.7.2" 34 + }, 35 + "deprecated": false, 36 + "description": "A module for creating rounded-corner boxes with options for headers, lists, and footers.", 37 + "files": [ 38 + "index.scss", 39 + "lib", 40 + "build" 41 + ], 42 + "homepage": "http://primer.github.io/", 43 + "keywords": [ 44 + "primer", 45 + "css", 46 + "github", 47 + "design-system" 48 + ], 49 + "license": "MIT", 50 + "main": "build/index.js", 51 + "name": "primer-box", 52 + "primer": { 53 + "category": "core", 54 + "module_type": "components" 55 + }, 56 + "repository": { 57 + "type": "git", 58 + "url": "https://github.com/primer/primer/tree/master/modules/primer-box" 59 + }, 60 + "sass": "index.scss", 61 + "scripts": { 62 + "build": "../../script/npm-run primer-module-build index.scss", 63 + "lint": "../../script/lint-scss", 64 + "postpublish": "../../script/notify success", 65 + "prepare": "npm run build", 66 + "prepublishOnly": "../../script/notify pending", 67 + "test": "../../script/npm-run-all build lint" 68 + }, 69 + "style": "build/build.css", 70 + "version": "2.5.13" 71 + }
+21
node_modules/primer-breadcrumb/LICENSE
··· 1 + The MIT License (MIT) 2 + 3 + Copyright (c) 2019 GitHub Inc. 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+48
node_modules/primer-breadcrumb/README.md
··· 1 + # Primer Breadcrumb Navigation 2 + 3 + [![npm version](https://img.shields.io/npm/v/primer-breadcrumb.svg)](https://www.npmjs.org/package/primer-breadcrumb) 4 + [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer) 5 + 6 + > Breadcrumb navigation for GitHub's pages with parents / grandparents. 7 + 8 + This repository is a module of the full [primer][primer] repository. 9 + 10 + ## Documentation 11 + 12 + <!-- %docs 13 + title: Breadcrumbs 14 + path: components/breadcrumb 15 + status: Stable 16 + --> 17 + 18 + Breadcrumbs are used to show taxonomical context on pages that are many levels deep in a site’s hierarchy. Breadcrumbs show and link to parent, grandparent, and sometimes great-grandparent pages. Breadcrumbs are most appropriate on pages that: 19 + 20 + - Are many levels deep on a site 21 + - Do not have a section-level navigation 22 + - May need the ability to quickly go back to the previous (parent) page 23 + 24 + #### Usage 25 + 26 + ```html title="Breadcrumb" 27 + <nav aria-label="Breadcrumb"> 28 + <ol> 29 + <li class="breadcrumb-item text-small"><a href="https://github.com/business">Business</a></li> 30 + <li class="breadcrumb-item text-small"><a href="https://github.com/business/customers">Customers</a></li> 31 + <li class="breadcrumb-item breadcrumb-item-selected text-small text-gray" aria-current="page">MailChimp</li> 32 + </ol> 33 + </nav> 34 + ``` 35 + 36 + <!-- %enddocs --> 37 + 38 + ## License 39 + 40 + MIT &copy; [GitHub](https://github.com/) 41 + 42 + [primer]: https://github.com/primer/primer 43 + [primer-support]: https://github.com/primer/primer-support 44 + [support]: https://github.com/primer/primer-support 45 + [docs]: http://primer.github.io/ 46 + [npm]: https://www.npmjs.com/ 47 + [install-npm]: https://docs.npmjs.com/getting-started/installing-node 48 + [sass]: http://sass-lang.com/
+1
node_modules/primer-breadcrumb/build/build.css
··· 1 + .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::after{content:none}
+1
node_modules/primer-breadcrumb/build/data.json
··· 1 + {"cssstats":{"size":270,"gzipSize":178,"humanizedSize":"270B","humanizedGzipSize":"178B","rules":{"total":4,"size":{"graph":[4,4,1,1],"max":4,"average":2.5},"selectorByRuleSizes":[{"selector":".breadcrumb-item::after","declarations":4},{"selector":".breadcrumb-item","declarations":4},{"selector":".breadcrumb-item-selected::after","declarations":1},{"selector":".breadcrumb-item:first-child","declarations":1}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":1,"pseudoElement":2,"values":[".breadcrumb-item",".breadcrumb-item::after",".breadcrumb-item:first-child",".breadcrumb-item-selected::after"],"specificity":{"max":20,"average":13}},"declarations":{"total":10,"unique":10,"properties":{"display":["inline-block"],"margin-left":["-0.35em","0"],"white-space":["nowrap"],"list-style":["none"],"padding-right":[".5em"],"padding-left":[".5em"],"color":["#e1e4e8"],"content":["\"/\"","none"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
+1
node_modules/primer-breadcrumb/build/index.js
··· 1 + module.exports = {"cssstats":{"size":270,"gzipSize":178,"humanizedSize":"270B","humanizedGzipSize":"178B","rules":{"total":4,"size":{"graph":[4,4,1,1],"max":4,"average":2.5},"selectorByRuleSizes":[{"selector":".breadcrumb-item::after","declarations":4},{"selector":".breadcrumb-item","declarations":4},{"selector":".breadcrumb-item-selected::after","declarations":1},{"selector":".breadcrumb-item:first-child","declarations":1}]},"selectors":{"total":4,"type":0,"class":4,"id":0,"pseudoClass":1,"pseudoElement":2,"values":[".breadcrumb-item",".breadcrumb-item::after",".breadcrumb-item:first-child",".breadcrumb-item-selected::after"],"specificity":{"max":20,"average":13}},"declarations":{"total":10,"unique":10,"properties":{"display":["inline-block"],"margin-left":["-0.35em","0"],"white-space":["nowrap"],"list-style":["none"],"padding-right":[".5em"],"padding-left":[".5em"],"color":["#e1e4e8"],"content":["\"/\"","none"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
+3
node_modules/primer-breadcrumb/index.scss
··· 1 + // support files 2 + @import "primer-support/index.scss"; 3 + @import "./lib/breadcrumb.scss";
+23
node_modules/primer-breadcrumb/lib/breadcrumb.scss
··· 1 + .breadcrumb-item { 2 + display: inline-block; 3 + margin-left: -0.35em; 4 + white-space: nowrap; 5 + list-style: none; 6 + 7 + &::after { 8 + padding-right: $em-spacer-5; 9 + padding-left: $em-spacer-5; 10 + color: $border-gray; 11 + content: "/"; 12 + } 13 + 14 + &:first-child { 15 + margin-left: 0; 16 + } 17 + } 18 + 19 + .breadcrumb-item-selected { 20 + &::after { 21 + content: none; 22 + } 23 + }
+75
node_modules/primer-breadcrumb/package.json
··· 1 + { 2 + "_from": "primer-breadcrumb@1.5.9", 3 + "_id": "primer-breadcrumb@1.5.9", 4 + "_inBundle": false, 5 + "_integrity": "sha512-A2+rm3Gi2vk4LYr8yWrNwYNc2i59gcnfAGyT/QJ7G66R0kLD8M3rIPDw2vmRY5LagTvZ8KnY6wRwc5GSSKVBDQ==", 6 + "_location": "/primer-breadcrumb", 7 + "_phantomChildren": {}, 8 + "_requested": { 9 + "type": "version", 10 + "registry": true, 11 + "raw": "primer-breadcrumb@1.5.9", 12 + "name": "primer-breadcrumb", 13 + "escapedName": "primer-breadcrumb", 14 + "rawSpec": "1.5.9", 15 + "saveSpec": null, 16 + "fetchSpec": "1.5.9" 17 + }, 18 + "_requiredBy": [ 19 + "/primer-core" 20 + ], 21 + "_resolved": "https://registry.npmjs.org/primer-breadcrumb/-/primer-breadcrumb-1.5.9.tgz", 22 + "_shasum": "24c557c925e9cf29f551a0ff2622f4abb1d7c22c", 23 + "_spec": "primer-breadcrumb@1.5.9", 24 + "_where": "/Users/brandonrosage/github/profile-generator/node_modules/primer-core", 25 + "author": { 26 + "name": "GitHub, Inc." 27 + }, 28 + "bugs": { 29 + "url": "https://github.com/primer/primer/issues" 30 + }, 31 + "bundleDependencies": false, 32 + "dependencies": { 33 + "primer-support": "4.7.2" 34 + }, 35 + "deprecated": false, 36 + "description": "Breadcrumb navigation for pages with parents / grandparents.", 37 + "files": [ 38 + "index.scss", 39 + "lib", 40 + "build" 41 + ], 42 + "homepage": "http://primer.github.io/", 43 + "keywords": [ 44 + "breadcrumb", 45 + "css", 46 + "github", 47 + "navigation", 48 + "primer", 49 + "design-system", 50 + "style" 51 + ], 52 + "license": "MIT", 53 + "main": "build/index.js", 54 + "name": "primer-breadcrumb", 55 + "primer": { 56 + "category": "core", 57 + "module_type": "components" 58 + }, 59 + "repository": { 60 + "type": "git", 61 + "url": "https://github.com/primer/primer/tree/master/modules/primer-breadcrumb" 62 + }, 63 + "sass": "index.scss", 64 + "scripts": { 65 + "build": "../../script/npm-run primer-module-build index.scss", 66 + "lint": "../../script/lint-scss", 67 + "postpublish": "../../script/notify success", 68 + "prepare": "npm run build", 69 + "prepublishOnly": "../../script/notify pending", 70 + "test": "../../script/npm-run-all build lint test-docs", 71 + "test-docs": "../../script/test-docs" 72 + }, 73 + "style": "build/build.css", 74 + "version": "1.5.9" 75 + }
+21
node_modules/primer-buttons/LICENSE
··· 1 + The MIT License (MIT) 2 + 3 + Copyright (c) 2019 GitHub Inc. 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+278
node_modules/primer-buttons/README.md
··· 1 + # Primer Buttons 2 + 3 + [![npm version](https://img.shields.io/npm/v/primer-buttons.svg)](https://www.npmjs.org/package/primer-buttons) 4 + [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer) 5 + 6 + > Buttons are used for actions, like in forms, while textual hyperlinks are used for destinations, or moving from one page to another. 7 + 8 + This repository is a module of the full [primer][primer] repository. 9 + 10 + ## Install 11 + 12 + This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-buttons` with this command. 13 + 14 + ``` 15 + $ npm install --save primer-buttons 16 + ``` 17 + 18 + ## Usage 19 + 20 + The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. 21 + 22 + ```scss 23 + @import "primer-buttons/index.scss"; 24 + ``` 25 + 26 + You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ 27 + 28 + ## Build 29 + 30 + For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. 31 + 32 + ``` 33 + $ npm run build 34 + ``` 35 + 36 + ## Documentation 37 + 38 + <!-- %docs 39 + title: Buttons 40 + path: components/buttons 41 + status: Stable 42 + --> 43 + 44 + Buttons are used for **actions**, like in forms, while textual hyperlinks are used for **destinations**, or moving from one page to another. 45 + 46 + {:toc} 47 + 48 + ## Default button 49 + 50 + Use the standard—yet classy—`.btn` for form actions and primary page actions. These are used extensively around the site. 51 + 52 + When using a `<button>` element, **always specify a `type`**. When using a `<a>` element, **always add `role="button"` for accessibility**. 53 + 54 + ```html 55 + <button class="btn" type="button">Button button</button> 56 + <a class="btn" href="#url" role="button">Link button</a> 57 + ``` 58 + 59 + You can find them in two sizes: the default `.btn` and the smaller `.btn-sm`. 60 + 61 + ```html 62 + <button class="btn" type="button">Button</button> 63 + <button class="btn btn-sm" type="button">Small button</button> 64 + ``` 65 + 66 + ## Primary button 67 + 68 + Primary buttons are green and are used to indicate the *primary* action on a page. When you need your buttons to stand out, use `.btn.btn-primary`. You can use it with both button sizes—just add `.btn-primary`. 69 + 70 + ```html 71 + <button class="btn btn-primary" type="button">Primary button</button> 72 + <button class="btn btn-sm btn-primary" type="button">Small primary button</button> 73 + ``` 74 + 75 + ## Danger button 76 + 77 + Danger buttons are red. They help reiterate that the intended action is important or potentially dangerous (e.g., deleting a repo or transferring ownership). Similar to the primary buttons, just add `.btn-danger`. 78 + 79 + ```html 80 + <button class="btn btn-danger" type="button">Danger button</button> 81 + <button class="btn btn-sm btn-danger" type="button">Small danger button</button> 82 + ``` 83 + 84 + ## Outline button 85 + 86 + Outline buttons downplay an action as they appear like boxy links. Just add `.btn-outline` and go. 87 + 88 + ```html 89 + <button class="btn btn-outline" type="button">Outline button</button> 90 + <button class="btn btn-sm btn-outline" type="button">Outline button</button> 91 + ``` 92 + 93 + ## Large button 94 + Use `.btn-large` to increase the padding and border radius of a button. This is useful for prominent calls to action in hero sections. 95 + 96 + [Type scale utilities](https://styleguide.github.com/primer/utilities/typography/#type-scale-utilities) can be used to alter the font-size if needed. Padding is applied in em's so that it scales proportionally with the font-size. 97 + 98 + ```html 99 + <p> 100 + <a class="btn btn-large btn-purple" href="#url" role="button">Large link button</a> 101 + <button class="btn btn-large" type="button">Large button button</button> 102 + </p> 103 + 104 + ``` 105 + 106 + Use `.btn-large` with a type scale utility to transform the text to a bigger size. 107 + 108 + ```html 109 + <p class="f3"> 110 + <a class="btn btn-large btn-purple" href="#url" role="button">Large link button</a> 111 + <button class="btn btn-large btn-outline-blue" type="button">Large button button</button> 112 + </p> 113 + ``` 114 + 115 + ## Disabled state 116 + 117 + Disable `<button>` elements with the boolean `disabled` attribute and `<a>` elements with the `.disabled` class. 118 + 119 + ```html 120 + <button class="btn" type="button" disabled>Disabled button</button> 121 + <a class="btn disabled" href="#url" role="button">Disabled button</a> 122 + ``` 123 + 124 + Similar styles are applied to primary, danger, and outline buttons: 125 + 126 + ```html 127 + <button class="btn btn-primary" type="button" disabled>Disabled button</button> 128 + <a class="btn btn-primary disabled" href="#url" role="button">Disabled button</a> 129 + ``` 130 + 131 + ```html 132 + <button class="btn btn-danger" type="button" disabled>Disabled button</button> 133 + <a class="btn btn-danger disabled" href="#url" role="button">Disabled button</a> 134 + ``` 135 + 136 + ```html 137 + <button class="btn btn-outline" type="button" disabled>Disabled button</button> 138 + <a class="btn btn-outline disabled" href="#url" role="button">Disabled button</a> 139 + ``` 140 + 141 + ## Block button 142 + 143 + Make any button full-width by adding `.btn-block`. It adds `width: 100%;`, changes the `display` from `inline-block` to `block`, and centers the button text. 144 + 145 + ```html 146 + <p><button class="btn btn-block" type="button">Block button</button></p> 147 + <p><button class="btn btn-sm btn-block" type="button">Small block button</button></p> 148 + ``` 149 + 150 + ## Link button 151 + 152 + Create a button that looks like a link with `.btn-link`. Rather than using an `<a>` to trigger JS, this style on a `<button>` should be used for better accessibility. 153 + 154 + **The `.btn-link` class is not designed to be used with `.btn`; the overlapping styles are not compatible.** 155 + 156 + ```html 157 + <p><button class="btn-link" type="button">Link button</button></p> 158 + ``` 159 + 160 + ## Button with counts 161 + 162 + You can easily append a count to a **small button**. Add the `.with-count` class to the `.btn-sm` and then add the `.social-count` after the button. 163 + 164 + **Be sure to clear the float added by the additional class.** 165 + 166 + ```erb 167 + <div class="clearfix"> 168 + <a class="btn btn-sm btn-with-count" href="#url" role="button"> 169 + <%= octicon "eye" %> 170 + Watch 171 + </a> 172 + <a class="social-count" href="#url">6</a> 173 + </div> 174 + ``` 175 + 176 + You can also use the [counter](./labels#counters) component within buttons: 177 + 178 + ```html 179 + <button class="btn" type="button"> 180 + Button 181 + <span class="Counter">12</span> 182 + </button> 183 + 184 + <button class="btn btn-primary" type="button"> 185 + Button 186 + <span class="Counter">12</span> 187 + </button> 188 + 189 + <button class="btn btn-danger" type="button"> 190 + Button 191 + <span class="Counter">12</span> 192 + </button> 193 + 194 + <button class="btn btn-outline" type="button"> 195 + Button 196 + <span class="Counter">12</span> 197 + </button> 198 + ``` 199 + 200 + ## Button groups 201 + 202 + Have a hankering for a series of buttons that are attached to one another? Wrap them in a `.BtnGroup` and the buttons will be rounded and spaced automatically. 203 + 204 + ```html 205 + <div class="BtnGroup mr-2"> 206 + <button class="btn BtnGroup-item" type="button">Button</button> 207 + <button class="btn BtnGroup-item" type="button">Button</button> 208 + <button class="btn BtnGroup-item" type="button">Button</button> 209 + </div> 210 + 211 + <div class="BtnGroup mr-2"> 212 + <button class="btn BtnGroup-item btn-outline" type="button">Button</button> 213 + <button class="btn BtnGroup-item btn-outline" type="button">Button</button> 214 + <button class="btn BtnGroup-item btn-outline" type="button">Button</button> 215 + </div> 216 + 217 + <div class="BtnGroup"> 218 + <button class="btn BtnGroup-item btn-sm" type="button">Button</button> 219 + <button class="btn BtnGroup-item btn-sm" type="button">Button</button> 220 + <button class="btn BtnGroup-item btn-sm" type="button">Button</button> 221 + </div> 222 + ``` 223 + 224 + Add `.BtnGroup-parent` to parent elements, like `<form>`s or `<details>`s, within `.BtnGroup`s for proper spacing and rounded corners. 225 + 226 + ```html 227 + <div class="BtnGroup"> 228 + <button class="btn BtnGroup-item" type="button">Button</button> 229 + <form class="BtnGroup-parent"> 230 + <button class="btn BtnGroup-item" type="button">Button in a form</button> 231 + </form> 232 + <button class="btn BtnGroup-item" type="button">Button</button> 233 + <button class="btn BtnGroup-item" type="button">Button</button> 234 + </div> 235 + ``` 236 + 237 + ## Hidden text button 238 + 239 + Use `.hidden-text-expander` to indicate and toggle hidden text. 240 + 241 + ```html 242 + <span class="hidden-text-expander"> 243 + <button type="button" class="ellipsis-expander" aria-expanded="false">&hellip;</button> 244 + </span> 245 + ``` 246 + 247 + You can also make the expander appear inline by adding `.inline`. 248 + 249 + 250 + ## Using button styles with the details summary element 251 + 252 + You can add `.btn` and `.btn-*` classes to any 253 + [`<summary>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary) 254 + element so that it gains the appearance of a button, and 255 + selected/active styles when the parent 256 + [`<details>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) 257 + element is open. 258 + 259 + ```html 260 + <details> 261 + <summary class="btn btn-block btn-primary">Toggle the content</summary> 262 + <p class="mt-2"> 263 + This content will be toggled. 264 + </p> 265 + </details> 266 + ``` 267 + 268 + <!-- %enddocs --> 269 + 270 + ## License 271 + 272 + [MIT](./LICENSE) &copy; [GitHub](https://github.com/) 273 + 274 + [primer]: https://github.com/primer/primer 275 + [docs]: http://primer.github.io/ 276 + [npm]: https://www.npmjs.com/ 277 + [install-npm]: https://docs.npmjs.com/getting-started/installing-node 278 + [sass]: http://sass-lang.com/
+1
node_modules/primer-buttons/build/build.css
··· 1 + .btn{position:relative;display:inline-block;padding:6px 12px;font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-repeat:repeat-x;background-position:-1px -1px;background-size:110% 110%;border:1px solid rgba(27,31,35,0.2);border-radius:0.25em;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn i{font-style:normal;font-weight:500;opacity:0.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{cursor:default;background-position:0 0}.btn:active,.btn.selected{background-image:none}.btn{color:#24292e;background-color:#eff3f6;background-image:linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)}.btn:focus,.btn.focus{box-shadow:0 0 0 0.2em rgba(3,102,214,0.3)}.btn:hover,.btn.hover{background-color:#e6ebf1;background-image:linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%);background-position:-.5em;border-color:rgba(27,31,35,0.35)}.btn:active,.btn.selected,[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{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,[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{color:rgba(255,255,255,0.75);background-color:#94d3a2;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-primary .Counter{color:#29b249;background-color:#fff}.btn-purple{color:#fff;background-color:#643ab0;background-image:linear-gradient(-180deg, #7e55c7 0%, #643ab0 90%)}.btn-purple:focus,.btn-purple.focus{box-shadow:0 0 0 0.2em rgba(126,85,199,0.4)}.btn-purple:hover,.btn-purple.hover{background-color:#5f37a8;background-image:linear-gradient(-180deg, #784ec5 0%, #5f37a8 90%);background-position:-.5em;border-color:rgba(27,31,35,0.5)}.btn-purple:active,.btn-purple.selected,[open]>.btn-purple{background-color:#613ca4;background-image:none;border-color:rgba(27,31,35,0.5);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn-purple:disabled,.btn-purple.disabled{color:rgba(255,255,255,0.75);background-color:#b19cd7;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-purple .Counter{color:#683cb8;background-color:#fff}.btn-blue{color:#fff;background-color:#0361cc;background-image:linear-gradient(-180deg, #0679fc 0%, #0361cc 90%)}.btn-blue:focus,.btn-blue.focus{box-shadow:0 0 0 0.2em rgba(6,121,252,0.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,[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{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,[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{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,[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,[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{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}.hidden-text-expander{display:block}.hidden-text-expander.inline{position:relative;top:-1px;display:inline-block;margin-left:5px;line-height:0}.hidden-text-expander a,.ellipsis-expander{display:inline-block;height:12px;padding:0 5px 5px;font-size:12px;font-weight:600;line-height:6px;color:#444d56;text-decoration:none;vertical-align:middle;background:#dfe2e5;border:0;border-radius:1px}.hidden-text-expander a:hover,.ellipsis-expander:hover{text-decoration:none;background-color:#c6cbd1}.hidden-text-expander a:active,.ellipsis-expander:active{color:#fff;background-color:#2188ff}.social-count{float:left;padding:3px 10px;font-size:12px;font-weight:600;line-height:20px;color:#24292e;vertical-align:middle;background-color:#fff;border:1px solid rgba(27,31,35,0.2);border-left:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.social-count:hover,.social-count:active{text-decoration:none}.social-count:hover{color:#0366d6;cursor:pointer}.btn-block{display:block;width:100%;text-align:center}.btn-link{display:inline-block;padding:0;font-size:inherit;color:#0366d6;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn-link:hover{text-decoration:underline}.btn-link:disabled,.btn-link:disabled:hover{color:rgba(88,96,105,0.5);cursor:default}.details-reset>summary{list-style:none}.details-reset>summary::before{display:none}.details-reset>summary::-webkit-details-marker{display:none}.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: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.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item{border-left-width:0}.BtnGroup-parent,.BtnGroup-form{float:left}.BtnGroup-parent:first-child .BtnGroup-item,.BtnGroup-form:first-child .BtnGroup-item{border-top-left-radius:3px;border-bottom-left-radius:3px}.BtnGroup-parent:last-child .BtnGroup-item,.BtnGroup-form:last-child .BtnGroup-item{border-right-width:1px;border-top-right-radius:3px;border-bottom-right-radius:3px}.BtnGroup-parent .BtnGroup-item,.BtnGroup-form .BtnGroup-item{border-right-width:0;border-radius:0}.BtnGroup-parent.selected .BtnGroup-item,.BtnGroup-parent:focus .BtnGroup-item,.BtnGroup-parent:active .BtnGroup-item,.BtnGroup-parent:hover .BtnGroup-item,.BtnGroup-form.selected .BtnGroup-item,.BtnGroup-form:focus .BtnGroup-item,.BtnGroup-form:active .BtnGroup-item,.BtnGroup-form:hover .BtnGroup-item{border-right-width:1px}.BtnGroup-parent.selected+.BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-form .BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-item,.BtnGroup-form:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item{border-left-width:0}.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-parent:focus,.BtnGroup-parent:active,.BtnGroup-form:focus,.BtnGroup-form:active{z-index:1}
+1
node_modules/primer-buttons/build/data.json
··· 1 + {"cssstats":{"size":10333,"gzipSize":1953,"humanizedSize":"10kB","humanizedGzipSize":"2kB","rules":{"total":77,"size":{"graph":[21,3,1,3,2,1,2,1,3,1,4,4,5,3,1,4,4,5,2,3,1,4,4,5,2,3,1,4,4,5,2,3,1,4,1,5,5,3,1,4,2,2,4,3,3,3,1,5,12,2,2,12,1,2,3,16,1,2,1,1,1,2,2,3,1,4,2,3,1,1,1,2,3,2,1,1,1],"max":21,"average":3.168831168831169},"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":".hidden-text-expander.inline","declarations":5},{"selector":".btn-danger:disabled,.btn-danger.disabled","declarations":5},{"selector":".btn-danger:active,.btn-danger.selected,[open]>.btn-danger","declarations":5},{"selector":".btn-blue:disabled,.btn-blue.disabled","declarations":5},{"selector":".btn-purple:disabled,.btn-purple.disabled","declarations":5},{"selector":".btn-primary:disabled,.btn-primary.disabled","declarations":5},{"selector":".btn:disabled,.btn.disabled","declarations":5},{"selector":".BtnGroup-item","declarations":4},{"selector":".btn-outline:disabled,.btn-outline.disabled","declarations":4},{"selector":".btn-outline:hover,.btn-outline:active,.btn-outline.selected,[open]>.btn-outline","declarations":4},{"selector":".btn-danger:hover","declarations":4},{"selector":".btn-blue:active,.btn-blue.selected,[open]>.btn-blue","declarations":4},{"selector":".btn-blue:hover,.btn-blue.hover","declarations":4},{"selector":".btn-purple:active,.btn-purple.selected,[open]>.btn-purple","declarations":4},{"selector":".btn-purple:hover,.btn-purple.hover","declarations":4},{"selector":".btn-primary:active,.btn-primary.selected,[open]>.btn-primary","declarations":4},{"selector":".btn-primary:hover,.btn-primary.hover","declarations":4},{"selector":".btn:active,.btn.selected,[open]>.btn","declarations":4},{"selector":".btn:hover,.btn.hover","declarations":4},{"selector":".BtnGroup-parent:last-child .BtnGroup-item,.BtnGroup-form: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-purple","declarations":3},{"selector":".btn-primary","declarations":3},{"selector":".btn","declarations":3},{"selector":".btn .Counter","declarations":3},{"selector":".btn i","declarations":3},{"selector":".BtnGroup-parent .BtnGroup-item,.BtnGroup-form .BtnGroup-item","declarations":2},{"selector":".BtnGroup-parent:first-child .BtnGroup-item,.BtnGroup-form:first-child .BtnGroup-item","declarations":2},{"selector":".BtnGroup-item:first-child","declarations":2},{"selector":".BtnGroup::before","declarations":2},{"selector":".BtnGroup","declarations":2},{"selector":".btn-link:disabled,.btn-link:disabled:hover","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":".btn-outline:focus","declarations":2},{"selector":".btn-outline:hover .Counter,.btn-outline:active .Counter,.btn-outline.selected .Counter,[open]>.btn-outline .Counter","declarations":2},{"selector":".btn-blue .Counter","declarations":2},{"selector":".btn-purple .Counter","declarations":2},{"selector":".btn-primary .Counter","declarations":2},{"selector":".btn:disabled,.btn.disabled","declarations":2},{"selector":".btn:hover","declarations":2},{"selector":".BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-parent:focus,.BtnGroup-parent:active,.BtnGroup-form:focus,.BtnGroup-form:active","declarations":1},{"selector":".BtnGroup-parent.selected+.BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-form .BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-item,.BtnGroup-form:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item","declarations":1},{"selector":".BtnGroup-parent.selected .BtnGroup-item,.BtnGroup-parent:focus .BtnGroup-item,.BtnGroup-parent:active .BtnGroup-item,.BtnGroup-parent:hover .BtnGroup-item,.BtnGroup-form.selected .BtnGroup-item,.BtnGroup-form:focus .BtnGroup-item,.BtnGroup-form:active .BtnGroup-item,.BtnGroup-form:hover .BtnGroup-item","declarations":1},{"selector":".BtnGroup-parent,.BtnGroup-form","declarations":1},{"selector":".BtnGroup-item.selected+.BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item","declarations":1},{"selector":".BtnGroup-item.selected,.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-item:hover","declarations":1},{"selector":".BtnGroup+.BtnGroup,.BtnGroup+.btn","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":".btn-link:hover","declarations":1},{"selector":".social-count:hover,.social-count:active","declarations":1},{"selector":".hidden-text-expander","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-purple:focus,.btn-purple.focus","declarations":1},{"selector":".btn-primary:focus,.btn-primary.focus","declarations":1},{"selector":".btn:focus,.btn.focus","declarations":1},{"selector":".btn:active,.btn.selected","declarations":1},{"selector":".btn:focus","declarations":1},{"selector":".btn .octicon","declarations":1}]},"selectors":{"total":168,"type":7,"class":168,"id":0,"pseudoClass":89,"pseudoElement":3,"values":[".btn",".btn i",".btn .octicon",".btn .Counter",".btn:hover",".btn:focus",".btn:disabled",".btn.disabled",".btn:active",".btn.selected",".btn",".btn:focus",".btn.focus",".btn:hover",".btn.hover",".btn:active",".btn.selected","[open]>.btn",".btn:disabled",".btn.disabled",".btn-primary",".btn-primary:focus",".btn-primary.focus",".btn-primary:hover",".btn-primary.hover",".btn-primary:active",".btn-primary.selected","[open]>.btn-primary",".btn-primary:disabled",".btn-primary.disabled",".btn-primary .Counter",".btn-purple",".btn-purple:focus",".btn-purple.focus",".btn-purple:hover",".btn-purple.hover",".btn-purple:active",".btn-purple.selected","[open]>.btn-purple",".btn-purple:disabled",".btn-purple.disabled",".btn-purple .Counter",".btn-blue",".btn-blue:focus",".btn-blue.focus",".btn-blue:hover",".btn-blue.hover",".btn-blue:active",".btn-blue.selected","[open]>.btn-blue",".btn-blue:disabled",".btn-blue.disabled",".btn-blue .Counter",".btn-danger",".btn-danger:focus",".btn-danger:hover",".btn-danger:hover .Counter",".btn-danger:active",".btn-danger.selected","[open]>.btn-danger",".btn-danger:disabled",".btn-danger.disabled",".btn-outline",".btn-outline .Counter",".btn-outline:hover",".btn-outline:active",".btn-outline.selected","[open]>.btn-outline",".btn-outline:hover .Counter",".btn-outline:active .Counter",".btn-outline.selected .Counter","[open]>.btn-outline .Counter",".btn-outline:focus",".btn-outline:disabled",".btn-outline.disabled",".btn-with-count",".btn-sm",".btn-large",".hidden-text-expander",".hidden-text-expander.inline",".hidden-text-expander a",".ellipsis-expander",".hidden-text-expander a:hover",".ellipsis-expander:hover",".hidden-text-expander a:active",".ellipsis-expander:active",".social-count",".social-count:hover",".social-count:active",".social-count:hover",".btn-block",".btn-link",".btn-link:hover",".btn-link:disabled",".btn-link:disabled:hover",".details-reset>summary",".details-reset>summary::before",".details-reset>summary::-webkit-details-marker",".BtnGroup",".BtnGroup::before",".BtnGroup::after",".BtnGroup+.BtnGroup",".BtnGroup+.btn",".BtnGroup-item",".BtnGroup-item:first-child",".BtnGroup-item:last-child",".BtnGroup-item.selected",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-item:hover",".BtnGroup-item.selected+.BtnGroup-item",".BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:active+.BtnGroup-item",".BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent",".BtnGroup-form",".BtnGroup-parent:first-child .BtnGroup-item",".BtnGroup-form:first-child .BtnGroup-item",".BtnGroup-parent:last-child .BtnGroup-item",".BtnGroup-form:last-child .BtnGroup-item",".BtnGroup-parent .BtnGroup-item",".BtnGroup-form .BtnGroup-item",".BtnGroup-parent.selected .BtnGroup-item",".BtnGroup-parent:focus .BtnGroup-item",".BtnGroup-parent:active .BtnGroup-item",".BtnGroup-parent:hover .BtnGroup-item",".BtnGroup-form.selected .BtnGroup-item",".BtnGroup-form:focus .BtnGroup-item",".BtnGroup-form:active .BtnGroup-item",".BtnGroup-form:hover .BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-form .BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:active+.BtnGroup-item",".BtnGroup-form:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-parent:focus",".BtnGroup-parent:active",".BtnGroup-form:focus",".BtnGroup-form:active"],"specificity":{"max":40,"average":23.160714285714285}},"declarations":{"total":244,"unique":130,"properties":{"position":["relative","relative","relative"],"display":["inline-block","block","inline-block","inline-block","block","inline-block","none","none","inline-block","table","table"],"padding":["6px 12px","3px 10px",".75em 1.25em","0 5px 5px","3px 10px","0"],"font-size":["14px","12px","inherit","12px","12px","inherit"],"font-weight":["600","500","600","600"],"line-height":["20px","20px","0","6px","20px"],"white-space":["nowrap","nowrap"],"vertical-align":["middle","text-top","middle","middle","middle"],"cursor":["pointer","default","pointer","pointer","default"],"-webkit-user-select":["none","none"],"-moz-user-select":["none","none"],"-ms-user-select":["none","none"],"user-select":["none","none"],"background-repeat":["repeat-x","repeat-x"],"background-position":["-1px -1px","0 0","-.5em","-.5em","-.5em","-.5em"],"background-size":["110% 110%"],"border":["1px solid rgba(27,31,35,0.2)","0","1px solid rgba(27,31,35,0.2)","0"],"border-radius":["0.25em","6px","1px","0","0"],"-webkit-appearance":["none","none"],"-moz-appearance":["none","none"],"appearance":["none","none"],"font-style":["normal"],"opacity":["0.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)","#683cb8","#fff","rgba(255,255,255,0.75)","#0366d6","#cb2431","#fff","#fff","#fff","rgba(203,36,49,0.4)","#0366d6","#fff","#0366d6","rgba(27,31,35,0.3)","#444d56","#fff","#24292e","#0366d6","#0366d6","rgba(88,96,105,0.5)"],"text-shadow":["none"],"background-color":["rgba(27,31,35,0.1)","#eff3f6","#e6ebf1","#e9ecef","#eff3f6","#28a745","#269f42","#279f43","#94d3a2","#fff","#643ab0","#5f37a8","#613ca4","#b19cd7","#fff","#0361cc","#035cc2","#045cc1","#81b0e5","#fff","#fafbfc","#cb2431","#b5202c","#eff3f6","#fff","rgba(27,31,35,0.07)","#0366d6","#fff","#fff","#c6cbd1","#2188ff","#fff","transparent"],"text-decoration":["none","none","none","none","none","underline"],"outline":["0"],"background-image":["none","linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)","linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%)","none","none","linear-gradient(-180deg, #34d058 0%, #28a745 90%)","linear-gradient(-180deg, #2fcb53 0%, #269f42 90%)","none","none","linear-gradient(-180deg, #7e55c7 0%, #643ab0 90%)","linear-gradient(-180deg, #784ec5 0%, #5f37a8 90%)","none","none","linear-gradient(-180deg, #0679fc 0%, #0361cc 90%)","linear-gradient(-180deg, #0374f4 0%, #035cc2 90%)","none","none","linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)","linear-gradient(-180deg, #de4450 0%, #cb2431 90%)","none","none","none","none"],"box-shadow":["0 0 0 0.2em rgba(3,102,214,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(52,208,88,0.4)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(126,85,199,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"],"border-color":["rgba(27,31,35,0.35)","rgba(27,31,35,0.35)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","#0366d6","#0366d6","rgba(27,31,35,0.15)"],"float":["left","left","left","left"],"border-top-right-radius":["0","3px","3px","3px"],"border-bottom-right-radius":["0","3px","3px","3px"],"top":["-1px"],"margin-left":["5px","4px"],"height":["12px"],"background":["#dfe2e5"],"border-left":["0"],"width":["100%"],"text-align":["center"],"list-style":["none"],"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"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
+1
node_modules/primer-buttons/build/index.js
··· 1 + module.exports = {"cssstats":{"size":10333,"gzipSize":1953,"humanizedSize":"10kB","humanizedGzipSize":"2kB","rules":{"total":77,"size":{"graph":[21,3,1,3,2,1,2,1,3,1,4,4,5,3,1,4,4,5,2,3,1,4,4,5,2,3,1,4,4,5,2,3,1,4,1,5,5,3,1,4,2,2,4,3,3,3,1,5,12,2,2,12,1,2,3,16,1,2,1,1,1,2,2,3,1,4,2,3,1,1,1,2,3,2,1,1,1],"max":21,"average":3.168831168831169},"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":".hidden-text-expander.inline","declarations":5},{"selector":".btn-danger:disabled,.btn-danger.disabled","declarations":5},{"selector":".btn-danger:active,.btn-danger.selected,[open]>.btn-danger","declarations":5},{"selector":".btn-blue:disabled,.btn-blue.disabled","declarations":5},{"selector":".btn-purple:disabled,.btn-purple.disabled","declarations":5},{"selector":".btn-primary:disabled,.btn-primary.disabled","declarations":5},{"selector":".btn:disabled,.btn.disabled","declarations":5},{"selector":".BtnGroup-item","declarations":4},{"selector":".btn-outline:disabled,.btn-outline.disabled","declarations":4},{"selector":".btn-outline:hover,.btn-outline:active,.btn-outline.selected,[open]>.btn-outline","declarations":4},{"selector":".btn-danger:hover","declarations":4},{"selector":".btn-blue:active,.btn-blue.selected,[open]>.btn-blue","declarations":4},{"selector":".btn-blue:hover,.btn-blue.hover","declarations":4},{"selector":".btn-purple:active,.btn-purple.selected,[open]>.btn-purple","declarations":4},{"selector":".btn-purple:hover,.btn-purple.hover","declarations":4},{"selector":".btn-primary:active,.btn-primary.selected,[open]>.btn-primary","declarations":4},{"selector":".btn-primary:hover,.btn-primary.hover","declarations":4},{"selector":".btn:active,.btn.selected,[open]>.btn","declarations":4},{"selector":".btn:hover,.btn.hover","declarations":4},{"selector":".BtnGroup-parent:last-child .BtnGroup-item,.BtnGroup-form: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-purple","declarations":3},{"selector":".btn-primary","declarations":3},{"selector":".btn","declarations":3},{"selector":".btn .Counter","declarations":3},{"selector":".btn i","declarations":3},{"selector":".BtnGroup-parent .BtnGroup-item,.BtnGroup-form .BtnGroup-item","declarations":2},{"selector":".BtnGroup-parent:first-child .BtnGroup-item,.BtnGroup-form:first-child .BtnGroup-item","declarations":2},{"selector":".BtnGroup-item:first-child","declarations":2},{"selector":".BtnGroup::before","declarations":2},{"selector":".BtnGroup","declarations":2},{"selector":".btn-link:disabled,.btn-link:disabled:hover","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":".btn-outline:focus","declarations":2},{"selector":".btn-outline:hover .Counter,.btn-outline:active .Counter,.btn-outline.selected .Counter,[open]>.btn-outline .Counter","declarations":2},{"selector":".btn-blue .Counter","declarations":2},{"selector":".btn-purple .Counter","declarations":2},{"selector":".btn-primary .Counter","declarations":2},{"selector":".btn:disabled,.btn.disabled","declarations":2},{"selector":".btn:hover","declarations":2},{"selector":".BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-parent:focus,.BtnGroup-parent:active,.BtnGroup-form:focus,.BtnGroup-form:active","declarations":1},{"selector":".BtnGroup-parent.selected+.BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-form .BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-item,.BtnGroup-form:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item","declarations":1},{"selector":".BtnGroup-parent.selected .BtnGroup-item,.BtnGroup-parent:focus .BtnGroup-item,.BtnGroup-parent:active .BtnGroup-item,.BtnGroup-parent:hover .BtnGroup-item,.BtnGroup-form.selected .BtnGroup-item,.BtnGroup-form:focus .BtnGroup-item,.BtnGroup-form:active .BtnGroup-item,.BtnGroup-form:hover .BtnGroup-item","declarations":1},{"selector":".BtnGroup-parent,.BtnGroup-form","declarations":1},{"selector":".BtnGroup-item.selected+.BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item","declarations":1},{"selector":".BtnGroup-item.selected,.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-item:hover","declarations":1},{"selector":".BtnGroup+.BtnGroup,.BtnGroup+.btn","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":".btn-link:hover","declarations":1},{"selector":".social-count:hover,.social-count:active","declarations":1},{"selector":".hidden-text-expander","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-purple:focus,.btn-purple.focus","declarations":1},{"selector":".btn-primary:focus,.btn-primary.focus","declarations":1},{"selector":".btn:focus,.btn.focus","declarations":1},{"selector":".btn:active,.btn.selected","declarations":1},{"selector":".btn:focus","declarations":1},{"selector":".btn .octicon","declarations":1}]},"selectors":{"total":168,"type":7,"class":168,"id":0,"pseudoClass":89,"pseudoElement":3,"values":[".btn",".btn i",".btn .octicon",".btn .Counter",".btn:hover",".btn:focus",".btn:disabled",".btn.disabled",".btn:active",".btn.selected",".btn",".btn:focus",".btn.focus",".btn:hover",".btn.hover",".btn:active",".btn.selected","[open]>.btn",".btn:disabled",".btn.disabled",".btn-primary",".btn-primary:focus",".btn-primary.focus",".btn-primary:hover",".btn-primary.hover",".btn-primary:active",".btn-primary.selected","[open]>.btn-primary",".btn-primary:disabled",".btn-primary.disabled",".btn-primary .Counter",".btn-purple",".btn-purple:focus",".btn-purple.focus",".btn-purple:hover",".btn-purple.hover",".btn-purple:active",".btn-purple.selected","[open]>.btn-purple",".btn-purple:disabled",".btn-purple.disabled",".btn-purple .Counter",".btn-blue",".btn-blue:focus",".btn-blue.focus",".btn-blue:hover",".btn-blue.hover",".btn-blue:active",".btn-blue.selected","[open]>.btn-blue",".btn-blue:disabled",".btn-blue.disabled",".btn-blue .Counter",".btn-danger",".btn-danger:focus",".btn-danger:hover",".btn-danger:hover .Counter",".btn-danger:active",".btn-danger.selected","[open]>.btn-danger",".btn-danger:disabled",".btn-danger.disabled",".btn-outline",".btn-outline .Counter",".btn-outline:hover",".btn-outline:active",".btn-outline.selected","[open]>.btn-outline",".btn-outline:hover .Counter",".btn-outline:active .Counter",".btn-outline.selected .Counter","[open]>.btn-outline .Counter",".btn-outline:focus",".btn-outline:disabled",".btn-outline.disabled",".btn-with-count",".btn-sm",".btn-large",".hidden-text-expander",".hidden-text-expander.inline",".hidden-text-expander a",".ellipsis-expander",".hidden-text-expander a:hover",".ellipsis-expander:hover",".hidden-text-expander a:active",".ellipsis-expander:active",".social-count",".social-count:hover",".social-count:active",".social-count:hover",".btn-block",".btn-link",".btn-link:hover",".btn-link:disabled",".btn-link:disabled:hover",".details-reset>summary",".details-reset>summary::before",".details-reset>summary::-webkit-details-marker",".BtnGroup",".BtnGroup::before",".BtnGroup::after",".BtnGroup+.BtnGroup",".BtnGroup+.btn",".BtnGroup-item",".BtnGroup-item:first-child",".BtnGroup-item:last-child",".BtnGroup-item.selected",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-item:hover",".BtnGroup-item.selected+.BtnGroup-item",".BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:active+.BtnGroup-item",".BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent",".BtnGroup-form",".BtnGroup-parent:first-child .BtnGroup-item",".BtnGroup-form:first-child .BtnGroup-item",".BtnGroup-parent:last-child .BtnGroup-item",".BtnGroup-form:last-child .BtnGroup-item",".BtnGroup-parent .BtnGroup-item",".BtnGroup-form .BtnGroup-item",".BtnGroup-parent.selected .BtnGroup-item",".BtnGroup-parent:focus .BtnGroup-item",".BtnGroup-parent:active .BtnGroup-item",".BtnGroup-parent:hover .BtnGroup-item",".BtnGroup-form.selected .BtnGroup-item",".BtnGroup-form:focus .BtnGroup-item",".BtnGroup-form:active .BtnGroup-item",".BtnGroup-form:hover .BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-form .BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:active+.BtnGroup-item",".BtnGroup-form:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-parent:focus",".BtnGroup-parent:active",".BtnGroup-form:focus",".BtnGroup-form:active"],"specificity":{"max":40,"average":23.160714285714285}},"declarations":{"total":244,"unique":130,"properties":{"position":["relative","relative","relative"],"display":["inline-block","block","inline-block","inline-block","block","inline-block","none","none","inline-block","table","table"],"padding":["6px 12px","3px 10px",".75em 1.25em","0 5px 5px","3px 10px","0"],"font-size":["14px","12px","inherit","12px","12px","inherit"],"font-weight":["600","500","600","600"],"line-height":["20px","20px","0","6px","20px"],"white-space":["nowrap","nowrap"],"vertical-align":["middle","text-top","middle","middle","middle"],"cursor":["pointer","default","pointer","pointer","default"],"-webkit-user-select":["none","none"],"-moz-user-select":["none","none"],"-ms-user-select":["none","none"],"user-select":["none","none"],"background-repeat":["repeat-x","repeat-x"],"background-position":["-1px -1px","0 0","-.5em","-.5em","-.5em","-.5em"],"background-size":["110% 110%"],"border":["1px solid rgba(27,31,35,0.2)","0","1px solid rgba(27,31,35,0.2)","0"],"border-radius":["0.25em","6px","1px","0","0"],"-webkit-appearance":["none","none"],"-moz-appearance":["none","none"],"appearance":["none","none"],"font-style":["normal"],"opacity":["0.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)","#683cb8","#fff","rgba(255,255,255,0.75)","#0366d6","#cb2431","#fff","#fff","#fff","rgba(203,36,49,0.4)","#0366d6","#fff","#0366d6","rgba(27,31,35,0.3)","#444d56","#fff","#24292e","#0366d6","#0366d6","rgba(88,96,105,0.5)"],"text-shadow":["none"],"background-color":["rgba(27,31,35,0.1)","#eff3f6","#e6ebf1","#e9ecef","#eff3f6","#28a745","#269f42","#279f43","#94d3a2","#fff","#643ab0","#5f37a8","#613ca4","#b19cd7","#fff","#0361cc","#035cc2","#045cc1","#81b0e5","#fff","#fafbfc","#cb2431","#b5202c","#eff3f6","#fff","rgba(27,31,35,0.07)","#0366d6","#fff","#fff","#c6cbd1","#2188ff","#fff","transparent"],"text-decoration":["none","none","none","none","none","underline"],"outline":["0"],"background-image":["none","linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)","linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%)","none","none","linear-gradient(-180deg, #34d058 0%, #28a745 90%)","linear-gradient(-180deg, #2fcb53 0%, #269f42 90%)","none","none","linear-gradient(-180deg, #7e55c7 0%, #643ab0 90%)","linear-gradient(-180deg, #784ec5 0%, #5f37a8 90%)","none","none","linear-gradient(-180deg, #0679fc 0%, #0361cc 90%)","linear-gradient(-180deg, #0374f4 0%, #035cc2 90%)","none","none","linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)","linear-gradient(-180deg, #de4450 0%, #cb2431 90%)","none","none","none","none"],"box-shadow":["0 0 0 0.2em rgba(3,102,214,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(52,208,88,0.4)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(126,85,199,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"],"border-color":["rgba(27,31,35,0.35)","rgba(27,31,35,0.35)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","#0366d6","#0366d6","rgba(27,31,35,0.15)"],"float":["left","left","left","left"],"border-top-right-radius":["0","3px","3px","3px"],"border-bottom-right-radius":["0","3px","3px","3px"],"top":["-1px"],"margin-left":["5px","4px"],"height":["12px"],"background":["#dfe2e5"],"border-left":["0"],"width":["100%"],"text-align":["center"],"list-style":["none"],"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"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
+3
node_modules/primer-buttons/index.scss
··· 1 + @import "primer-support/index.scss"; 2 + @import "./lib/button.scss"; 3 + @import "./lib/button-group.scss";
+94
node_modules/primer-buttons/lib/button-group.scss
··· 1 + // Button group 2 + // 3 + // A button group is a series of buttons laid out next to each other, all part 4 + // of one visual button, but separated by rules to be separate. 5 + @warn ".BtnGroup-form will be deprecated in version 11. Use .BtnGroup-parent instead."; 6 + 7 + .BtnGroup { 8 + display: inline-block; 9 + vertical-align: middle; 10 + @include clearfix(); 11 + 12 + // Proper spacing for multiple button groups (a la, gollum editor) 13 + + .BtnGroup, 14 + + .btn { 15 + margin-left: $spacer-1; 16 + } 17 + } 18 + 19 + .BtnGroup-item { 20 + position: relative; 21 + float: left; 22 + border-right-width: 0; 23 + border-radius: 0; 24 + 25 + &:first-child { 26 + border-top-left-radius: $border-radius; 27 + border-bottom-left-radius: $border-radius; 28 + } 29 + 30 + &:last-child { 31 + border-right-width: $border-width; 32 + border-top-right-radius: $border-radius; 33 + border-bottom-right-radius: $border-radius; 34 + } 35 + 36 + &.selected, 37 + &:focus, 38 + &:active, 39 + &:hover { 40 + border-right-width: $border-width; 41 + 42 + + .BtnGroup-item, 43 + + .BtnGroup-parent .BtnGroup-item, 44 + + .BtnGroup-form .BtnGroup-item { 45 + border-left-width: 0; 46 + } 47 + } 48 + } 49 + 50 + .BtnGroup-parent, 51 + .BtnGroup-form { 52 + float: left; 53 + 54 + &:first-child .BtnGroup-item { 55 + border-top-left-radius: $border-radius; 56 + border-bottom-left-radius: $border-radius; 57 + } 58 + 59 + &:last-child .BtnGroup-item { 60 + border-right-width: $border-width; 61 + border-top-right-radius: $border-radius; 62 + border-bottom-right-radius: $border-radius; 63 + } 64 + 65 + .BtnGroup-item { 66 + border-right-width: 0; 67 + border-radius: 0; 68 + } 69 + 70 + &.selected, 71 + &:focus, 72 + &:active, 73 + &:hover { 74 + .BtnGroup-item { 75 + border-right-width: $border-width; 76 + } 77 + 78 + + .BtnGroup-item, 79 + + .BtnGroup-parent .BtnGroup-item, 80 + + .BtnGroup-form .BtnGroup-item { 81 + border-left-width: 0; 82 + } 83 + } 84 + } 85 + 86 + // ensure that the focus ring sits above the adjacent buttons 87 + .BtnGroup-item, 88 + .BtnGroup-parent, 89 + .BtnGroup-form { 90 + &:focus, 91 + &:active { 92 + z-index: 1; 93 + } 94 + }
+212
node_modules/primer-buttons/lib/button.scss
··· 1 + // stylelint-disable selector-max-type, block-opening-brace-space-before, no-duplicate-selectors 2 + 3 + // Base button styles 4 + .btn { 5 + position: relative; 6 + display: inline-block; 7 + padding: 6px 12px; 8 + font-size: $body-font-size; 9 + font-weight: $font-weight-bold; 10 + line-height: 20px; // Specifically not inherit our `<body>` default 11 + white-space: nowrap; 12 + vertical-align: middle; 13 + cursor: pointer; 14 + user-select: none; 15 + background-repeat: repeat-x; 16 + background-position: -1px -1px; 17 + background-size: 110% 110%; 18 + border: 1px solid transparentize($black, 0.8); 19 + border-radius: 0.25em; 20 + appearance: none; // Corrects inability to style clickable `input` types in iOS. 21 + 22 + i { 23 + font-style: normal; 24 + font-weight: $font-weight-semibold; 25 + opacity: 0.75; 26 + } 27 + 28 + .octicon { 29 + vertical-align: text-top; 30 + } 31 + 32 + // Darken for just a tad more contrast against the button background 33 + .Counter { 34 + color: $gray-600; 35 + text-shadow: none; 36 + background-color: rgba($black, 0.1); 37 + } 38 + 39 + &:hover { 40 + text-decoration: none; 41 + background-repeat: repeat-x; 42 + } 43 + 44 + &:focus { 45 + outline: 0; 46 + } 47 + 48 + &:disabled, 49 + &.disabled { 50 + cursor: default; 51 + // Repeat `background-position` because `:hover` 52 + background-position: 0 0; 53 + } 54 + 55 + &:active, 56 + &.selected { 57 + background-image: none; 58 + } 59 + } 60 + 61 + .btn { @include btn-solid($text-gray-dark, $gray-000, darken($gray-100, 2%)); } 62 + .btn-primary { @include btn-solid($text-white, $green-400, $green-500); } 63 + .btn-purple { @include btn-solid($text-white, lighten($purple-500, 5%), darken($purple-500, 5%)); } 64 + .btn-blue { @include btn-solid($text-white, lighten($blue-500, 8%), darken($blue-500, 2%)); } 65 + .btn-danger { @include btn-inverse($red-600, $gray-000, darken($gray-100, 2%)); } 66 + 67 + // Outline button 68 + // 69 + // For when we need a linky-action that's not too heavy in busier 70 + // areas like conversation timelines. 71 + .btn-outline { 72 + @include btn-outline($text-blue); 73 + } 74 + 75 + // Social button count 76 + .btn-with-count { 77 + float: left; 78 + border-top-right-radius: 0; 79 + border-bottom-right-radius: 0; 80 + } 81 + 82 + // Minibutton overrides 83 + // 84 + // Tweak `line-height` to make them smaller. 85 + .btn-sm { 86 + padding: 3px 10px; 87 + font-size: $font-size-small; 88 + line-height: 20px; 89 + } 90 + 91 + // 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> 92 + .btn-large { 93 + padding: $em-spacer-6 1.25em; 94 + font-size: inherit; 95 + border-radius: 6px; 96 + } 97 + 98 + // Hidden text button 99 + // 100 + // Use `.hidden-text-expander` to indicate and expand hidden text. 101 + .hidden-text-expander { 102 + display: block; 103 + 104 + &.inline { 105 + position: relative; 106 + top: -1px; 107 + display: inline-block; 108 + margin-left: 5px; 109 + line-height: 0; 110 + } 111 + } 112 + 113 + .hidden-text-expander a, 114 + .ellipsis-expander { 115 + display: inline-block; 116 + height: 12px; 117 + padding: 0 5px 5px; 118 + font-size: $font-size-small; 119 + font-weight: $font-weight-bold; 120 + line-height: 6px; 121 + color: $gray-700; 122 + text-decoration: none; 123 + vertical-align: middle; 124 + background: lighten($gray-300, 5%); 125 + border: 0; 126 + border-radius: 1px; 127 + 128 + &:hover { 129 + text-decoration: none; 130 + background-color: darken($gray-300, 4%); 131 + } 132 + 133 + &:active { 134 + color: $text-white; 135 + background-color: $blue-400; 136 + } 137 + } 138 + 139 + // Social count bubble 140 + // 141 + // A container that is used for social bubbles counts. 142 + .social-count { 143 + float: left; 144 + padding: 3px 10px; 145 + font-size: $font-size-small; 146 + font-weight: $font-weight-bold; 147 + line-height: 20px; 148 + color: $text-gray-dark; 149 + vertical-align: middle; 150 + background-color: $bg-white; 151 + border: 1px solid transparentize($black, 0.8); // match with .btn 152 + border-left: 0; 153 + border-top-right-radius: 3px; 154 + border-bottom-right-radius: 3px; 155 + 156 + &:hover, 157 + &:active { 158 + text-decoration: none; 159 + } 160 + 161 + &:hover { 162 + color: $text-blue; 163 + cursor: pointer; 164 + } 165 + } 166 + 167 + // Full-width button 168 + // 169 + // These buttons expand to the full width of their parent container 170 + .btn-block { 171 + display: block; 172 + width: 100%; 173 + text-align: center; 174 + } 175 + 176 + // Link-like buttons 177 + // 178 + // This class is for styling <button> and <input> elements to look like links 179 + .btn-link { 180 + display: inline-block; 181 + padding: 0; 182 + font-size: inherit; 183 + color: $text-blue; 184 + text-decoration: none; 185 + white-space: nowrap; 186 + cursor: pointer; 187 + user-select: none; 188 + background-color: transparent; 189 + border: 0; 190 + appearance: none; // Corrects inability to style clickable `input` types in iOS. 191 + 192 + &:hover { 193 + text-decoration: underline; 194 + } 195 + 196 + &:disabled { 197 + &, 198 + &:hover { 199 + color: rgba($gray-600, 0.5); 200 + cursor: default; 201 + } 202 + } 203 + } 204 + 205 + .details-reset { 206 + // Remove marker added by the display: list-item browser default 207 + > summary { list-style: none; } 208 + // Remove marker added by details polyfill 209 + > summary::before { display: none; } 210 + // Remove marker added by Chrome 211 + > summary::-webkit-details-marker { display: none; } 212 + }
+73
node_modules/primer-buttons/package.json
··· 1 + { 2 + "_from": "primer-buttons@2.6.4", 3 + "_id": "primer-buttons@2.6.4", 4 + "_inBundle": false, 5 + "_integrity": "sha512-6+wFjXKGk76qZmUrnUTXm8Zo6viiNlcGcSSiW89OeAW2qkHHlTvyMqoKwExg8nGNFbLIGxhvqb9V++nx20Pq1Q==", 6 + "_location": "/primer-buttons", 7 + "_phantomChildren": {}, 8 + "_requested": { 9 + "type": "version", 10 + "registry": true, 11 + "raw": "primer-buttons@2.6.4", 12 + "name": "primer-buttons", 13 + "escapedName": "primer-buttons", 14 + "rawSpec": "2.6.4", 15 + "saveSpec": null, 16 + "fetchSpec": "2.6.4" 17 + }, 18 + "_requiredBy": [ 19 + "/primer-core" 20 + ], 21 + "_resolved": "https://registry.npmjs.org/primer-buttons/-/primer-buttons-2.6.4.tgz", 22 + "_shasum": "7c86c4610b56cf6af5f0e0ecccdbe1329077733d", 23 + "_spec": "primer-buttons@2.6.4", 24 + "_where": "/Users/brandonrosage/github/profile-generator/node_modules/primer-core", 25 + "author": { 26 + "name": "GitHub, Inc." 27 + }, 28 + "bugs": { 29 + "url": "https://github.com/primer/primer/issues" 30 + }, 31 + "bundleDependencies": false, 32 + "dependencies": { 33 + "primer-support": "4.7.2" 34 + }, 35 + "deprecated": false, 36 + "description": "A collection of buttons used for primary and secondary actions.", 37 + "files": [ 38 + "index.scss", 39 + "lib", 40 + "build" 41 + ], 42 + "homepage": "http://primer.github.io/", 43 + "keywords": [ 44 + "primer", 45 + "css", 46 + "github", 47 + "design-system", 48 + "buttons", 49 + "styles" 50 + ], 51 + "license": "MIT", 52 + "main": "build/index.js", 53 + "name": "primer-buttons", 54 + "primer": { 55 + "category": "core", 56 + "module_type": "components" 57 + }, 58 + "repository": { 59 + "type": "git", 60 + "url": "https://github.com/primer/primer/tree/master/modules/primer-buttons" 61 + }, 62 + "sass": "index.scss", 63 + "scripts": { 64 + "build": "../../script/npm-run primer-module-build index.scss", 65 + "lint": "../../script/lint-scss", 66 + "postpublish": "../../script/notify success", 67 + "prepare": "npm run build", 68 + "prepublishOnly": "../../script/notify pending", 69 + "test": "../../script/npm-run-all build lint" 70 + }, 71 + "style": "build/build.css", 72 + "version": "2.6.4" 73 + }
+21
node_modules/primer-core/LICENSE
··· 1 + The MIT License (MIT) 2 + 3 + Copyright (c) 2019 GitHub Inc. 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+48
node_modules/primer-core/README.md
··· 1 + # Primer Core 2 + 3 + [![npm version](https://img.shields.io/npm/v/primer-core.svg)](https://www.npmjs.org/package/primer-core) 4 + [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer) 5 + 6 + > Primer core is one of 3 meta-packages that belong to the Primer framework. Primer core contains packages that are shared between GitHub product and marketing websites. 7 + 8 + This repository is a compilation of [several CSS packages](https://github.com/primer/primer). You can break it down into smaller sections using npm. 9 + 10 + ## Install 11 + 12 + This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer` with this command. **You must have npm >=3.0 installed to be able to satisfy the dependency paths** 13 + 14 + ``` 15 + $ npm install --save primer-core 16 + ``` 17 + 18 + ## Usage 19 + 20 + The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. 21 + 22 + ```scss 23 + @import "primer-core/index.scss"; 24 + ``` 25 + 26 + You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ 27 + 28 + ## Build 29 + 30 + For a compiled **CSS** version of this module, an npm script is included that will output a CSS version to `build/build.css` The built CSS file is also included in the npm package. 31 + 32 + ``` 33 + $ npm run build 34 + ``` 35 + 36 + ## Documentation 37 + 38 + You can read more about primer in the [docs][docs]. 39 + 40 + ## License 41 + 42 + [MIT](./LICENSE) &copy; [GitHub](https://github.com/) 43 + 44 + [primer]: https://github.com/primer/primer 45 + [docs]: http://primer.github.io/ 46 + [npm]: https://www.npmjs.com/ 47 + [install-npm]: https://docs.npmjs.com/getting-started/installing-node 48 + [sass]: http://sass-lang.com/
+6
node_modules/primer-core/build/build.css
··· 1 + /*! 2 + * Primer-core 3 + * http://primer.github.io 4 + * 5 + * Released under MIT license. Copyright (c) 2019 GitHub Inc. 6 + *//*! 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:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*{box-sizing:border-box}input,select,textarea,button{font-family:inherit;font-size:inherit;line-height:inherit}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px;line-height:1.5;color:#24292e;background-color:#fff}a{color:#0366d6;text-decoration:none}a:hover{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}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}h1{font-size:32px;font-weight:600}h2{font-size:24px;font-weight:600}h3{font-size:20px;font-weight:600}h4{font-size:16px;font-weight:600}h5{font-size:14px;font-weight:600}h6{font-size:12px;font-weight:600}p{margin-top:0;margin-bottom:10px}small{font-size:90%}blockquote{margin:0}ul,ol{padding-left:0;margin-top:0;margin-bottom:0}ol ol,ul ol{list-style-type:lower-roman}ul ul ol,ul ol ol,ol ul ol,ol ol ol{list-style-type:lower-alpha}dd{margin-left:0}tt,code{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px}pre{margin-top:0;margin-bottom:0;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,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 -1px;background-color:#f6f8fa;border-color:#d1d5da;border-style:solid;border-width:1px;border-top-left-radius:3px;border-top-right-radius:3px}.Box-title{font-size:14px;font-weight:600}.Box-body{padding:16px;border-bottom:1px solid #e1e4e8}.Box-body:last-of-type{margin-bottom:-1px;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.Box-row{padding:16px;margin-top:-1px;list-style-type:none;border-top:1px solid #e1e4e8}.Box-row:first-of-type{border-top-color:transparent;border-top-left-radius:2px;border-top-right-radius:2px}.Box-row:last-of-type{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.Box-row.Box-row--unread,.Box-row.unread{box-shadow:2px 0 0 #0366d6 inset}.Box-row.navigation-focus .Box-row--drag-button{color:#0366d6;cursor: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::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{cursor:default;background-position:0 0}.btn:active,.btn.selected{background-image:none}.btn{color:#24292e;background-color:#eff3f6;background-image:linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)}.btn:focus,.btn.focus{box-shadow:0 0 0 0.2em rgba(3,102,214,0.3)}.btn:hover,.btn.hover{background-color:#e6ebf1;background-image:linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%);background-position:-.5em;border-color:rgba(27,31,35,0.35)}.btn:active,.btn.selected,[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{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,[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{color:rgba(255,255,255,0.75);background-color:#94d3a2;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-primary .Counter{color:#29b249;background-color:#fff}.btn-purple{color:#fff;background-color:#643ab0;background-image:linear-gradient(-180deg, #7e55c7 0%, #643ab0 90%)}.btn-purple:focus,.btn-purple.focus{box-shadow:0 0 0 0.2em rgba(126,85,199,0.4)}.btn-purple:hover,.btn-purple.hover{background-color:#5f37a8;background-image:linear-gradient(-180deg, #784ec5 0%, #5f37a8 90%);background-position:-.5em;border-color:rgba(27,31,35,0.5)}.btn-purple:active,.btn-purple.selected,[open]>.btn-purple{background-color:#613ca4;background-image:none;border-color:rgba(27,31,35,0.5);box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn-purple:disabled,.btn-purple.disabled{color:rgba(255,255,255,0.75);background-color:#b19cd7;background-image:none;border-color:rgba(27,31,35,0.2);box-shadow:none}.btn-purple .Counter{color:#683cb8;background-color:#fff}.btn-blue{color:#fff;background-color:#0361cc;background-image:linear-gradient(-180deg, #0679fc 0%, #0361cc 90%)}.btn-blue:focus,.btn-blue.focus{box-shadow:0 0 0 0.2em rgba(6,121,252,0.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,[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{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,[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{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,[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,[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{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}.hidden-text-expander{display:block}.hidden-text-expander.inline{position:relative;top:-1px;display:inline-block;margin-left:5px;line-height:0}.hidden-text-expander a,.ellipsis-expander{display:inline-block;height:12px;padding:0 5px 5px;font-size:12px;font-weight:600;line-height:6px;color:#444d56;text-decoration:none;vertical-align:middle;background:#dfe2e5;border:0;border-radius:1px}.hidden-text-expander a:hover,.ellipsis-expander:hover{text-decoration:none;background-color:#c6cbd1}.hidden-text-expander a:active,.ellipsis-expander:active{color:#fff;background-color:#2188ff}.social-count{float:left;padding:3px 10px;font-size:12px;font-weight:600;line-height:20px;color:#24292e;vertical-align:middle;background-color:#fff;border:1px solid rgba(27,31,35,0.2);border-left:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.social-count:hover,.social-count:active{text-decoration:none}.social-count:hover{color:#0366d6;cursor:pointer}.btn-block{display:block;width:100%;text-align:center}.btn-link{display:inline-block;padding:0;font-size:inherit;color:#0366d6;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn-link:hover{text-decoration:underline}.btn-link:disabled,.btn-link:disabled:hover{color:rgba(88,96,105,0.5);cursor:default}.details-reset>summary{list-style:none}.details-reset>summary::before{display:none}.details-reset>summary::-webkit-details-marker{display:none}.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: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.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item{border-left-width:0}.BtnGroup-parent,.BtnGroup-form{float:left}.BtnGroup-parent:first-child .BtnGroup-item,.BtnGroup-form:first-child .BtnGroup-item{border-top-left-radius:3px;border-bottom-left-radius:3px}.BtnGroup-parent:last-child .BtnGroup-item,.BtnGroup-form:last-child .BtnGroup-item{border-right-width:1px;border-top-right-radius:3px;border-bottom-right-radius:3px}.BtnGroup-parent .BtnGroup-item,.BtnGroup-form .BtnGroup-item{border-right-width:0;border-radius:0}.BtnGroup-parent.selected .BtnGroup-item,.BtnGroup-parent:focus .BtnGroup-item,.BtnGroup-parent:active .BtnGroup-item,.BtnGroup-parent:hover .BtnGroup-item,.BtnGroup-form.selected .BtnGroup-item,.BtnGroup-form:focus .BtnGroup-item,.BtnGroup-form:active .BtnGroup-item,.BtnGroup-form:hover .BtnGroup-item{border-right-width:1px}.BtnGroup-parent.selected+.BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-form .BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-item,.BtnGroup-form:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item{border-left-width:0}.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-parent:focus,.BtnGroup-parent:active,.BtnGroup-form:focus,.BtnGroup-form:active{z-index:1}.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}:-ms-input-placeholder{color:#6a737d}::placeholder{color:#6a737d}.input-sm{min-height:28px;padding-top:3px;padding-bottom:3px;font-size:12px;line-height:20px}.input-lg{padding:4px 10px;font-size:16px}.input-block{display:block;width:100%}.input-monospace{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace}.input-hide-webkit-autofill::-webkit-contacts-auto-fill-button{position:absolute;right:0;display:none !important;pointer-events:none;visibility:hidden}.form-checkbox{padding-left:20px;margin:15px 0;vertical-align:middle}.form-checkbox label em.highlight{position:relative;left:-4px;padding:2px 4px;font-style:normal;background:#fffbdd;border-radius:3px}.form-checkbox input[type=checkbox],.form-checkbox input[type=radio]{float:left;margin:5px 0 0 -20px;vertical-align:middle}.form-checkbox .note{display:block;margin:0;font-size:12px;font-weight: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{display:inline-block;margin:5px 0 0;color:#586069}.hfields .form-group dt img{position:relative;top:-2px}.hfields .btn{float:left;margin:28px 25px 0 -20px}.hfields .form-select{margin-top:5px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.form-actions::before{display:table;content:""}.form-actions::after{display:table;clear:both;content:""}.form-actions .btn{float:right}.form-actions .btn+.btn{margin-right:5px}.form-warning{padding:8px 10px;margin:10px 0;font-size:14px;color:#735c0f;background:#fffbdd;border:1px solid #d9d0a5;border-radius:3px}.form-warning p{margin:0;line-height:1.5}.form-warning a{font-weight:600}.form-select{display:inline-block;max-width:100%;height:34px;padding-right:24px;padding-right:8px \9;background:#fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center;background-image:none \9;background-size:8px 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select::-ms-expand{opacity:0}.form-select[multiple]{height:auto}.select-sm{height:28px;min-height:28px;padding-top:3px;padding-bottom:3px;font-size:12px}.select-sm[multiple]{height:auto;min-height:0}.form-group{margin:15px 0}.form-group .form-control{width:440px;max-width:100%;margin-right:5px;background-color:#fafbfc}.form-group .form-control:focus{background-color:#fff}.form-group .form-control.shorter{width:130px}.form-group .form-control.short{width:250px}.form-group .form-control.long{width:100%}.form-group textarea.form-control{width:100%;height:200px;min-height:200px}.form-group textarea.form-control.short{height:50px;min-height:50px}.form-group dt{margin:0 0 6px}.form-group label{position:relative}.form-group.flattened dt{float:left;margin:0;line-height:32px}.form-group.flattened dd{line-height:32px}.form-group dd h4{margin:4px 0 0}.form-group dd h4.is-error{color:#cb2431}.form-group dd h4.is-success{color:#28a745}.form-group dd h4+.note{margin-top:0}.form-group.required dt label::after{padding-left:5px;color:#cb2431;content:"*"}.form-group .success,.form-group .error,.form-group .indicator{display:none;font-size:12px;font-weight:600}.form-group.loading{opacity:0.5}.form-group.loading .indicator{display:inline}.form-group.loading .spinner{display:inline-block;vertical-align:middle}.form-group.successful .success{display:inline;color:#28a745}.form-group.warn .warning,.form-group.warn .error,.form-group.errored .warning,.form-group.errored .error{position:absolute;z-index:10;display:block;max-width:450px;padding:5px 8px;margin:4px 0 0;font-size:13px;font-weight:400;border-style:solid;border-width:1px;border-radius:3px}.form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .warning::after,.form-group.errored .warning::before,.form-group.errored .error::after,.form-group.errored .error::before{position:absolute;bottom:100%;left:10px;z-index:15;width:0;height:0;pointer-events:none;content:" ";border:solid transparent}.form-group.warn .warning::after,.form-group.warn .error::after,.form-group.errored .warning::after,.form-group.errored .error::after{border-width:5px}.form-group.warn .warning::before,.form-group.warn .error::before,.form-group.errored .warning::before,.form-group.errored .error::before{margin-left:-1px;border-width:6px}.form-group.warn .warning{color:#735c0f;background-color:#fffbdd;border-color:#d9d0a5}.form-group.warn .warning::after{border-bottom-color:#fffbdd}.form-group.warn .warning::before{border-bottom-color:#d9d0a5}.form-group.errored label{color:#cb2431}.form-group.errored .error{color:#86181d;background-color:#ffdce0;border-color:#cea0a5}.form-group.errored .error::after{border-bottom-color:#ffdce0}.form-group.errored .error::before{border-bottom-color:#cea0a5}.note{min-height:17px;margin:4px 0 2px;font-size:12px;color:#586069}.note .spinner{margin-right:3px;vertical-align:middle}dl.form-group>dd .form-control.is-autocheck-loading,dl.form-group>dd .form-control.is-autocheck-successful,dl.form-group>dd .form-control.is-autocheck-errored{padding-right:30px}dl.form-group>dd .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-16px.gif")}dl.form-group>dd .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success.png")}dl.form-group>dd .form-control.is-autocheck-errored{background-image:url("/images/modules/ajax/error.png")}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){dl.form-group>dd .form-control.is-autocheck-loading,dl.form-group>dd .form-control.is-autocheck-successful,dl.form-group>dd .form-control.is-autocheck-errored{background-size:16px 16px}dl.form-group>dd .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-32.gif")}dl.form-group>dd .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success@2x.png")}dl.form-group>dd .form-control.is-autocheck-errored{background-image:url("/images/modules/ajax/error@2x.png")}}.status-indicator{display:inline-block;width:16px;height:16px;margin-left:5px}.status-indicator .octicon{display:none}.status-indicator-success::before{content:""}.status-indicator-success .octicon-check{display:inline-block;color:#28a745;fill:#28a745}.status-indicator-success .octicon-x{display:none}.status-indicator-failed::before{content:""}.status-indicator-failed .octicon-check{display:none}.status-indicator-failed .octicon-x{display:inline-block;color:#cb2431;fill:#d73a49}.status-indicator-loading{width:16px;background:url("/images/spinners/octocat-spinner-32-EAF2F5.gif") 0 0 no-repeat;background-size:16px}.inline-form{display:inline-block}.inline-form .btn-plain{background-color:transparent;border:0}.drag-and-drop{padding:7px 10px;margin:0;font-size:13px;line-height:16px;color:#586069;background-color:#fafbfc;border:1px solid #c3c8cf;border-top:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.drag-and-drop .default,.drag-and-drop .loading,.drag-and-drop .error{display:none}.drag-and-drop .error{color:#cb2431}.drag-and-drop img{vertical-align:top}.is-default .drag-and-drop .default{display:inline-block}.is-uploading .drag-and-drop .loading{display:inline-block}.is-bad-file .drag-and-drop .bad-file{display:inline-block}.is-duplicate-filename .drag-and-drop .duplicate-filename{display:inline-block}.is-too-big .drag-and-drop .too-big{display:inline-block}.is-hidden-file .drag-and-drop .hidden-file{display:inline-block}.is-empty .drag-and-drop .empty{display:inline-block}.is-bad-permissions .drag-and-drop .bad-permissions{display:inline-block}.is-repository-required .drag-and-drop .repository-required{display:inline-block}.drag-and-drop-error-info{font-weight: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}.container{width:980px;margin-right:auto;margin-left:auto}.container::before{display:table;content:""}.container::after{display:table;clear:both;content:""}.container-md{max-width:768px;margin-right:auto;margin-left:auto}.container-lg{max-width:1012px;margin-right:auto;margin-left:auto}.container-xl{max-width:1280px;margin-right:auto;margin-left:auto}.columns{margin-right:-10px;margin-left:-10px}.columns::before{display:table;content:""}.columns::after{display:table;clear:both;content:""}.column{float:left;padding-right:10px;padding-left:10px}.one-third{width:33.333333%}.two-thirds{width:66.666667%}.one-fourth{width:25%}.one-half{width:50%}.three-fourths{width:75%}.one-fifth{width:20%}.four-fifths{width:80%}.centered{display:block;float:none;margin-right:auto;margin-left:auto}.col-1{width:8.33333%}.col-2{width:16.66667%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.66667%}.col-6{width:50%}.col-7{width:58.33333%}.col-8{width:66.66667%}.col-9{width:75%}.col-10{width:83.33333%}.col-11{width:91.66667%}.col-12{width:100%}@media (min-width: 544px){.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}}@media (min-width: 768px){.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}}@media (min-width: 1012px){.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}}@media (min-width: 1280px){.col-xl-1{width:8.33333%}.col-xl-2{width:16.66667%}.col-xl-3{width:25%}.col-xl-4{width:33.33333%}.col-xl-5{width:41.66667%}.col-xl-6{width:50%}.col-xl-7{width:58.33333%}.col-xl-8{width:66.66667%}.col-xl-9{width:75%}.col-xl-10{width:83.33333%}.col-xl-11{width:91.66667%}.col-xl-12{width:100%}}.gutter{margin-right:-16px;margin-left:-16px}.gutter>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-condensed{margin-right:-8px;margin-left:-8px}.gutter-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-spacious{margin-right:-24px;margin-left:-24px}.gutter-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}@media (min-width: 544px){.gutter-sm{margin-right:-16px;margin-left:-16px}.gutter-sm>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-sm-condensed{margin-right:-8px;margin-left:-8px}.gutter-sm-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-sm-spacious{margin-right:-24px;margin-left:-24px}.gutter-sm-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 768px){.gutter-md{margin-right:-16px;margin-left:-16px}.gutter-md>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-md-condensed{margin-right:-8px;margin-left:-8px}.gutter-md-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-md-spacious{margin-right:-24px;margin-left:-24px}.gutter-md-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1012px){.gutter-lg{margin-right:-16px;margin-left:-16px}.gutter-lg>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-lg-condensed{margin-right:-8px;margin-left:-8px}.gutter-lg-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-lg-spacious{margin-right:-24px;margin-left:-24px}.gutter-lg-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1280px){.gutter-xl{margin-right:-16px;margin-left:-16px}.gutter-xl>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-xl-condensed{margin-right:-8px;margin-left:-8px}.gutter-xl-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-xl-spacious{margin-right:-24px;margin-left:-24px}.gutter-xl-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}.offset-1{margin-left:8.33333% !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 solid #e1e4e8}.menu-item:first-child{border-top:0;border-top-left-radius:2px;border-top-right-radius:2px}.menu-item:first-child::before{border-top-left-radius:2px}.menu-item:last-child{border-bottom:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.menu-item:last-child::before{border-bottom-left-radius:2px}.menu-item:hover{text-decoration:none;background-color:#f6f8fa}.menu-item.selected{font-weight:600;color:#24292e;cursor:default;background-color:#fff}.menu-item.selected::before{position:absolute;top:0;bottom:0;left:0;width:2px;content:"";background-color:#e36209}.menu-item .octicon{width:16px;margin-right:5px;color:#24292e;text-align:center}.menu-item .Counter{float:right;margin-left:5px}.menu-item .menu-warning{float:right;color:#86181d}.menu-item .avatar{float:left;margin-right:5px}.menu-item.alert .Counter{color:#cb2431}.menu-heading{display:block;padding:8px 10px;margin-top:0;margin-bottom:0;font-size:13px;font-weight:600;line-height:20px;color:#586069;background-color:#f3f5f8;border-bottom:1px solid #e1e4e8}.menu-heading:hover{text-decoration:none}.menu-heading:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.menu-heading:last-child{border-bottom:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.tabnav{margin-top:0;margin-bottom:15px;border-bottom:1px solid #d1d5da}.tabnav .Counter{margin-left:5px}.tabnav-tabs{margin-bottom:-1px}.tabnav-tab{display:inline-block;padding:8px 12px;font-size:14px;line-height:20px;color:#586069;text-decoration:none;background-color:transparent;border:1px solid transparent;border-bottom:0}.tabnav-tab.selected{color:#24292e;background-color:#fff;border-color:#d1d5da;border-radius:3px 3px 0 0}.tabnav-tab:hover,.tabnav-tab:focus{color:#24292e;text-decoration:none}.tabnav-extra{display:inline-block;padding-top:10px;margin-left:10px;font-size:12px;color:#586069}.tabnav-extra>.octicon{margin-right:2px}a.tabnav-extra:hover{color:#0366d6;text-decoration:none}.tabnav-btn{margin-left:10px}.filter-list{list-style-type:none}.filter-list.small .filter-item{padding:4px 10px;margin:0 0 2px;font-size:12px}.filter-list.pjax-active .filter-item{color:#586069;background-color:transparent}.filter-list.pjax-active .filter-item.pjax-active{color:#fff;background-color:#0366d6}.filter-item{position:relative;display:block;padding:8px 10px;margin-bottom:5px;overflow:hidden;font-size:14px;color:#586069;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;border-radius:3px}.filter-item:hover{text-decoration:none;background-color:#eaecef}.filter-item.selected{color:#fff;background-color:#0366d6}.filter-item .count{float:right;font-weight:600}.filter-item .bar{position:absolute;top:2px;right:0;bottom:2px;z-index:-1;display:inline-block;background-color:#eff3f6}.subnav{margin-bottom:20px}.subnav::before{display:table;content:""}.subnav::after{display:table;clear:both;content:""}.subnav-bordered{padding-bottom:20px;border-bottom:1px solid #eaecef}.subnav-flush{margin-bottom:0}.subnav-item{position:relative;float:left;padding:6px 14px;font-weight:600;line-height:20px;color:#586069;border:1px solid #e1e4e8}.subnav-item+.subnav-item{margin-left:-1px}.subnav-item:hover,.subnav-item:focus{text-decoration:none;background-color:#f6f8fa}.subnav-item.selected,.subnav-item.selected:hover,.subnav-item.selected:focus{z-index:2;color:#fff;background-color:#0366d6;border-color:#0366d6}.subnav-item:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.subnav-item:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.subnav-search{position:relative;margin-left:10px}.subnav-search-input{width:320px;padding-left:30px;color:#586069}.subnav-search-input-wide{width:500px}.subnav-search-icon{position:absolute;top:9px;left:8px;display:block;color:#c6cbd1;text-align:center;pointer-events:none}.subnav-search-context .btn{color:#444d56;border-top-right-radius:0;border-bottom-right-radius:0}.subnav-search-context .btn:hover,.subnav-search-context .btn:focus,.subnav-search-context .btn:active,.subnav-search-context .btn.selected{z-index:2}.subnav-search-context+.subnav-search{margin-left:-1px}.subnav-search-context+.subnav-search .subnav-search-input{border-top-left-radius:0;border-bottom-left-radius:0}.subnav-search-context .select-menu-modal-holder{z-index:30}.subnav-search-context .select-menu-modal{width:220px}.subnav-search-context .select-menu-item-icon{color:inherit}.subnav-spacer-right{padding-right:10px}.UnderlineNav{display:flex;justify-content:space-between;border-bottom:1px solid #e1e4e8}.UnderlineNav-body{display:flex;margin-bottom:-1px}.UnderlineNav-item{padding:16px 8px;margin-right:16px;font-size:14px;line-height:1.5;color:#586069;text-align:center;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{font-weight:600;color:#24292e;border-bottom-color:#e36209}.UnderlineNav-item.selected .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{-ms-grid-row-align:center;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{z-index:3;color:#fff;background-color:#0366d6;border-color:#0366d6}.pagination .gap,.pagination .disabled,.pagination .gap:hover,.pagination .disabled: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","Segoe UI Symbol";-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:#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-target,.css-truncate .css-truncate-target{display:inline-block;max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target,.css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target,.css-truncate.expandable:hover .css-truncate-target,.css-truncate.expandable:hover.css-truncate-target{max-width:10000px !important}.anim-fade-in{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{border:1px #e1e4e8 solid !important}.border-y{border-top:1px #e1e4e8 solid !important;border-bottom:1px #e1e4e8 solid !important}.border-0{border:0 !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-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-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-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-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-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}.box-shadow{box-shadow:0 1px 1px rgba(27,31,35,0.1) !important}.box-shadow-medium{box-shadow:0 1px 5px rgba(27,31,35,0.15) !important}.box-shadow-large{box-shadow:0 1px 15px rgba(27,31,35,0.15) !important}.box-shadow-extra-large{box-shadow:0 10px 50px rgba(27,31,35,0.07) !important}.box-shadow-none{box-shadow:none !important}.bg-white{background-color:#fff !important}.bg-blue{background-color:#0366d6 !important}.bg-blue-light{background-color:#f1f8ff !important}.bg-gray-dark{background-color:#24292e !important}.bg-gray{background-color:#f6f8fa !important}.bg-gray-light{background-color:#fafbfc !important}.bg-green{background-color:#28a745 !important}.bg-green-light{background-color:#dcffe4 !important}.bg-red{background-color:#d73a49 !important}.bg-red-light{background-color:#ffdce0 !important}.bg-yellow{background-color:#ffd33d !important}.bg-yellow-light{background-color:#fff5b1 !important}.bg-purple{background-color:#6f42c1 !important}.bg-purple-light{background-color:#f5f0ff !important}.bg-shade-gradient{background-image:linear-gradient(180deg, rgba(27,31,35,0.065), rgba(27,31,35,0)) !important;background-repeat:no-repeat !important;background-size:100% 200px !important}.text-blue{color:#0366d6 !important}.text-red{color:#cb2431 !important}.text-gray-light{color:#6a737d !important}.text-gray{color:#586069 !important}.text-gray-dark{color:#24292e !important}.text-green{color:#28a745 !important}.text-orange{color:#a04100 !important}.text-orange-light{color:#e36209 !important}.text-purple{color:#6f42c1 !important}.text-white{color:#fff !important}.text-inherit{color:inherit !important}.text-pending{color:#b08800 !important}.bg-pending{color:#dbab09 !important}.link-gray{color:#586069 !important}.link-gray:hover{color:#0366d6 !important}.link-gray-dark{color:#24292e !important}.link-gray-dark:hover{color:#0366d6 !important}.link-hover-blue:hover{color:#0366d6 !important}.muted-link{color:#586069 !important}.muted-link:hover{color:#0366d6 !important;text-decoration:none}.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)}.flex-row{flex-direction:row !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column{flex-direction:column !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-auto{flex:1 1 auto !important}.flex-shrink-0{flex-shrink:0 !important}.flex-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-self-start{align-self:flex-start !important}.flex-self-end{align-self:flex-end !important}.flex-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-self-baseline{align-self:baseline !important}.flex-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-item-equal{flex-grow:1;flex-basis:0}@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-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-auto{flex:1 1 auto !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-sm-self-start{align-self:flex-start !important}.flex-sm-self-end{align-self:flex-end !important}.flex-sm-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-sm-self-baseline{align-self:baseline !important}.flex-sm-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-sm-item-equal{flex-grow:1;flex-basis:0}}@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-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-auto{flex:1 1 auto !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-md-self-start{align-self:flex-start !important}.flex-md-self-end{align-self:flex-end !important}.flex-md-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-md-self-baseline{align-self:baseline !important}.flex-md-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-md-item-equal{flex-grow:1;flex-basis:0}}@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-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-auto{flex:1 1 auto !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-lg-self-start{align-self:flex-start !important}.flex-lg-self-end{align-self:flex-end !important}.flex-lg-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-lg-self-baseline{align-self:baseline !important}.flex-lg-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-lg-item-equal{flex-grow:1;flex-basis:0}}@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-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-auto{flex:1 1 auto !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-xl-self-start{align-self:flex-start !important}.flex-xl-self-end{align-self:flex-end !important}.flex-xl-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-xl-self-baseline{align-self:baseline !important}.flex-xl-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-xl-item-equal{flex-grow:1;flex-basis:0}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.top-0{top:0 !important}.right-0{right:0 !important}.bottom-0{bottom:0 !important}.left-0{left:0 !important}.v-align-middle{vertical-align:middle !important}.v-align-top{vertical-align:top !important}.v-align-bottom{vertical-align:bottom !important}.v-align-text-top{vertical-align:text-top !important}.v-align-text-bottom{vertical-align:text-bottom !important}.v-align-baseline{vertical-align:baseline !important}.overflow-hidden{overflow:hidden !important}.overflow-scroll{overflow:scroll !important}.overflow-auto{overflow:auto !important}.clearfix::before{display:table;content:""}.clearfix::after{display:table;clear:both;content:""}.float-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}.direction-rtl{direction:rtl !important}.direction-ltr{direction:ltr !important}@media (min-width: 544px){.direction-sm-rtl{direction:rtl !important}.direction-sm-ltr{direction:ltr !important}}@media (min-width: 768px){.direction-md-rtl{direction:rtl !important}.direction-md-ltr{direction:ltr !important}}@media (min-width: 1012px){.direction-lg-rtl{direction:rtl !important}.direction-lg-ltr{direction:ltr !important}}@media (min-width: 1280px){.direction-xl-rtl{direction:rtl !important}.direction-xl-ltr{direction:ltr !important}}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.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}.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}.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,Courier,monospace}.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: 544px){.hide-sm{display:none !important}}@media (min-width: 544px) and (max-width: 768px){.hide-md{display:none !important}}@media (min-width: 768px) and (max-width: 1012px){.hide-lg{display:none !important}}@media (min-width: 1012px){.hide-xl{display:none !important}}.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}
+1
node_modules/primer-core/build/data.json
··· 1 + {"cssstats":{"size":104743,"gzipSize":16510,"humanizedSize":"102kB","humanizedGzipSize":"16kB","rules":{"total":1773,"size":{"graph":[3,1,1,1,1,2,1,1,1,1,3,1,1,1,2,2,1,4,1,1,1,1,2,1,3,2,1,1,1,1,2,1,3,6,1,2,1,2,1,2,2,1,3,5,2,1,1,6,2,3,2,1,2,1,1,1,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,3,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,21,3,1,3,2,1,2,1,3,1,4,4,5,3,1,4,4,5,2,3,1,4,4,5,2,3,1,4,4,5,2,3,1,4,1,5,5,3,1,4,2,2,4,3,3,3,1,5,12,2,2,12,1,2,3,16,1,2,1,1,1,2,2,3,1,4,2,3,1,1,1,2,3,2,1,1,1,1,4,1,3,1,13,3,1,1,1,1,1,5,2,2,1,5,3,6,3,5,1,1,1,2,3,2,3,2,2,1,3,2,3,1,1,7,2,1,11,1,1,5,2,1,4,1,1,1,1,3,2,1,1,3,1,1,1,1,1,3,3,1,1,2,2,11,9,1,2,3,1,1,1,3,1,1,4,2,1,1,1,1,1,1,1,1,4,1,1,3,1,1,1,3,3,1,2,10,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,6,1,3,4,2,1,1,1,1,1,2,1,1,2,1,6,1,2,2,1,4,3,1,2,2,1,1,2,1,1,1,1,2,2,1,2,1,3,2,3,3,3,3,2,2,3,3,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,4,3,1,3,1,2,4,7,4,2,2,2,1,10,1,2,3,3,1,1,9,4,2,5,1,2,1,1,3,2,2,12,2,2,2,7,1,2,3,2,1,7,1,2,4,2,2,2,3,1,7,3,1,1,2,1,1,1,1,3,2,7,4,1,3,1,1,2,1,2,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,6,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,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,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,2,2,2,2,2,2,2,2,2,2,2,2,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,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,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,2,1,1,2,1,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,2,1,1,2,1,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,2,1,1,2,1,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,2,1,1,2,1,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,2,1,1,2,1,2,2,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,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,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,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.5792442188381275},"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":".social-count","declarations":12},{"selector":".hidden-text-expander a,.ellipsis-expander","declarations":12},{"selector":".form-group.warn .warning,.form-group.warn .error,.form-group.errored .warning,.form-group.errored .error","declarations":11},{"selector":".form-select","declarations":11},{"selector":".details-overlay[open]>summary::before","declarations":10},{"selector":".tooltipped::before","declarations":10},{"selector":".menu-heading","declarations":10},{"selector":".drag-and-drop","declarations":10},{"selector":".tabnav-tab","declarations":9},{"selector":".form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .warning::after,.form-group.errored .warning::before,.form-group.errored .error::after,.form-group.errored .error::before","declarations":9},{"selector":".sr-only","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":".UnderlineNav-item","declarations":7},{"selector":".subnav-search-icon","declarations":7},{"selector":".subnav-item","declarations":7},{"selector":".filter-item .bar","declarations":7},{"selector":".menu-item.selected::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":".css-truncate.css-truncate-target,.css-truncate .css-truncate-target","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":".tabnav-extra","declarations":5},{"selector":".menu","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","declarations":5},{"selector":".btn-danger:active,.btn-danger.selected,[open]>.btn-danger","declarations":5},{"selector":".btn-blue:disabled,.btn-blue.disabled","declarations":5},{"selector":".btn-purple:disabled,.btn-purple.disabled","declarations":5},{"selector":".btn-primary:disabled,.btn-primary.disabled","declarations":5},{"selector":".btn:disabled,.btn.disabled","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","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.selected:hover,.subnav-item.selected:focus","declarations":4},{"selector":".tabnav-tab.selected","declarations":4},{"selector":".menu-item .octicon","declarations":4},{"selector":".menu-item.selected","declarations":4},{"selector":".menu-item","declarations":4},{"selector":".centered","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":".BtnGroup-item","declarations":4},{"selector":".btn-outline:disabled,.btn-outline.disabled","declarations":4},{"selector":".btn-outline:hover,.btn-outline:active,.btn-outline.selected,[open]>.btn-outline","declarations":4},{"selector":".btn-danger:hover","declarations":4},{"selector":".btn-blue:active,.btn-blue.selected,[open]>.btn-blue","declarations":4},{"selector":".btn-blue:hover,.btn-blue.hover","declarations":4},{"selector":".btn-purple:active,.btn-purple.selected,[open]>.btn-purple","declarations":4},{"selector":".btn-purple:hover,.btn-purple.hover","declarations":4},{"selector":".btn-primary:active,.btn-primary.selected,[open]>.btn-primary","declarations":4},{"selector":".btn-primary:hover,.btn-primary.hover","declarations":4},{"selector":".btn:active,.btn.selected,[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":".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":".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 .gap:hover,.pagination .disabled: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","declarations":3},{"selector":".UnderlineNav","declarations":3},{"selector":".subnav-search-context .btn","declarations":3},{"selector":".subnav-search-input","declarations":3},{"selector":".subnav::after","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":".column","declarations":3},{"selector":".columns::after","declarations":3},{"selector":".container-xl","declarations":3},{"selector":".container-lg","declarations":3},{"selector":".container-md","declarations":3},{"selector":".container::after","declarations":3},{"selector":".container","declarations":3},{"selector":"p.explain","declarations":3},{"selector":".btn .manual-file-chooser","declarations":3},{"selector":".status-indicator-loading","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 .success,.form-group .error,.form-group .indicator","declarations":3},{"selector":".form-group.required dt label::after","declarations":3},{"selector":".form-group.flattened dt","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","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":".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,.BtnGroup-form: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-purple","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-row:first-of-type","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":"abbr[title]","declarations":3},{"selector":"html","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":".flex-xl-item-equal","declarations":2},{"selector":".flex-xl-self-stretch","declarations":2},{"selector":".flex-xl-self-center","declarations":2},{"selector":".flex-xl-self-auto","declarations":2},{"selector":".flex-lg-item-equal","declarations":2},{"selector":".flex-lg-self-stretch","declarations":2},{"selector":".flex-lg-self-center","declarations":2},{"selector":".flex-lg-self-auto","declarations":2},{"selector":".flex-md-item-equal","declarations":2},{"selector":".flex-md-self-stretch","declarations":2},{"selector":".flex-md-self-center","declarations":2},{"selector":".flex-md-self-auto","declarations":2},{"selector":".flex-sm-item-equal","declarations":2},{"selector":".flex-sm-self-stretch","declarations":2},{"selector":".flex-sm-self-center","declarations":2},{"selector":".flex-sm-self-auto","declarations":2},{"selector":".flex-item-equal","declarations":2},{"selector":".flex-self-stretch","declarations":2},{"selector":".flex-self-center","declarations":2},{"selector":".flex-self-auto","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":".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-actions","declarations":2},{"selector":".UnderlineNav--right .UnderlineNav-item","declarations":2},{"selector":".UnderlineNav-body","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":".filter-item .count","declarations":2},{"selector":".filter-item.selected","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":".columns::before","declarations":2},{"selector":".columns","declarations":2},{"selector":".container::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.warn .warning::before,.form-group.warn .error::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","declarations":2},{"selector":".hfields .form-group","declarations":2},{"selector":".hfields::before","declarations":2},{"selector":".input-block","declarations":2},{"selector":".input-lg","declarations":2},{"selector":".BtnGroup-parent .BtnGroup-item,.BtnGroup-form .BtnGroup-item","declarations":2},{"selector":".BtnGroup-parent:first-child .BtnGroup-item,.BtnGroup-form:first-child .BtnGroup-item","declarations":2},{"selector":".BtnGroup-item:first-child","declarations":2},{"selector":".BtnGroup::before","declarations":2},{"selector":".BtnGroup","declarations":2},{"selector":".btn-link:disabled,.btn-link:disabled:hover","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":".btn-outline:focus","declarations":2},{"selector":".btn-outline:hover .Counter,.btn-outline:active .Counter,.btn-outline.selected .Counter,[open]>.btn-outline .Counter","declarations":2},{"selector":".btn-blue .Counter","declarations":2},{"selector":".btn-purple .Counter","declarations":2},{"selector":".btn-primary .Counter","declarations":2},{"selector":".btn:disabled,.btn.disabled","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-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-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":".direction-lg-ltr","declarations":1},{"selector":".direction-lg-rtl","declarations":1},{"selector":".direction-md-ltr","declarations":1},{"selector":".direction-md-rtl","declarations":1},{"selector":".direction-sm-ltr","declarations":1},{"selector":".direction-sm-rtl","declarations":1},{"selector":".direction-ltr","declarations":1},{"selector":".direction-rtl","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-auto","declarations":1},{"selector":".overflow-scroll","declarations":1},{"selector":".overflow-hidden","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-fixed","declarations":1},{"selector":".position-absolute","declarations":1},{"selector":".position-relative","declarations":1},{"selector":".position-static","declarations":1},{"selector":".flex-xl-self-baseline","declarations":1},{"selector":".flex-xl-self-end","declarations":1},{"selector":".flex-xl-self-start","declarations":1},{"selector":".flex-xl-shrink-0","declarations":1},{"selector":".flex-xl-auto","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","declarations":1},{"selector":".flex-xl-row-reverse","declarations":1},{"selector":".flex-xl-row","declarations":1},{"selector":".flex-lg-self-baseline","declarations":1},{"selector":".flex-lg-self-end","declarations":1},{"selector":".flex-lg-self-start","declarations":1},{"selector":".flex-lg-shrink-0","declarations":1},{"selector":".flex-lg-auto","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","declarations":1},{"selector":".flex-lg-row-reverse","declarations":1},{"selector":".flex-lg-row","declarations":1},{"selector":".flex-md-self-baseline","declarations":1},{"selector":".flex-md-self-end","declarations":1},{"selector":".flex-md-self-start","declarations":1},{"selector":".flex-md-shrink-0","declarations":1},{"selector":".flex-md-auto","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","declarations":1},{"selector":".flex-md-row-reverse","declarations":1},{"selector":".flex-md-row","declarations":1},{"selector":".flex-sm-self-baseline","declarations":1},{"selector":".flex-sm-self-end","declarations":1},{"selector":".flex-sm-self-start","declarations":1},{"selector":".flex-sm-shrink-0","declarations":1},{"selector":".flex-sm-auto","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","declarations":1},{"selector":".flex-sm-row-reverse","declarations":1},{"selector":".flex-sm-row","declarations":1},{"selector":".flex-self-baseline","declarations":1},{"selector":".flex-self-end","declarations":1},{"selector":".flex-self-start","declarations":1},{"selector":".flex-shrink-0","declarations":1},{"selector":".flex-auto","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","declarations":1},{"selector":".flex-row-reverse","declarations":1},{"selector":".flex-row","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":".bg-pending","declarations":1},{"selector":".text-pending","declarations":1},{"selector":".text-inherit","declarations":1},{"selector":".text-white","declarations":1},{"selector":".text-purple","declarations":1},{"selector":".text-orange-light","declarations":1},{"selector":".text-orange","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-purple-light","declarations":1},{"selector":".bg-purple","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":".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":".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":".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":".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":".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-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":".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--right .UnderlineNav-actions","declarations":1},{"selector":".UnderlineNav--right","declarations":1},{"selector":".UnderlineNav-item.selected .UnderlineNav-octicon","declarations":1},{"selector":".UnderlineNav-item:hover .UnderlineNav-octicon,.UnderlineNav-item:focus .UnderlineNav-octicon","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":".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":".four-fifths","declarations":1},{"selector":".one-fifth","declarations":1},{"selector":".three-fourths","declarations":1},{"selector":".one-half","declarations":1},{"selector":".one-fourth","declarations":1},{"selector":".two-thirds","declarations":1},{"selector":".one-third","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","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-successful","declarations":1},{"selector":"dl.form-group>dd .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","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-errored","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-successful","declarations":1},{"selector":"dl.form-group>dd .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","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.warn .warning::after,.form-group.warn .error::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","declarations":1},{"selector":".form-group dd h4.is-success","declarations":1},{"selector":".form-group dd h4.is-error","declarations":1},{"selector":".form-group dd h4","declarations":1},{"selector":".form-group.flattened dd","declarations":1},{"selector":".form-group label","declarations":1},{"selector":".form-group dt","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":".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":".BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-parent:focus,.BtnGroup-parent:active,.BtnGroup-form:focus,.BtnGroup-form:active","declarations":1},{"selector":".BtnGroup-parent.selected+.BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-form .BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-item,.BtnGroup-form:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item","declarations":1},{"selector":".BtnGroup-parent.selected .BtnGroup-item,.BtnGroup-parent:focus .BtnGroup-item,.BtnGroup-parent:active .BtnGroup-item,.BtnGroup-parent:hover .BtnGroup-item,.BtnGroup-form.selected .BtnGroup-item,.BtnGroup-form:focus .BtnGroup-item,.BtnGroup-form:active .BtnGroup-item,.BtnGroup-form:hover .BtnGroup-item","declarations":1},{"selector":".BtnGroup-parent,.BtnGroup-form","declarations":1},{"selector":".BtnGroup-item.selected+.BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item","declarations":1},{"selector":".BtnGroup-item.selected,.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-item:hover","declarations":1},{"selector":".BtnGroup+.BtnGroup,.BtnGroup+.btn","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":".btn-link:hover","declarations":1},{"selector":".social-count:hover,.social-count:active","declarations":1},{"selector":".hidden-text-expander","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-purple:focus,.btn-purple.focus","declarations":1},{"selector":".btn-primary:focus,.btn-primary.focus","declarations":1},{"selector":".btn:focus,.btn.focus","declarations":1},{"selector":".btn:active,.btn.selected","declarations":1},{"selector":".btn:focus","declarations":1},{"selector":".btn .octicon","declarations":1},{"selector":".breadcrumb-item-selected::after","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":2019,"type":182,"class":1867,"id":0,"pseudoClass":181,"pseudoElement":107,"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)","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::after",".btn",".btn i",".btn .octicon",".btn .Counter",".btn:hover",".btn:focus",".btn:disabled",".btn.disabled",".btn:active",".btn.selected",".btn",".btn:focus",".btn.focus",".btn:hover",".btn.hover",".btn:active",".btn.selected","[open]>.btn",".btn:disabled",".btn.disabled",".btn-primary",".btn-primary:focus",".btn-primary.focus",".btn-primary:hover",".btn-primary.hover",".btn-primary:active",".btn-primary.selected","[open]>.btn-primary",".btn-primary:disabled",".btn-primary.disabled",".btn-primary .Counter",".btn-purple",".btn-purple:focus",".btn-purple.focus",".btn-purple:hover",".btn-purple.hover",".btn-purple:active",".btn-purple.selected","[open]>.btn-purple",".btn-purple:disabled",".btn-purple.disabled",".btn-purple .Counter",".btn-blue",".btn-blue:focus",".btn-blue.focus",".btn-blue:hover",".btn-blue.hover",".btn-blue:active",".btn-blue.selected","[open]>.btn-blue",".btn-blue:disabled",".btn-blue.disabled",".btn-blue .Counter",".btn-danger",".btn-danger:focus",".btn-danger:hover",".btn-danger:hover .Counter",".btn-danger:active",".btn-danger.selected","[open]>.btn-danger",".btn-danger:disabled",".btn-danger.disabled",".btn-outline",".btn-outline .Counter",".btn-outline:hover",".btn-outline:active",".btn-outline.selected","[open]>.btn-outline",".btn-outline:hover .Counter",".btn-outline:active .Counter",".btn-outline.selected .Counter","[open]>.btn-outline .Counter",".btn-outline:focus",".btn-outline:disabled",".btn-outline.disabled",".btn-with-count",".btn-sm",".btn-large",".hidden-text-expander",".hidden-text-expander.inline",".hidden-text-expander a",".ellipsis-expander",".hidden-text-expander a:hover",".ellipsis-expander:hover",".hidden-text-expander a:active",".ellipsis-expander:active",".social-count",".social-count:hover",".social-count:active",".social-count:hover",".btn-block",".btn-link",".btn-link:hover",".btn-link:disabled",".btn-link:disabled:hover",".details-reset>summary",".details-reset>summary::before",".details-reset>summary::-webkit-details-marker",".BtnGroup",".BtnGroup::before",".BtnGroup::after",".BtnGroup+.BtnGroup",".BtnGroup+.btn",".BtnGroup-item",".BtnGroup-item:first-child",".BtnGroup-item:last-child",".BtnGroup-item.selected",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-item:hover",".BtnGroup-item.selected+.BtnGroup-item",".BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:active+.BtnGroup-item",".BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent",".BtnGroup-form",".BtnGroup-parent:first-child .BtnGroup-item",".BtnGroup-form:first-child .BtnGroup-item",".BtnGroup-parent:last-child .BtnGroup-item",".BtnGroup-form:last-child .BtnGroup-item",".BtnGroup-parent .BtnGroup-item",".BtnGroup-form .BtnGroup-item",".BtnGroup-parent.selected .BtnGroup-item",".BtnGroup-parent:focus .BtnGroup-item",".BtnGroup-parent:active .BtnGroup-item",".BtnGroup-parent:hover .BtnGroup-item",".BtnGroup-form.selected .BtnGroup-item",".BtnGroup-form:focus .BtnGroup-item",".BtnGroup-form:active .BtnGroup-item",".BtnGroup-form:hover .BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-form .BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:active+.BtnGroup-item",".BtnGroup-form:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-parent:focus",".BtnGroup-parent:active",".BtnGroup-form:focus",".BtnGroup-form:active",".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",":-ms-input-placeholder","::placeholder",".input-sm",".input-lg",".input-block",".input-monospace",".input-hide-webkit-autofill::-webkit-contacts-auto-fill-button",".form-checkbox",".form-checkbox label em.highlight",".form-checkbox input[type=checkbox]",".form-checkbox input[type=radio]",".form-checkbox .note",".form-checkbox-details",".form-checkbox-details-trigger:checked ~ * .form-checkbox-details",".form-checkbox-details-trigger:checked ~ .form-checkbox-details",".hfields",".hfields::before",".hfields::after",".hfields .form-group",".hfields .form-group dt label",".hfields .form-group dt img",".hfields .btn",".hfields .form-select","input::-webkit-outer-spin-button","input::-webkit-inner-spin-button",".form-actions::before",".form-actions::after",".form-actions .btn",".form-actions .btn+.btn",".form-warning",".form-warning p",".form-warning a",".form-select",".form-select::-ms-expand",".form-select[multiple]",".select-sm",".select-sm[multiple]",".form-group",".form-group .form-control",".form-group .form-control:focus",".form-group .form-control.shorter",".form-group .form-control.short",".form-group .form-control.long",".form-group textarea.form-control",".form-group textarea.form-control.short",".form-group dt",".form-group label",".form-group.flattened dt",".form-group.flattened dd",".form-group dd h4",".form-group dd h4.is-error",".form-group dd h4.is-success",".form-group dd h4+.note",".form-group.required dt label::after",".form-group .success",".form-group .error",".form-group .indicator",".form-group.loading",".form-group.loading .indicator",".form-group.loading .spinner",".form-group.successful .success",".form-group.warn .warning",".form-group.warn .error",".form-group.errored .warning",".form-group.errored .error",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.warn .error::after",".form-group.warn .error::before",".form-group.errored .warning::after",".form-group.errored .warning::before",".form-group.errored .error::after",".form-group.errored .error::before",".form-group.warn .warning::after",".form-group.warn .error::after",".form-group.errored .warning::after",".form-group.errored .error::after",".form-group.warn .warning::before",".form-group.warn .error::before",".form-group.errored .warning::before",".form-group.errored .error::before",".form-group.warn .warning",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.errored label",".form-group.errored .error",".form-group.errored .error::after",".form-group.errored .error::before",".note",".note .spinner","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".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",".container",".container::before",".container::after",".container-md",".container-lg",".container-xl",".columns",".columns::before",".columns::after",".column",".one-third",".two-thirds",".one-fourth",".one-half",".three-fourths",".one-fifth",".four-fifths",".centered",".col-1",".col-2",".col-3",".col-4",".col-5",".col-6",".col-7",".col-8",".col-9",".col-10",".col-11",".col-12",".col-sm-1",".col-sm-2",".col-sm-3",".col-sm-4",".col-sm-5",".col-sm-6",".col-sm-7",".col-sm-8",".col-sm-9",".col-sm-10",".col-sm-11",".col-sm-12",".col-md-1",".col-md-2",".col-md-3",".col-md-4",".col-md-5",".col-md-6",".col-md-7",".col-md-8",".col-md-9",".col-md-10",".col-md-11",".col-md-12",".col-lg-1",".col-lg-2",".col-lg-3",".col-lg-4",".col-lg-5",".col-lg-6",".col-lg-7",".col-lg-8",".col-lg-9",".col-lg-10",".col-lg-11",".col-lg-12",".col-xl-1",".col-xl-2",".col-xl-3",".col-xl-4",".col-xl-5",".col-xl-6",".col-xl-7",".col-xl-8",".col-xl-9",".col-xl-10",".col-xl-11",".col-xl-12",".gutter",".gutter>[class*=\"col-\"]",".gutter-condensed",".gutter-condensed>[class*=\"col-\"]",".gutter-spacious",".gutter-spacious>[class*=\"col-\"]",".gutter-sm",".gutter-sm>[class*=\"col-\"]",".gutter-sm-condensed",".gutter-sm-condensed>[class*=\"col-\"]",".gutter-sm-spacious",".gutter-sm-spacious>[class*=\"col-\"]",".gutter-md",".gutter-md>[class*=\"col-\"]",".gutter-md-condensed",".gutter-md-condensed>[class*=\"col-\"]",".gutter-md-spacious",".gutter-md-spacious>[class*=\"col-\"]",".gutter-lg",".gutter-lg>[class*=\"col-\"]",".gutter-lg-condensed",".gutter-lg-condensed>[class*=\"col-\"]",".gutter-lg-spacious",".gutter-lg-spacious>[class*=\"col-\"]",".gutter-xl",".gutter-xl>[class*=\"col-\"]",".gutter-xl-condensed",".gutter-xl-condensed>[class*=\"col-\"]",".gutter-xl-spacious",".gutter-xl-spacious>[class*=\"col-\"]",".offset-1",".offset-2",".offset-3",".offset-4",".offset-5",".offset-6",".offset-7",".offset-8",".offset-9",".offset-10",".offset-11",".offset-sm-1",".offset-sm-2",".offset-sm-3",".offset-sm-4",".offset-sm-5",".offset-sm-6",".offset-sm-7",".offset-sm-8",".offset-sm-9",".offset-sm-10",".offset-sm-11",".offset-md-1",".offset-md-2",".offset-md-3",".offset-md-4",".offset-md-5",".offset-md-6",".offset-md-7",".offset-md-8",".offset-md-9",".offset-md-10",".offset-md-11",".offset-lg-1",".offset-lg-2",".offset-lg-3",".offset-lg-4",".offset-lg-5",".offset-lg-6",".offset-lg-7",".offset-lg-8",".offset-lg-9",".offset-lg-10",".offset-lg-11",".offset-xl-1",".offset-xl-2",".offset-xl-3",".offset-xl-4",".offset-xl-5",".offset-xl-6",".offset-xl-7",".offset-xl-8",".offset-xl-9",".offset-xl-10",".offset-xl-11",".menu",".menu-item",".menu-item:first-child",".menu-item:first-child::before",".menu-item:last-child",".menu-item:last-child::before",".menu-item:hover",".menu-item.selected",".menu-item.selected::before",".menu-item .octicon",".menu-item .Counter",".menu-item .menu-warning",".menu-item .avatar",".menu-item.alert .Counter",".menu-heading",".menu-heading:hover",".menu-heading:first-child",".menu-heading:last-child",".tabnav",".tabnav .Counter",".tabnav-tabs",".tabnav-tab",".tabnav-tab.selected",".tabnav-tab:hover",".tabnav-tab:focus",".tabnav-extra",".tabnav-extra>.octicon","a.tabnav-extra:hover",".tabnav-btn",".filter-list",".filter-list.small .filter-item",".filter-list.pjax-active .filter-item",".filter-list.pjax-active .filter-item.pjax-active",".filter-item",".filter-item:hover",".filter-item.selected",".filter-item .count",".filter-item .bar",".subnav",".subnav::before",".subnav::after",".subnav-bordered",".subnav-flush",".subnav-item",".subnav-item+.subnav-item",".subnav-item:hover",".subnav-item:focus",".subnav-item.selected",".subnav-item.selected:hover",".subnav-item.selected:focus",".subnav-item:first-child",".subnav-item:last-child",".subnav-search",".subnav-search-input",".subnav-search-input-wide",".subnav-search-icon",".subnav-search-context .btn",".subnav-search-context .btn:hover",".subnav-search-context .btn:focus",".subnav-search-context .btn:active",".subnav-search-context .btn.selected",".subnav-search-context+.subnav-search",".subnav-search-context+.subnav-search .subnav-search-input",".subnav-search-context .select-menu-modal-holder",".subnav-search-context .select-menu-modal",".subnav-search-context .select-menu-item-icon",".subnav-spacer-right",".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.selected .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 .gap",".pagination .disabled",".pagination .gap:hover",".pagination .disabled:hover",".paginate-container",".paginate-container .pagination",".tooltipped",".tooltipped::after",".tooltipped::before","from","to",".tooltipped:hover::before",".tooltipped:hover::after",".tooltipped:active::before",".tooltipped:active::after",".tooltipped:focus::before",".tooltipped:focus::after",".tooltipped-no-delay:hover::before",".tooltipped-no-delay:hover::after",".tooltipped-no-delay:active::before",".tooltipped-no-delay:active::after",".tooltipped-no-delay:focus::before",".tooltipped-no-delay:focus::after",".tooltipped-multiline:hover::after",".tooltipped-multiline:active::after",".tooltipped-multiline:focus::after",".tooltipped-s::after",".tooltipped-se::after",".tooltipped-sw::after",".tooltipped-s::before",".tooltipped-se::before",".tooltipped-sw::before",".tooltipped-se::after",".tooltipped-sw::after",".tooltipped-n::after",".tooltipped-ne::after",".tooltipped-nw::after",".tooltipped-n::before",".tooltipped-ne::before",".tooltipped-nw::before",".tooltipped-ne::after",".tooltipped-nw::after",".tooltipped-s::after",".tooltipped-n::after",".tooltipped-w::after",".tooltipped-w::before",".tooltipped-e::after",".tooltipped-e::before",".tooltipped-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-target",".css-truncate .css-truncate-target",".css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target",".css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target",".css-truncate.expandable:hover .css-truncate-target",".css-truncate.expandable:hover.css-truncate-target",".anim-fade-in",".anim-fade-in.fast","0%","100%",".anim-fade-out",".anim-fade-out.fast","0%","100%",".anim-fade-up","0%","100%",".anim-fade-down","0%","100%",".anim-grow-x","to",".anim-shrink-x","to",".anim-scale-in","0%","100%",".anim-pulse","0%","10%","100%",".anim-pulse-in","0%","50%","100%",".hover-grow",".hover-grow:hover",".border",".border-y",".border-0",".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-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-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-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-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-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",".box-shadow",".box-shadow-medium",".box-shadow-large",".box-shadow-extra-large",".box-shadow-none",".bg-white",".bg-blue",".bg-blue-light",".bg-gray-dark",".bg-gray",".bg-gray-light",".bg-green",".bg-green-light",".bg-red",".bg-red-light",".bg-yellow",".bg-yellow-light",".bg-purple",".bg-purple-light",".bg-shade-gradient",".text-blue",".text-red",".text-gray-light",".text-gray",".text-gray-dark",".text-green",".text-orange",".text-orange-light",".text-purple",".text-white",".text-inherit",".text-pending",".bg-pending",".link-gray",".link-gray:hover",".link-gray-dark",".link-gray-dark:hover",".link-hover-blue:hover",".muted-link",".muted-link:hover",".details-overlay[open]>summary::before",".details-overlay-dark[open]>summary::before",".flex-row",".flex-row-reverse",".flex-column",".flex-wrap",".flex-nowrap",".flex-justify-start",".flex-justify-end",".flex-justify-center",".flex-justify-between",".flex-justify-around",".flex-items-start",".flex-items-end",".flex-items-center",".flex-items-baseline",".flex-items-stretch",".flex-content-start",".flex-content-end",".flex-content-center",".flex-content-between",".flex-content-around",".flex-content-stretch",".flex-auto",".flex-shrink-0",".flex-self-auto",".flex-self-start",".flex-self-end",".flex-self-center",".flex-self-baseline",".flex-self-stretch",".flex-item-equal",".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-wrap",".flex-sm-nowrap",".flex-sm-justify-start",".flex-sm-justify-end",".flex-sm-justify-center",".flex-sm-justify-between",".flex-sm-justify-around",".flex-sm-items-start",".flex-sm-items-end",".flex-sm-items-center",".flex-sm-items-baseline",".flex-sm-items-stretch",".flex-sm-content-start",".flex-sm-content-end",".flex-sm-content-center",".flex-sm-content-between",".flex-sm-content-around",".flex-sm-content-stretch",".flex-sm-auto",".flex-sm-shrink-0",".flex-sm-self-auto",".flex-sm-self-start",".flex-sm-self-end",".flex-sm-self-center",".flex-sm-self-baseline",".flex-sm-self-stretch",".flex-sm-item-equal",".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-wrap",".flex-md-nowrap",".flex-md-justify-start",".flex-md-justify-end",".flex-md-justify-center",".flex-md-justify-between",".flex-md-justify-around",".flex-md-items-start",".flex-md-items-end",".flex-md-items-center",".flex-md-items-baseline",".flex-md-items-stretch",".flex-md-content-start",".flex-md-content-end",".flex-md-content-center",".flex-md-content-between",".flex-md-content-around",".flex-md-content-stretch",".flex-md-auto",".flex-md-shrink-0",".flex-md-self-auto",".flex-md-self-start",".flex-md-self-end",".flex-md-self-center",".flex-md-self-baseline",".flex-md-self-stretch",".flex-md-item-equal",".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-wrap",".flex-lg-nowrap",".flex-lg-justify-start",".flex-lg-justify-end",".flex-lg-justify-center",".flex-lg-justify-between",".flex-lg-justify-around",".flex-lg-items-start",".flex-lg-items-end",".flex-lg-items-center",".flex-lg-items-baseline",".flex-lg-items-stretch",".flex-lg-content-start",".flex-lg-content-end",".flex-lg-content-center",".flex-lg-content-between",".flex-lg-content-around",".flex-lg-content-stretch",".flex-lg-auto",".flex-lg-shrink-0",".flex-lg-self-auto",".flex-lg-self-start",".flex-lg-self-end",".flex-lg-self-center",".flex-lg-self-baseline",".flex-lg-self-stretch",".flex-lg-item-equal",".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-wrap",".flex-xl-nowrap",".flex-xl-justify-start",".flex-xl-justify-end",".flex-xl-justify-center",".flex-xl-justify-between",".flex-xl-justify-around",".flex-xl-items-start",".flex-xl-items-end",".flex-xl-items-center",".flex-xl-items-baseline",".flex-xl-items-stretch",".flex-xl-content-start",".flex-xl-content-end",".flex-xl-content-center",".flex-xl-content-between",".flex-xl-content-around",".flex-xl-content-stretch",".flex-xl-auto",".flex-xl-shrink-0",".flex-xl-self-auto",".flex-xl-self-start",".flex-xl-self-end",".flex-xl-self-center",".flex-xl-self-baseline",".flex-xl-self-stretch",".flex-xl-item-equal",".position-static",".position-relative",".position-absolute",".position-fixed",".top-0",".right-0",".bottom-0",".left-0",".v-align-middle",".v-align-top",".v-align-bottom",".v-align-text-top",".v-align-text-bottom",".v-align-baseline",".overflow-hidden",".overflow-scroll",".overflow-auto",".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",".direction-rtl",".direction-ltr",".direction-sm-rtl",".direction-sm-ltr",".direction-md-rtl",".direction-md-ltr",".direction-lg-rtl",".direction-lg-ltr",".direction-xl-rtl",".direction-xl-ltr",".m-0",".mt-0",".mr-0",".mb-0",".ml-0",".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",".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",".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.62704309063893}},"declarations":{"total":2800,"unique":731,"properties":{"font-family":["sans-serif","monospace, monospace","inherit","-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\"","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"],"-ms-text-size-adjust":["100%"],"-webkit-text-size-adjust":["100%"],"margin":["0","0.67em 0","1em 40px","0","0 2px","15px 0","0","-8px -16px","-24px -24px","-1px -1px 0 -1px","-16px -16px","0","15px 0","5px 0 0 -20px","0","15px 0","0 30px 0 0","5px 0 0","28px 25px 0 -20px","0","10px 0","0","15px 0","0 0 6px","0","4px 0 0","4px 0 0","4px 0 2px","0","0 8px 8px","0 0 10px","15px 0 0","0 0 2px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0"],"display":["block","list-item","inline-block","none","none","table","table","table","none","none","inline-block","inline-block","block","inline-block","inline-block","block","inline-block","none","none","inline-block","table","table","table","table-cell","block","none","block","none","block","table","table","inline-block","table","table","inline-block","none","inline","inline-block","inline","block","inline-block","none","inline-block","none","none","inline-block","inline-block","none","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","block","none","block","block","table","inline-table","table-cell","table","table","table","table","block","block","block","inline-block","inline-block","block","inline-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","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"],"height":["0","0","auto","0","12px","34px","auto","28px","auto","200px","50px","0","16px","200px","0","100%","1px","1px","auto"],"vertical-align":["baseline","baseline","text-bottom","middle","text-top","middle","middle","middle","middle","middle","middle","middle","middle","middle","top","middle","middle","top","middle","top","bottom","text-top","text-bottom","baseline"],"background-color":["transparent","#ff0","#fff","#fff","#f6f8fa","#fafbfc","#f6f8fa","#f6f8fa","#f1f8ff","#f6f8fa","#f1f8ff","#f1f8ff","#f1f8ff","#fffbdd","#f1f8ff","#f6f8fa","rgba(27,31,35,0.1)","#eff3f6","#e6ebf1","#e9ecef","#eff3f6","#28a745","#269f42","#279f43","#94d3a2","#fff","#643ab0","#5f37a8","#613ca4","#b19cd7","#fff","#0361cc","#035cc2","#045cc1","#81b0e5","#fff","#fafbfc","#cb2431","#b5202c","#eff3f6","#fff","rgba(27,31,35,0.07)","#0366d6","#fff","#fff","#c6cbd1","#2188ff","#fff","transparent","#fff","#fafbfc","#fff","#fafbfc","#fff","#fffbdd","#ffdce0","transparent","#fafbfc","#fff","#f6f8fa","#fff","#e36209","#f3f5f8","transparent","#fff","transparent","#0366d6","#eaecef","#0366d6","#eff3f6","#f6f8fa","#0366d6","#eff3f6","#0366d6","#fafbfc","#fff","#0366d6","#f1f8ff","#24292e","#f6f8fa","#fafbfc","#28a745","#dcffe4","#d73a49","#ffdce0","#ffd33d","#fff5b1","#6f42c1","#f5f0ff"],"outline-width":["0"],"border-bottom":["none","1px solid #dfe2e5","1px solid #e1e4e8","1px dashed #dfe2e5","1px solid #e1e4e8","0","1px solid #e1e4e8","0","1px solid #d1d5da","0","1px solid #eaecef","1px solid #e1e4e8","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","none","none","none","underline","underline","none","none","none","none","none","none","none","none","none","none","none","none","none","underline","none"],"font-weight":["inherit","bolder","bold","600","600","600","600","600","600","600","600","600","500","600","600","600","400","600","600","400","400","400","600","600","600","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","12px","12px","inherit","16px","14px","12px","16px","12px","14px","12px","12px","13px","12px","13px","18px","12px","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":["#000","inherit","inherit","#24292e","#0366d6","#0366d6","#24292e","#0366d6","#e1e4e8","#586069","#24292e","rgba(36,41,46,0.4)","#fff","rgba(255,255,255,0.75)","#29b249","#fff","rgba(255,255,255,0.75)","#683cb8","#fff","rgba(255,255,255,0.75)","#0366d6","#cb2431","#fff","#fff","#fff","rgba(203,36,49,0.4)","#0366d6","#fff","#0366d6","rgba(27,31,35,0.3)","#444d56","#fff","#24292e","#0366d6","#0366d6","rgba(88,96,105,0.5)","#24292e","#6a737d","#6a737d","#586069","#586069","#735c0f","#cb2431","#28a745","#cb2431","#28a745","#735c0f","#cb2431","#86181d","#586069","#28a745","#cb2431","#586069","#cb2431","#586069","#0366d6","#586069","#586069","#24292e","#959da5","#24292e","#24292e","#86181d","#cb2431","#586069","#586069","#24292e","#24292e","#586069","#0366d6","#586069","#fff","#586069","#fff","#586069","#fff","#586069","#c6cbd1","#444d56","inherit","#586069","#24292e","#6a737d","#24292e","#6a737d","#959da5","#0366d6","#fff","#d1d5da","#fff","#1b1f23","#0366d6","#cb2431","#6a737d","#586069","#24292e","#28a745","#a04100","#e36209","#6f42c1","#fff","inherit","#b08800","#dbab09","#586069","#0366d6","#24292e","#0366d6","#0366d6","#586069","#0366d6","#586069","#24292e"],"line-height":["0","inherit","1.5","1.25","1.25","1.25","1.5","20px","20px","0","6px","20px","20px","20px","1.5","32px","32px","16px","34px","20px","20px","20px","1.5","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","absolute","relative","absolute","relative","relative","absolute","relative","relative","absolute","absolute","fixed","static","relative","absolute","fixed","absolute","absolute"],"bottom":["-0.25em","100%","0","2px","-7px","100%","auto","50%","50%","50%","50%","0","0"],"top":["-0.5em","-1px","-2px","0","-4px","0","2px","9px","100%","auto","-7px","50%","50%","0","0"],"border-style":["none","none","solid","solid","dashed"],"overflow":["hidden","visible","visible","auto","hidden","scroll","hidden","hidden","hidden","scroll","auto","hidden","hidden"],"box-sizing":["content-box","border-box","border-box","border-box"],"font":["inherit","inherit","normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\""],"text-transform":["none","none","uppercase"],"-webkit-appearance":["button","textfield","none","button","none","none","none","none"],"padding":["0","0.35em 0.625em 0.75em","0","0","0","8px 16px","8px 16px","8px 16px","8px 16px","8px 16px","24px","24px","24px","24px","24px","16px","16px","16px","16px","16px 16px","6px 12px","3px 10px",".75em 1.25em","0 5px 5px","3px 10px","0","0","6px 8px","4px 10px","2px 4px","8px 10px","5px 8px","7px 10px","5px","0","8px 8px 0","8px","8px 10px","8px 10px","8px 12px","4px 10px","8px 10px","6px 14px","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"],"border":["1px solid #c0c0c0","0","1px solid #d1d5da","1px solid rgba(27,31,35,0.2)","0","1px solid rgba(27,31,35,0.2)","0","0","1px solid #d1d5da","1px solid #d9d0a5","solid transparent","0","1px solid #c3c8cf","1px solid #c3c8cf","0","1px solid #d1d5da","1px solid transparent","1px solid #e1e4e8","1px solid #e1e4e8","6px solid transparent","1px #e1e4e8 solid","0","0"],"max-width":["100%","100%","100%","450px","768px","1012px","1280px","250px","125px","10000px","100%"],"white-space":["normal","nowrap","nowrap","nowrap","nowrap","nowrap","nowrap","pre","pre-line","nowrap","nowrap","normal"],"outline-offset":["-2px"],"opacity":["0.54","100","0","0","0.75","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","#dfe2e5","#fffbdd","#fffbdd","#fff url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC\") no-repeat right 8px center","url(\"/images/spinners/octocat-spinner-32-EAF2F5.gif\") 0 0 no-repeat","#fff","#1b1f23","transparent","rgba(27,31,35,0.5)"],"content":["\"\"","\"\"","\"/\"","none","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"*\"","\" \"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","attr(aria-label)","\"\"","\" \"","\"\"","\"\""],"clear":["both","both","both","both","both","both","both","both","both"],"border-spacing":["0"],"border-collapse":["collapse","separate"],"cursor":["pointer","pointer","grab","grabbing","pointer","default","pointer","pointer","default","pointer","default","pointer","pointer","default","default"],"border-radius":["0","3px","0.25em","6px","1px","0","0","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%"],"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","-1px","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","10px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","30px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","16px","40px","16px"],"list-style-type":["lower-roman","lower-alpha","none","none"],"margin-left":["0","-0.35em","0","5px","4px","-1px","5px","-80px","0","-1px","auto","auto","auto","auto","-10px","auto","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","5px","5px","10px","10px","-1px","10px","-1px","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)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","#0366d6","#0366d6","rgba(27,31,35,0.15)","#2188ff","#d9d0a5","#cea0a5","#4a9eff","#d1d5da","#0366d6","#e1e4e8","#0366d6","#0366d6","#c8e1ff","#34d058","#a2cbac","#d73a49","#cea0a5","#6f42c1","#d9d0a5","#eaecef","#d1d5da","rgba(27,31,35,0.15)"],"border-width":["1px","1px","5px","6px"],"border-top-left-radius":["3px","2px","3px","3px","0","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","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","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","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","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"border-top-color":["transparent","#1b1f23"],"box-shadow":["2px 0 0 #0366d6 inset","0 0 0 0.2em rgba(3,102,214,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(52,208,88,0.4)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(126,85,199,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","inset 0 1px 2px rgba(27,31,35,0.075)","inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)","inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)","none","#c9ff00 0 0 3px","0 1px 1px rgba(27,31,35,0.1)","0 1px 5px rgba(27,31,35,0.15)","0 1px 15px rgba(27,31,35,0.15)","0 10px 50px rgba(27,31,35,0.07)","none"],"max-height":["324px","500px","100%"],"list-style":["none","none","none","none"],"padding-right":[".5em","24px","8px \\9","30px","10px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","10px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","16px","40px","16px"],"-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"],"background-position":["-1px -1px","0 0","-.5em","-.5em","-.5em","-.5em","right 8px center"],"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, #7e55c7 0%, #643ab0 90%)","linear-gradient(-180deg, #784ec5 0%, #5f37a8 90%)","none","none","linear-gradient(-180deg, #0679fc 0%, #0361cc 90%)","linear-gradient(-180deg, #0374f4 0%, #035cc2 90%)","none","none","linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)","linear-gradient(-180deg, #de4450 0%, #cb2431 90%)","none","none","none","none","none \\9","url(\"/images/spinners/octocat-spinner-16px.gif\")","url(\"/images/modules/ajax/success.png\")","url(\"/images/modules/ajax/error.png\")","url(\"/images/spinners/octocat-spinner-32.gif\")","url(\"/images/modules/ajax/success@2x.png\")","url(\"/images/modules/ajax/error@2x.png\")","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","none","right","right","left","right","left","left","left","right","none","left","right","none","left","right","none","left","right","none","left","right","none"],"border-left":["0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"width":["100%","1%","99%","100%","440px","130px","250px","100%","100%","0","16px","16px","240px","100%","100%","1%","980px","33.333333%","66.666667%","25%","50%","75%","20%","80%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","2px","16px","320px","500px","220px","0","-webkit-max-content","-moz-max-content","max-content","250px","0%","100%","0%","100%","1px","1px","auto"],"text-align":["center","center","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","2","2","30","2","3","3","1000000","1000001","80","99","20"],"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"],"visibility":["hidden","hidden","visible"],"left":["-4px","10px","0","8px","50%","50%","-7px","100%","0","5px","10px","50%","0","0"],"margin-right":["5px","5px","3px","5px","-1px","auto","auto","auto","auto","-10px","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"],"border-bottom-color":["#fffbdd","#d9d0a5","#ffdce0","#cea0a5","#d1d5da","#e36209","#1b1f23"],"fill":["#28a745","#d73a49"],"resize":["vertical"],"text-overflow":["ellipsis","ellipsis"],"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 1 auto","1 1 auto","1 1 auto","1 1 auto","1 1 auto"],"-ms-grid-row-align":["center","auto","center","stretch","auto","center","stretch","auto","center","stretch","auto","center","stretch","auto","center","stretch"],"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","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"],"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","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"flex-direction":["row","row-reverse","column","row","row-reverse","column","row","row-reverse","column","row","row-reverse","column","row","row-reverse","column"],"flex-wrap":["wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap"],"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-shrink":["0","0","0","0","0"],"flex-grow":["1","1","1","1","1"],"flex-basis":["0","0","0","0","0"],"min-width":["0"],"direction":["rtl","ltr","rtl","ltr","rtl","ltr","rtl","ltr","rtl","ltr"],"word-break":["break-all"],"table-layout":["fixed"],"clip":["rect(0, 0, 0, 0)","rect(1px, 1px, 1px, 1px)","auto"]}},"mediaQueries":{"total":66,"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: 1012px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(max-width: 544px)","(min-width: 544px) and (max-width: 768px)","(min-width: 768px) and (max-width: 1012px)","(min-width: 1012px)"],"contents":[{"value":"(min-width: 768px)","rules":{"total":2,"size":{"graph":[2,2],"max":2,"average":2},"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","declarations":1},{"selector":",dl.form-group>dd .form-control.is-autocheck-successful","declarations":1},{"selector":",dl.form-group>dd .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","declarations":1}]},"selectors":{"total":6,"type":6,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":["dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored"],"specificity":{"max":32,"average":32}},"declarations":{"total":4,"unique":4,"properties":{"background-size":["16px 16px"],"background-image":["url(\"/images/spinners/octocat-spinner-32.gif\")","url(\"/images/modules/ajax/success@2x.png\")","url(\"/images/modules/ajax/error@2x.png\")"]}}},{"value":"(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":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-sm-top",".border-sm-right",".border-sm-bottom",".border-sm-left",".border-sm-top-0",".border-sm-right-0",".border-sm-bottom-0",".border-sm-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-md-top",".border-md-right",".border-md-bottom",".border-md-left",".border-md-top-0",".border-md-right-0",".border-md-bottom-0",".border-md-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-lg-top",".border-lg-right",".border-lg-bottom",".border-lg-left",".border-lg-top-0",".border-lg-right-0",".border-lg-bottom-0",".border-lg-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-xl-top",".border-xl-right",".border-xl-bottom",".border-xl-left",".border-xl-top-0",".border-xl-right-0",".border-xl-bottom-0",".border-xl-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":30,"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,2,1,1,2,1,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-sm-item-equal","declarations":2},{"selector":",.flex-sm-self-stretch","declarations":2},{"selector":",.flex-sm-self-center","declarations":2},{"selector":",.flex-sm-self-auto","declarations":2},{"selector":",.flex-sm-self-baseline","declarations":1},{"selector":",.flex-sm-self-end","declarations":1},{"selector":",.flex-sm-self-start","declarations":1},{"selector":",.flex-sm-shrink-0","declarations":1},{"selector":",.flex-sm-auto","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","declarations":1},{"selector":",.flex-sm-row-reverse","declarations":1},{"selector":".flex-sm-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-wrap",".flex-sm-nowrap",".flex-sm-justify-start",".flex-sm-justify-end",".flex-sm-justify-center",".flex-sm-justify-between",".flex-sm-justify-around",".flex-sm-items-start",".flex-sm-items-end",".flex-sm-items-center",".flex-sm-items-baseline",".flex-sm-items-stretch",".flex-sm-content-start",".flex-sm-content-end",".flex-sm-content-center",".flex-sm-content-between",".flex-sm-content-around",".flex-sm-content-stretch",".flex-sm-auto",".flex-sm-shrink-0",".flex-sm-self-auto",".flex-sm-self-start",".flex-sm-self-end",".flex-sm-self-center",".flex-sm-self-baseline",".flex-sm-self-stretch",".flex-sm-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 768px)","rules":{"total":30,"size":{"graph":[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,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-md-item-equal","declarations":2},{"selector":",.flex-md-self-stretch","declarations":2},{"selector":",.flex-md-self-center","declarations":2},{"selector":",.flex-md-self-auto","declarations":2},{"selector":",.flex-md-self-baseline","declarations":1},{"selector":",.flex-md-self-end","declarations":1},{"selector":",.flex-md-self-start","declarations":1},{"selector":",.flex-md-shrink-0","declarations":1},{"selector":",.flex-md-auto","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","declarations":1},{"selector":",.flex-md-row-reverse","declarations":1},{"selector":".flex-md-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-wrap",".flex-md-nowrap",".flex-md-justify-start",".flex-md-justify-end",".flex-md-justify-center",".flex-md-justify-between",".flex-md-justify-around",".flex-md-items-start",".flex-md-items-end",".flex-md-items-center",".flex-md-items-baseline",".flex-md-items-stretch",".flex-md-content-start",".flex-md-content-end",".flex-md-content-center",".flex-md-content-between",".flex-md-content-around",".flex-md-content-stretch",".flex-md-auto",".flex-md-shrink-0",".flex-md-self-auto",".flex-md-self-start",".flex-md-self-end",".flex-md-self-center",".flex-md-self-baseline",".flex-md-self-stretch",".flex-md-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 1012px)","rules":{"total":30,"size":{"graph":[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,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-lg-item-equal","declarations":2},{"selector":",.flex-lg-self-stretch","declarations":2},{"selector":",.flex-lg-self-center","declarations":2},{"selector":",.flex-lg-self-auto","declarations":2},{"selector":",.flex-lg-self-baseline","declarations":1},{"selector":",.flex-lg-self-end","declarations":1},{"selector":",.flex-lg-self-start","declarations":1},{"selector":",.flex-lg-shrink-0","declarations":1},{"selector":",.flex-lg-auto","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","declarations":1},{"selector":",.flex-lg-row-reverse","declarations":1},{"selector":".flex-lg-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-wrap",".flex-lg-nowrap",".flex-lg-justify-start",".flex-lg-justify-end",".flex-lg-justify-center",".flex-lg-justify-between",".flex-lg-justify-around",".flex-lg-items-start",".flex-lg-items-end",".flex-lg-items-center",".flex-lg-items-baseline",".flex-lg-items-stretch",".flex-lg-content-start",".flex-lg-content-end",".flex-lg-content-center",".flex-lg-content-between",".flex-lg-content-around",".flex-lg-content-stretch",".flex-lg-auto",".flex-lg-shrink-0",".flex-lg-self-auto",".flex-lg-self-start",".flex-lg-self-end",".flex-lg-self-center",".flex-lg-self-baseline",".flex-lg-self-stretch",".flex-lg-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 1280px)","rules":{"total":30,"size":{"graph":[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,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-xl-item-equal","declarations":2},{"selector":",.flex-xl-self-stretch","declarations":2},{"selector":",.flex-xl-self-center","declarations":2},{"selector":",.flex-xl-self-auto","declarations":2},{"selector":",.flex-xl-self-baseline","declarations":1},{"selector":",.flex-xl-self-end","declarations":1},{"selector":",.flex-xl-self-start","declarations":1},{"selector":",.flex-xl-shrink-0","declarations":1},{"selector":",.flex-xl-auto","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","declarations":1},{"selector":",.flex-xl-row-reverse","declarations":1},{"selector":".flex-xl-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-wrap",".flex-xl-nowrap",".flex-xl-justify-start",".flex-xl-justify-end",".flex-xl-justify-center",".flex-xl-justify-between",".flex-xl-justify-around",".flex-xl-items-start",".flex-xl-items-end",".flex-xl-items-center",".flex-xl-items-baseline",".flex-xl-items-stretch",".flex-xl-content-start",".flex-xl-content-end",".flex-xl-content-center",".flex-xl-content-between",".flex-xl-content-around",".flex-xl-content-stretch",".flex-xl-auto",".flex-xl-shrink-0",".flex-xl-self-auto",".flex-xl-self-start",".flex-xl-self-end",".flex-xl-self-center",".flex-xl-self-baseline",".flex-xl-self-stretch",".flex-xl-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 544px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"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":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-sm-ltr","declarations":1},{"selector":".direction-sm-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-sm-rtl",".direction-sm-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 768px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-md-ltr","declarations":1},{"selector":".direction-md-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-md-rtl",".direction-md-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 1012px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-lg-ltr","declarations":1},{"selector":".direction-lg-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-lg-rtl",".direction-lg-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 1280px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-xl-ltr","declarations":1},{"selector":".direction-xl-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-xl-rtl",".direction-xl-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 544px)","rules":{"total":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":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: 544px)","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: 768px)","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: 1012px)","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"]}}}]}}}
+1
node_modules/primer-core/build/index.js
··· 1 + module.exports = {"cssstats":{"size":104743,"gzipSize":16510,"humanizedSize":"102kB","humanizedGzipSize":"16kB","rules":{"total":1773,"size":{"graph":[3,1,1,1,1,2,1,1,1,1,3,1,1,1,2,2,1,4,1,1,1,1,2,1,3,2,1,1,1,1,2,1,3,6,1,2,1,2,1,2,2,1,3,5,2,1,1,6,2,3,2,1,2,1,1,1,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,3,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,21,3,1,3,2,1,2,1,3,1,4,4,5,3,1,4,4,5,2,3,1,4,4,5,2,3,1,4,4,5,2,3,1,4,1,5,5,3,1,4,2,2,4,3,3,3,1,5,12,2,2,12,1,2,3,16,1,2,1,1,1,2,2,3,1,4,2,3,1,1,1,2,3,2,1,1,1,1,4,1,3,1,13,3,1,1,1,1,1,5,2,2,1,5,3,6,3,5,1,1,1,2,3,2,3,2,2,1,3,2,3,1,1,7,2,1,11,1,1,5,2,1,4,1,1,1,1,3,2,1,1,3,1,1,1,1,1,3,3,1,1,2,2,11,9,1,2,3,1,1,1,3,1,1,4,2,1,1,1,1,1,1,1,1,4,1,1,3,1,1,1,3,3,1,2,10,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,6,1,3,4,2,1,1,1,1,1,2,1,1,2,1,6,1,2,2,1,4,3,1,2,2,1,1,2,1,1,1,1,2,2,1,2,1,3,2,3,3,3,3,2,2,3,3,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,4,3,1,3,1,2,4,7,4,2,2,2,1,10,1,2,3,3,1,1,9,4,2,5,1,2,1,1,3,2,2,12,2,2,2,7,1,2,3,2,1,7,1,2,4,2,2,2,3,1,7,3,1,1,2,1,1,1,1,3,2,7,4,1,3,1,1,2,1,2,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,6,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,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,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,2,2,2,2,2,2,2,2,2,2,2,2,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,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,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,2,1,1,2,1,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,2,1,1,2,1,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,2,1,1,2,1,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,2,1,1,2,1,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,2,1,1,2,1,2,2,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,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,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,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.5792442188381275},"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":".social-count","declarations":12},{"selector":".hidden-text-expander a,.ellipsis-expander","declarations":12},{"selector":".form-group.warn .warning,.form-group.warn .error,.form-group.errored .warning,.form-group.errored .error","declarations":11},{"selector":".form-select","declarations":11},{"selector":".details-overlay[open]>summary::before","declarations":10},{"selector":".tooltipped::before","declarations":10},{"selector":".menu-heading","declarations":10},{"selector":".drag-and-drop","declarations":10},{"selector":".tabnav-tab","declarations":9},{"selector":".form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .warning::after,.form-group.errored .warning::before,.form-group.errored .error::after,.form-group.errored .error::before","declarations":9},{"selector":".sr-only","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":".UnderlineNav-item","declarations":7},{"selector":".subnav-search-icon","declarations":7},{"selector":".subnav-item","declarations":7},{"selector":".filter-item .bar","declarations":7},{"selector":".menu-item.selected::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":".css-truncate.css-truncate-target,.css-truncate .css-truncate-target","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":".tabnav-extra","declarations":5},{"selector":".menu","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","declarations":5},{"selector":".btn-danger:active,.btn-danger.selected,[open]>.btn-danger","declarations":5},{"selector":".btn-blue:disabled,.btn-blue.disabled","declarations":5},{"selector":".btn-purple:disabled,.btn-purple.disabled","declarations":5},{"selector":".btn-primary:disabled,.btn-primary.disabled","declarations":5},{"selector":".btn:disabled,.btn.disabled","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","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.selected:hover,.subnav-item.selected:focus","declarations":4},{"selector":".tabnav-tab.selected","declarations":4},{"selector":".menu-item .octicon","declarations":4},{"selector":".menu-item.selected","declarations":4},{"selector":".menu-item","declarations":4},{"selector":".centered","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":".BtnGroup-item","declarations":4},{"selector":".btn-outline:disabled,.btn-outline.disabled","declarations":4},{"selector":".btn-outline:hover,.btn-outline:active,.btn-outline.selected,[open]>.btn-outline","declarations":4},{"selector":".btn-danger:hover","declarations":4},{"selector":".btn-blue:active,.btn-blue.selected,[open]>.btn-blue","declarations":4},{"selector":".btn-blue:hover,.btn-blue.hover","declarations":4},{"selector":".btn-purple:active,.btn-purple.selected,[open]>.btn-purple","declarations":4},{"selector":".btn-purple:hover,.btn-purple.hover","declarations":4},{"selector":".btn-primary:active,.btn-primary.selected,[open]>.btn-primary","declarations":4},{"selector":".btn-primary:hover,.btn-primary.hover","declarations":4},{"selector":".btn:active,.btn.selected,[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":".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":".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 .gap:hover,.pagination .disabled: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","declarations":3},{"selector":".UnderlineNav","declarations":3},{"selector":".subnav-search-context .btn","declarations":3},{"selector":".subnav-search-input","declarations":3},{"selector":".subnav::after","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":".column","declarations":3},{"selector":".columns::after","declarations":3},{"selector":".container-xl","declarations":3},{"selector":".container-lg","declarations":3},{"selector":".container-md","declarations":3},{"selector":".container::after","declarations":3},{"selector":".container","declarations":3},{"selector":"p.explain","declarations":3},{"selector":".btn .manual-file-chooser","declarations":3},{"selector":".status-indicator-loading","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 .success,.form-group .error,.form-group .indicator","declarations":3},{"selector":".form-group.required dt label::after","declarations":3},{"selector":".form-group.flattened dt","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","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":".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,.BtnGroup-form: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-purple","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-row:first-of-type","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":"abbr[title]","declarations":3},{"selector":"html","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":".flex-xl-item-equal","declarations":2},{"selector":".flex-xl-self-stretch","declarations":2},{"selector":".flex-xl-self-center","declarations":2},{"selector":".flex-xl-self-auto","declarations":2},{"selector":".flex-lg-item-equal","declarations":2},{"selector":".flex-lg-self-stretch","declarations":2},{"selector":".flex-lg-self-center","declarations":2},{"selector":".flex-lg-self-auto","declarations":2},{"selector":".flex-md-item-equal","declarations":2},{"selector":".flex-md-self-stretch","declarations":2},{"selector":".flex-md-self-center","declarations":2},{"selector":".flex-md-self-auto","declarations":2},{"selector":".flex-sm-item-equal","declarations":2},{"selector":".flex-sm-self-stretch","declarations":2},{"selector":".flex-sm-self-center","declarations":2},{"selector":".flex-sm-self-auto","declarations":2},{"selector":".flex-item-equal","declarations":2},{"selector":".flex-self-stretch","declarations":2},{"selector":".flex-self-center","declarations":2},{"selector":".flex-self-auto","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":".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-actions","declarations":2},{"selector":".UnderlineNav--right .UnderlineNav-item","declarations":2},{"selector":".UnderlineNav-body","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":".filter-item .count","declarations":2},{"selector":".filter-item.selected","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":".columns::before","declarations":2},{"selector":".columns","declarations":2},{"selector":".container::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.warn .warning::before,.form-group.warn .error::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","declarations":2},{"selector":".hfields .form-group","declarations":2},{"selector":".hfields::before","declarations":2},{"selector":".input-block","declarations":2},{"selector":".input-lg","declarations":2},{"selector":".BtnGroup-parent .BtnGroup-item,.BtnGroup-form .BtnGroup-item","declarations":2},{"selector":".BtnGroup-parent:first-child .BtnGroup-item,.BtnGroup-form:first-child .BtnGroup-item","declarations":2},{"selector":".BtnGroup-item:first-child","declarations":2},{"selector":".BtnGroup::before","declarations":2},{"selector":".BtnGroup","declarations":2},{"selector":".btn-link:disabled,.btn-link:disabled:hover","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":".btn-outline:focus","declarations":2},{"selector":".btn-outline:hover .Counter,.btn-outline:active .Counter,.btn-outline.selected .Counter,[open]>.btn-outline .Counter","declarations":2},{"selector":".btn-blue .Counter","declarations":2},{"selector":".btn-purple .Counter","declarations":2},{"selector":".btn-primary .Counter","declarations":2},{"selector":".btn:disabled,.btn.disabled","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-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-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":".direction-lg-ltr","declarations":1},{"selector":".direction-lg-rtl","declarations":1},{"selector":".direction-md-ltr","declarations":1},{"selector":".direction-md-rtl","declarations":1},{"selector":".direction-sm-ltr","declarations":1},{"selector":".direction-sm-rtl","declarations":1},{"selector":".direction-ltr","declarations":1},{"selector":".direction-rtl","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-auto","declarations":1},{"selector":".overflow-scroll","declarations":1},{"selector":".overflow-hidden","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-fixed","declarations":1},{"selector":".position-absolute","declarations":1},{"selector":".position-relative","declarations":1},{"selector":".position-static","declarations":1},{"selector":".flex-xl-self-baseline","declarations":1},{"selector":".flex-xl-self-end","declarations":1},{"selector":".flex-xl-self-start","declarations":1},{"selector":".flex-xl-shrink-0","declarations":1},{"selector":".flex-xl-auto","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","declarations":1},{"selector":".flex-xl-row-reverse","declarations":1},{"selector":".flex-xl-row","declarations":1},{"selector":".flex-lg-self-baseline","declarations":1},{"selector":".flex-lg-self-end","declarations":1},{"selector":".flex-lg-self-start","declarations":1},{"selector":".flex-lg-shrink-0","declarations":1},{"selector":".flex-lg-auto","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","declarations":1},{"selector":".flex-lg-row-reverse","declarations":1},{"selector":".flex-lg-row","declarations":1},{"selector":".flex-md-self-baseline","declarations":1},{"selector":".flex-md-self-end","declarations":1},{"selector":".flex-md-self-start","declarations":1},{"selector":".flex-md-shrink-0","declarations":1},{"selector":".flex-md-auto","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","declarations":1},{"selector":".flex-md-row-reverse","declarations":1},{"selector":".flex-md-row","declarations":1},{"selector":".flex-sm-self-baseline","declarations":1},{"selector":".flex-sm-self-end","declarations":1},{"selector":".flex-sm-self-start","declarations":1},{"selector":".flex-sm-shrink-0","declarations":1},{"selector":".flex-sm-auto","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","declarations":1},{"selector":".flex-sm-row-reverse","declarations":1},{"selector":".flex-sm-row","declarations":1},{"selector":".flex-self-baseline","declarations":1},{"selector":".flex-self-end","declarations":1},{"selector":".flex-self-start","declarations":1},{"selector":".flex-shrink-0","declarations":1},{"selector":".flex-auto","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","declarations":1},{"selector":".flex-row-reverse","declarations":1},{"selector":".flex-row","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":".bg-pending","declarations":1},{"selector":".text-pending","declarations":1},{"selector":".text-inherit","declarations":1},{"selector":".text-white","declarations":1},{"selector":".text-purple","declarations":1},{"selector":".text-orange-light","declarations":1},{"selector":".text-orange","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-purple-light","declarations":1},{"selector":".bg-purple","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":".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":".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":".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":".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":".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-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":".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--right .UnderlineNav-actions","declarations":1},{"selector":".UnderlineNav--right","declarations":1},{"selector":".UnderlineNav-item.selected .UnderlineNav-octicon","declarations":1},{"selector":".UnderlineNav-item:hover .UnderlineNav-octicon,.UnderlineNav-item:focus .UnderlineNav-octicon","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":".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":".four-fifths","declarations":1},{"selector":".one-fifth","declarations":1},{"selector":".three-fourths","declarations":1},{"selector":".one-half","declarations":1},{"selector":".one-fourth","declarations":1},{"selector":".two-thirds","declarations":1},{"selector":".one-third","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","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-successful","declarations":1},{"selector":"dl.form-group>dd .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","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-errored","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-successful","declarations":1},{"selector":"dl.form-group>dd .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","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.warn .warning::after,.form-group.warn .error::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","declarations":1},{"selector":".form-group dd h4.is-success","declarations":1},{"selector":".form-group dd h4.is-error","declarations":1},{"selector":".form-group dd h4","declarations":1},{"selector":".form-group.flattened dd","declarations":1},{"selector":".form-group label","declarations":1},{"selector":".form-group dt","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":".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":".BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-parent:focus,.BtnGroup-parent:active,.BtnGroup-form:focus,.BtnGroup-form:active","declarations":1},{"selector":".BtnGroup-parent.selected+.BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-parent:hover+.BtnGroup-form .BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-item,.BtnGroup-form:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item","declarations":1},{"selector":".BtnGroup-parent.selected .BtnGroup-item,.BtnGroup-parent:focus .BtnGroup-item,.BtnGroup-parent:active .BtnGroup-item,.BtnGroup-parent:hover .BtnGroup-item,.BtnGroup-form.selected .BtnGroup-item,.BtnGroup-form:focus .BtnGroup-item,.BtnGroup-form:active .BtnGroup-item,.BtnGroup-form:hover .BtnGroup-item","declarations":1},{"selector":".BtnGroup-parent,.BtnGroup-form","declarations":1},{"selector":".BtnGroup-item.selected+.BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item","declarations":1},{"selector":".BtnGroup-item.selected,.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-item:hover","declarations":1},{"selector":".BtnGroup+.BtnGroup,.BtnGroup+.btn","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":".btn-link:hover","declarations":1},{"selector":".social-count:hover,.social-count:active","declarations":1},{"selector":".hidden-text-expander","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-purple:focus,.btn-purple.focus","declarations":1},{"selector":".btn-primary:focus,.btn-primary.focus","declarations":1},{"selector":".btn:focus,.btn.focus","declarations":1},{"selector":".btn:active,.btn.selected","declarations":1},{"selector":".btn:focus","declarations":1},{"selector":".btn .octicon","declarations":1},{"selector":".breadcrumb-item-selected::after","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":2019,"type":182,"class":1867,"id":0,"pseudoClass":181,"pseudoElement":107,"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)","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::after",".btn",".btn i",".btn .octicon",".btn .Counter",".btn:hover",".btn:focus",".btn:disabled",".btn.disabled",".btn:active",".btn.selected",".btn",".btn:focus",".btn.focus",".btn:hover",".btn.hover",".btn:active",".btn.selected","[open]>.btn",".btn:disabled",".btn.disabled",".btn-primary",".btn-primary:focus",".btn-primary.focus",".btn-primary:hover",".btn-primary.hover",".btn-primary:active",".btn-primary.selected","[open]>.btn-primary",".btn-primary:disabled",".btn-primary.disabled",".btn-primary .Counter",".btn-purple",".btn-purple:focus",".btn-purple.focus",".btn-purple:hover",".btn-purple.hover",".btn-purple:active",".btn-purple.selected","[open]>.btn-purple",".btn-purple:disabled",".btn-purple.disabled",".btn-purple .Counter",".btn-blue",".btn-blue:focus",".btn-blue.focus",".btn-blue:hover",".btn-blue.hover",".btn-blue:active",".btn-blue.selected","[open]>.btn-blue",".btn-blue:disabled",".btn-blue.disabled",".btn-blue .Counter",".btn-danger",".btn-danger:focus",".btn-danger:hover",".btn-danger:hover .Counter",".btn-danger:active",".btn-danger.selected","[open]>.btn-danger",".btn-danger:disabled",".btn-danger.disabled",".btn-outline",".btn-outline .Counter",".btn-outline:hover",".btn-outline:active",".btn-outline.selected","[open]>.btn-outline",".btn-outline:hover .Counter",".btn-outline:active .Counter",".btn-outline.selected .Counter","[open]>.btn-outline .Counter",".btn-outline:focus",".btn-outline:disabled",".btn-outline.disabled",".btn-with-count",".btn-sm",".btn-large",".hidden-text-expander",".hidden-text-expander.inline",".hidden-text-expander a",".ellipsis-expander",".hidden-text-expander a:hover",".ellipsis-expander:hover",".hidden-text-expander a:active",".ellipsis-expander:active",".social-count",".social-count:hover",".social-count:active",".social-count:hover",".btn-block",".btn-link",".btn-link:hover",".btn-link:disabled",".btn-link:disabled:hover",".details-reset>summary",".details-reset>summary::before",".details-reset>summary::-webkit-details-marker",".BtnGroup",".BtnGroup::before",".BtnGroup::after",".BtnGroup+.BtnGroup",".BtnGroup+.btn",".BtnGroup-item",".BtnGroup-item:first-child",".BtnGroup-item:last-child",".BtnGroup-item.selected",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-item:hover",".BtnGroup-item.selected+.BtnGroup-item",".BtnGroup-item.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:active+.BtnGroup-item",".BtnGroup-item:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent",".BtnGroup-form",".BtnGroup-parent:first-child .BtnGroup-item",".BtnGroup-form:first-child .BtnGroup-item",".BtnGroup-parent:last-child .BtnGroup-item",".BtnGroup-form:last-child .BtnGroup-item",".BtnGroup-parent .BtnGroup-item",".BtnGroup-form .BtnGroup-item",".BtnGroup-parent.selected .BtnGroup-item",".BtnGroup-parent:focus .BtnGroup-item",".BtnGroup-parent:active .BtnGroup-item",".BtnGroup-parent:hover .BtnGroup-item",".BtnGroup-form.selected .BtnGroup-item",".BtnGroup-form:focus .BtnGroup-item",".BtnGroup-form:active .BtnGroup-item",".BtnGroup-form:hover .BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-parent:hover+.BtnGroup-form .BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:active+.BtnGroup-item",".BtnGroup-form:active+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form:active+.BtnGroup-form .BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-parent .BtnGroup-item",".BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item",".BtnGroup-item:focus",".BtnGroup-item:active",".BtnGroup-parent:focus",".BtnGroup-parent:active",".BtnGroup-form:focus",".BtnGroup-form:active",".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",":-ms-input-placeholder","::placeholder",".input-sm",".input-lg",".input-block",".input-monospace",".input-hide-webkit-autofill::-webkit-contacts-auto-fill-button",".form-checkbox",".form-checkbox label em.highlight",".form-checkbox input[type=checkbox]",".form-checkbox input[type=radio]",".form-checkbox .note",".form-checkbox-details",".form-checkbox-details-trigger:checked ~ * .form-checkbox-details",".form-checkbox-details-trigger:checked ~ .form-checkbox-details",".hfields",".hfields::before",".hfields::after",".hfields .form-group",".hfields .form-group dt label",".hfields .form-group dt img",".hfields .btn",".hfields .form-select","input::-webkit-outer-spin-button","input::-webkit-inner-spin-button",".form-actions::before",".form-actions::after",".form-actions .btn",".form-actions .btn+.btn",".form-warning",".form-warning p",".form-warning a",".form-select",".form-select::-ms-expand",".form-select[multiple]",".select-sm",".select-sm[multiple]",".form-group",".form-group .form-control",".form-group .form-control:focus",".form-group .form-control.shorter",".form-group .form-control.short",".form-group .form-control.long",".form-group textarea.form-control",".form-group textarea.form-control.short",".form-group dt",".form-group label",".form-group.flattened dt",".form-group.flattened dd",".form-group dd h4",".form-group dd h4.is-error",".form-group dd h4.is-success",".form-group dd h4+.note",".form-group.required dt label::after",".form-group .success",".form-group .error",".form-group .indicator",".form-group.loading",".form-group.loading .indicator",".form-group.loading .spinner",".form-group.successful .success",".form-group.warn .warning",".form-group.warn .error",".form-group.errored .warning",".form-group.errored .error",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.warn .error::after",".form-group.warn .error::before",".form-group.errored .warning::after",".form-group.errored .warning::before",".form-group.errored .error::after",".form-group.errored .error::before",".form-group.warn .warning::after",".form-group.warn .error::after",".form-group.errored .warning::after",".form-group.errored .error::after",".form-group.warn .warning::before",".form-group.warn .error::before",".form-group.errored .warning::before",".form-group.errored .error::before",".form-group.warn .warning",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.errored label",".form-group.errored .error",".form-group.errored .error::after",".form-group.errored .error::before",".note",".note .spinner","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".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",".container",".container::before",".container::after",".container-md",".container-lg",".container-xl",".columns",".columns::before",".columns::after",".column",".one-third",".two-thirds",".one-fourth",".one-half",".three-fourths",".one-fifth",".four-fifths",".centered",".col-1",".col-2",".col-3",".col-4",".col-5",".col-6",".col-7",".col-8",".col-9",".col-10",".col-11",".col-12",".col-sm-1",".col-sm-2",".col-sm-3",".col-sm-4",".col-sm-5",".col-sm-6",".col-sm-7",".col-sm-8",".col-sm-9",".col-sm-10",".col-sm-11",".col-sm-12",".col-md-1",".col-md-2",".col-md-3",".col-md-4",".col-md-5",".col-md-6",".col-md-7",".col-md-8",".col-md-9",".col-md-10",".col-md-11",".col-md-12",".col-lg-1",".col-lg-2",".col-lg-3",".col-lg-4",".col-lg-5",".col-lg-6",".col-lg-7",".col-lg-8",".col-lg-9",".col-lg-10",".col-lg-11",".col-lg-12",".col-xl-1",".col-xl-2",".col-xl-3",".col-xl-4",".col-xl-5",".col-xl-6",".col-xl-7",".col-xl-8",".col-xl-9",".col-xl-10",".col-xl-11",".col-xl-12",".gutter",".gutter>[class*=\"col-\"]",".gutter-condensed",".gutter-condensed>[class*=\"col-\"]",".gutter-spacious",".gutter-spacious>[class*=\"col-\"]",".gutter-sm",".gutter-sm>[class*=\"col-\"]",".gutter-sm-condensed",".gutter-sm-condensed>[class*=\"col-\"]",".gutter-sm-spacious",".gutter-sm-spacious>[class*=\"col-\"]",".gutter-md",".gutter-md>[class*=\"col-\"]",".gutter-md-condensed",".gutter-md-condensed>[class*=\"col-\"]",".gutter-md-spacious",".gutter-md-spacious>[class*=\"col-\"]",".gutter-lg",".gutter-lg>[class*=\"col-\"]",".gutter-lg-condensed",".gutter-lg-condensed>[class*=\"col-\"]",".gutter-lg-spacious",".gutter-lg-spacious>[class*=\"col-\"]",".gutter-xl",".gutter-xl>[class*=\"col-\"]",".gutter-xl-condensed",".gutter-xl-condensed>[class*=\"col-\"]",".gutter-xl-spacious",".gutter-xl-spacious>[class*=\"col-\"]",".offset-1",".offset-2",".offset-3",".offset-4",".offset-5",".offset-6",".offset-7",".offset-8",".offset-9",".offset-10",".offset-11",".offset-sm-1",".offset-sm-2",".offset-sm-3",".offset-sm-4",".offset-sm-5",".offset-sm-6",".offset-sm-7",".offset-sm-8",".offset-sm-9",".offset-sm-10",".offset-sm-11",".offset-md-1",".offset-md-2",".offset-md-3",".offset-md-4",".offset-md-5",".offset-md-6",".offset-md-7",".offset-md-8",".offset-md-9",".offset-md-10",".offset-md-11",".offset-lg-1",".offset-lg-2",".offset-lg-3",".offset-lg-4",".offset-lg-5",".offset-lg-6",".offset-lg-7",".offset-lg-8",".offset-lg-9",".offset-lg-10",".offset-lg-11",".offset-xl-1",".offset-xl-2",".offset-xl-3",".offset-xl-4",".offset-xl-5",".offset-xl-6",".offset-xl-7",".offset-xl-8",".offset-xl-9",".offset-xl-10",".offset-xl-11",".menu",".menu-item",".menu-item:first-child",".menu-item:first-child::before",".menu-item:last-child",".menu-item:last-child::before",".menu-item:hover",".menu-item.selected",".menu-item.selected::before",".menu-item .octicon",".menu-item .Counter",".menu-item .menu-warning",".menu-item .avatar",".menu-item.alert .Counter",".menu-heading",".menu-heading:hover",".menu-heading:first-child",".menu-heading:last-child",".tabnav",".tabnav .Counter",".tabnav-tabs",".tabnav-tab",".tabnav-tab.selected",".tabnav-tab:hover",".tabnav-tab:focus",".tabnav-extra",".tabnav-extra>.octicon","a.tabnav-extra:hover",".tabnav-btn",".filter-list",".filter-list.small .filter-item",".filter-list.pjax-active .filter-item",".filter-list.pjax-active .filter-item.pjax-active",".filter-item",".filter-item:hover",".filter-item.selected",".filter-item .count",".filter-item .bar",".subnav",".subnav::before",".subnav::after",".subnav-bordered",".subnav-flush",".subnav-item",".subnav-item+.subnav-item",".subnav-item:hover",".subnav-item:focus",".subnav-item.selected",".subnav-item.selected:hover",".subnav-item.selected:focus",".subnav-item:first-child",".subnav-item:last-child",".subnav-search",".subnav-search-input",".subnav-search-input-wide",".subnav-search-icon",".subnav-search-context .btn",".subnav-search-context .btn:hover",".subnav-search-context .btn:focus",".subnav-search-context .btn:active",".subnav-search-context .btn.selected",".subnav-search-context+.subnav-search",".subnav-search-context+.subnav-search .subnav-search-input",".subnav-search-context .select-menu-modal-holder",".subnav-search-context .select-menu-modal",".subnav-search-context .select-menu-item-icon",".subnav-spacer-right",".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.selected .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 .gap",".pagination .disabled",".pagination .gap:hover",".pagination .disabled:hover",".paginate-container",".paginate-container .pagination",".tooltipped",".tooltipped::after",".tooltipped::before","from","to",".tooltipped:hover::before",".tooltipped:hover::after",".tooltipped:active::before",".tooltipped:active::after",".tooltipped:focus::before",".tooltipped:focus::after",".tooltipped-no-delay:hover::before",".tooltipped-no-delay:hover::after",".tooltipped-no-delay:active::before",".tooltipped-no-delay:active::after",".tooltipped-no-delay:focus::before",".tooltipped-no-delay:focus::after",".tooltipped-multiline:hover::after",".tooltipped-multiline:active::after",".tooltipped-multiline:focus::after",".tooltipped-s::after",".tooltipped-se::after",".tooltipped-sw::after",".tooltipped-s::before",".tooltipped-se::before",".tooltipped-sw::before",".tooltipped-se::after",".tooltipped-sw::after",".tooltipped-n::after",".tooltipped-ne::after",".tooltipped-nw::after",".tooltipped-n::before",".tooltipped-ne::before",".tooltipped-nw::before",".tooltipped-ne::after",".tooltipped-nw::after",".tooltipped-s::after",".tooltipped-n::after",".tooltipped-w::after",".tooltipped-w::before",".tooltipped-e::after",".tooltipped-e::before",".tooltipped-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-target",".css-truncate .css-truncate-target",".css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target",".css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target",".css-truncate.expandable:hover .css-truncate-target",".css-truncate.expandable:hover.css-truncate-target",".anim-fade-in",".anim-fade-in.fast","0%","100%",".anim-fade-out",".anim-fade-out.fast","0%","100%",".anim-fade-up","0%","100%",".anim-fade-down","0%","100%",".anim-grow-x","to",".anim-shrink-x","to",".anim-scale-in","0%","100%",".anim-pulse","0%","10%","100%",".anim-pulse-in","0%","50%","100%",".hover-grow",".hover-grow:hover",".border",".border-y",".border-0",".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-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-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-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-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-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",".box-shadow",".box-shadow-medium",".box-shadow-large",".box-shadow-extra-large",".box-shadow-none",".bg-white",".bg-blue",".bg-blue-light",".bg-gray-dark",".bg-gray",".bg-gray-light",".bg-green",".bg-green-light",".bg-red",".bg-red-light",".bg-yellow",".bg-yellow-light",".bg-purple",".bg-purple-light",".bg-shade-gradient",".text-blue",".text-red",".text-gray-light",".text-gray",".text-gray-dark",".text-green",".text-orange",".text-orange-light",".text-purple",".text-white",".text-inherit",".text-pending",".bg-pending",".link-gray",".link-gray:hover",".link-gray-dark",".link-gray-dark:hover",".link-hover-blue:hover",".muted-link",".muted-link:hover",".details-overlay[open]>summary::before",".details-overlay-dark[open]>summary::before",".flex-row",".flex-row-reverse",".flex-column",".flex-wrap",".flex-nowrap",".flex-justify-start",".flex-justify-end",".flex-justify-center",".flex-justify-between",".flex-justify-around",".flex-items-start",".flex-items-end",".flex-items-center",".flex-items-baseline",".flex-items-stretch",".flex-content-start",".flex-content-end",".flex-content-center",".flex-content-between",".flex-content-around",".flex-content-stretch",".flex-auto",".flex-shrink-0",".flex-self-auto",".flex-self-start",".flex-self-end",".flex-self-center",".flex-self-baseline",".flex-self-stretch",".flex-item-equal",".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-wrap",".flex-sm-nowrap",".flex-sm-justify-start",".flex-sm-justify-end",".flex-sm-justify-center",".flex-sm-justify-between",".flex-sm-justify-around",".flex-sm-items-start",".flex-sm-items-end",".flex-sm-items-center",".flex-sm-items-baseline",".flex-sm-items-stretch",".flex-sm-content-start",".flex-sm-content-end",".flex-sm-content-center",".flex-sm-content-between",".flex-sm-content-around",".flex-sm-content-stretch",".flex-sm-auto",".flex-sm-shrink-0",".flex-sm-self-auto",".flex-sm-self-start",".flex-sm-self-end",".flex-sm-self-center",".flex-sm-self-baseline",".flex-sm-self-stretch",".flex-sm-item-equal",".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-wrap",".flex-md-nowrap",".flex-md-justify-start",".flex-md-justify-end",".flex-md-justify-center",".flex-md-justify-between",".flex-md-justify-around",".flex-md-items-start",".flex-md-items-end",".flex-md-items-center",".flex-md-items-baseline",".flex-md-items-stretch",".flex-md-content-start",".flex-md-content-end",".flex-md-content-center",".flex-md-content-between",".flex-md-content-around",".flex-md-content-stretch",".flex-md-auto",".flex-md-shrink-0",".flex-md-self-auto",".flex-md-self-start",".flex-md-self-end",".flex-md-self-center",".flex-md-self-baseline",".flex-md-self-stretch",".flex-md-item-equal",".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-wrap",".flex-lg-nowrap",".flex-lg-justify-start",".flex-lg-justify-end",".flex-lg-justify-center",".flex-lg-justify-between",".flex-lg-justify-around",".flex-lg-items-start",".flex-lg-items-end",".flex-lg-items-center",".flex-lg-items-baseline",".flex-lg-items-stretch",".flex-lg-content-start",".flex-lg-content-end",".flex-lg-content-center",".flex-lg-content-between",".flex-lg-content-around",".flex-lg-content-stretch",".flex-lg-auto",".flex-lg-shrink-0",".flex-lg-self-auto",".flex-lg-self-start",".flex-lg-self-end",".flex-lg-self-center",".flex-lg-self-baseline",".flex-lg-self-stretch",".flex-lg-item-equal",".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-wrap",".flex-xl-nowrap",".flex-xl-justify-start",".flex-xl-justify-end",".flex-xl-justify-center",".flex-xl-justify-between",".flex-xl-justify-around",".flex-xl-items-start",".flex-xl-items-end",".flex-xl-items-center",".flex-xl-items-baseline",".flex-xl-items-stretch",".flex-xl-content-start",".flex-xl-content-end",".flex-xl-content-center",".flex-xl-content-between",".flex-xl-content-around",".flex-xl-content-stretch",".flex-xl-auto",".flex-xl-shrink-0",".flex-xl-self-auto",".flex-xl-self-start",".flex-xl-self-end",".flex-xl-self-center",".flex-xl-self-baseline",".flex-xl-self-stretch",".flex-xl-item-equal",".position-static",".position-relative",".position-absolute",".position-fixed",".top-0",".right-0",".bottom-0",".left-0",".v-align-middle",".v-align-top",".v-align-bottom",".v-align-text-top",".v-align-text-bottom",".v-align-baseline",".overflow-hidden",".overflow-scroll",".overflow-auto",".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",".direction-rtl",".direction-ltr",".direction-sm-rtl",".direction-sm-ltr",".direction-md-rtl",".direction-md-ltr",".direction-lg-rtl",".direction-lg-ltr",".direction-xl-rtl",".direction-xl-ltr",".m-0",".mt-0",".mr-0",".mb-0",".ml-0",".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",".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",".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.62704309063893}},"declarations":{"total":2800,"unique":731,"properties":{"font-family":["sans-serif","monospace, monospace","inherit","-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\"","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"],"-ms-text-size-adjust":["100%"],"-webkit-text-size-adjust":["100%"],"margin":["0","0.67em 0","1em 40px","0","0 2px","15px 0","0","-8px -16px","-24px -24px","-1px -1px 0 -1px","-16px -16px","0","15px 0","5px 0 0 -20px","0","15px 0","0 30px 0 0","5px 0 0","28px 25px 0 -20px","0","10px 0","0","15px 0","0 0 6px","0","4px 0 0","4px 0 0","4px 0 2px","0","0 8px 8px","0 0 10px","15px 0 0","0 0 2px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0","4px","8px","16px","24px","32px","40px","0"],"display":["block","list-item","inline-block","none","none","table","table","table","none","none","inline-block","inline-block","block","inline-block","inline-block","block","inline-block","none","none","inline-block","table","table","table","table-cell","block","none","block","none","block","table","table","inline-block","table","table","inline-block","none","inline","inline-block","inline","block","inline-block","none","inline-block","none","none","inline-block","inline-block","none","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","block","none","block","block","table","inline-table","table-cell","table","table","table","table","block","block","block","inline-block","inline-block","block","inline-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","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"],"height":["0","0","auto","0","12px","34px","auto","28px","auto","200px","50px","0","16px","200px","0","100%","1px","1px","auto"],"vertical-align":["baseline","baseline","text-bottom","middle","text-top","middle","middle","middle","middle","middle","middle","middle","middle","middle","top","middle","middle","top","middle","top","bottom","text-top","text-bottom","baseline"],"background-color":["transparent","#ff0","#fff","#fff","#f6f8fa","#fafbfc","#f6f8fa","#f6f8fa","#f1f8ff","#f6f8fa","#f1f8ff","#f1f8ff","#f1f8ff","#fffbdd","#f1f8ff","#f6f8fa","rgba(27,31,35,0.1)","#eff3f6","#e6ebf1","#e9ecef","#eff3f6","#28a745","#269f42","#279f43","#94d3a2","#fff","#643ab0","#5f37a8","#613ca4","#b19cd7","#fff","#0361cc","#035cc2","#045cc1","#81b0e5","#fff","#fafbfc","#cb2431","#b5202c","#eff3f6","#fff","rgba(27,31,35,0.07)","#0366d6","#fff","#fff","#c6cbd1","#2188ff","#fff","transparent","#fff","#fafbfc","#fff","#fafbfc","#fff","#fffbdd","#ffdce0","transparent","#fafbfc","#fff","#f6f8fa","#fff","#e36209","#f3f5f8","transparent","#fff","transparent","#0366d6","#eaecef","#0366d6","#eff3f6","#f6f8fa","#0366d6","#eff3f6","#0366d6","#fafbfc","#fff","#0366d6","#f1f8ff","#24292e","#f6f8fa","#fafbfc","#28a745","#dcffe4","#d73a49","#ffdce0","#ffd33d","#fff5b1","#6f42c1","#f5f0ff"],"outline-width":["0"],"border-bottom":["none","1px solid #dfe2e5","1px solid #e1e4e8","1px dashed #dfe2e5","1px solid #e1e4e8","0","1px solid #e1e4e8","0","1px solid #d1d5da","0","1px solid #eaecef","1px solid #e1e4e8","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","none","none","none","underline","underline","none","none","none","none","none","none","none","none","none","none","none","none","none","underline","none"],"font-weight":["inherit","bolder","bold","600","600","600","600","600","600","600","600","600","500","600","600","600","400","600","600","400","400","400","600","600","600","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","12px","12px","inherit","16px","14px","12px","16px","12px","14px","12px","12px","13px","12px","13px","18px","12px","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":["#000","inherit","inherit","#24292e","#0366d6","#0366d6","#24292e","#0366d6","#e1e4e8","#586069","#24292e","rgba(36,41,46,0.4)","#fff","rgba(255,255,255,0.75)","#29b249","#fff","rgba(255,255,255,0.75)","#683cb8","#fff","rgba(255,255,255,0.75)","#0366d6","#cb2431","#fff","#fff","#fff","rgba(203,36,49,0.4)","#0366d6","#fff","#0366d6","rgba(27,31,35,0.3)","#444d56","#fff","#24292e","#0366d6","#0366d6","rgba(88,96,105,0.5)","#24292e","#6a737d","#6a737d","#586069","#586069","#735c0f","#cb2431","#28a745","#cb2431","#28a745","#735c0f","#cb2431","#86181d","#586069","#28a745","#cb2431","#586069","#cb2431","#586069","#0366d6","#586069","#586069","#24292e","#959da5","#24292e","#24292e","#86181d","#cb2431","#586069","#586069","#24292e","#24292e","#586069","#0366d6","#586069","#fff","#586069","#fff","#586069","#fff","#586069","#c6cbd1","#444d56","inherit","#586069","#24292e","#6a737d","#24292e","#6a737d","#959da5","#0366d6","#fff","#d1d5da","#fff","#1b1f23","#0366d6","#cb2431","#6a737d","#586069","#24292e","#28a745","#a04100","#e36209","#6f42c1","#fff","inherit","#b08800","#dbab09","#586069","#0366d6","#24292e","#0366d6","#0366d6","#586069","#0366d6","#586069","#24292e"],"line-height":["0","inherit","1.5","1.25","1.25","1.25","1.5","20px","20px","0","6px","20px","20px","20px","1.5","32px","32px","16px","34px","20px","20px","20px","1.5","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","absolute","relative","absolute","relative","relative","absolute","relative","relative","absolute","absolute","fixed","static","relative","absolute","fixed","absolute","absolute"],"bottom":["-0.25em","100%","0","2px","-7px","100%","auto","50%","50%","50%","50%","0","0"],"top":["-0.5em","-1px","-2px","0","-4px","0","2px","9px","100%","auto","-7px","50%","50%","0","0"],"border-style":["none","none","solid","solid","dashed"],"overflow":["hidden","visible","visible","auto","hidden","scroll","hidden","hidden","hidden","scroll","auto","hidden","hidden"],"box-sizing":["content-box","border-box","border-box","border-box"],"font":["inherit","inherit","normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\""],"text-transform":["none","none","uppercase"],"-webkit-appearance":["button","textfield","none","button","none","none","none","none"],"padding":["0","0.35em 0.625em 0.75em","0","0","0","8px 16px","8px 16px","8px 16px","8px 16px","8px 16px","24px","24px","24px","24px","24px","16px","16px","16px","16px","16px 16px","6px 12px","3px 10px",".75em 1.25em","0 5px 5px","3px 10px","0","0","6px 8px","4px 10px","2px 4px","8px 10px","5px 8px","7px 10px","5px","0","8px 8px 0","8px","8px 10px","8px 10px","8px 12px","4px 10px","8px 10px","6px 14px","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"],"border":["1px solid #c0c0c0","0","1px solid #d1d5da","1px solid rgba(27,31,35,0.2)","0","1px solid rgba(27,31,35,0.2)","0","0","1px solid #d1d5da","1px solid #d9d0a5","solid transparent","0","1px solid #c3c8cf","1px solid #c3c8cf","0","1px solid #d1d5da","1px solid transparent","1px solid #e1e4e8","1px solid #e1e4e8","6px solid transparent","1px #e1e4e8 solid","0","0"],"max-width":["100%","100%","100%","450px","768px","1012px","1280px","250px","125px","10000px","100%"],"white-space":["normal","nowrap","nowrap","nowrap","nowrap","nowrap","nowrap","pre","pre-line","nowrap","nowrap","normal"],"outline-offset":["-2px"],"opacity":["0.54","100","0","0","0.75","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","#dfe2e5","#fffbdd","#fffbdd","#fff url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC\") no-repeat right 8px center","url(\"/images/spinners/octocat-spinner-32-EAF2F5.gif\") 0 0 no-repeat","#fff","#1b1f23","transparent","rgba(27,31,35,0.5)"],"content":["\"\"","\"\"","\"/\"","none","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"*\"","\" \"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","attr(aria-label)","\"\"","\" \"","\"\"","\"\""],"clear":["both","both","both","both","both","both","both","both","both"],"border-spacing":["0"],"border-collapse":["collapse","separate"],"cursor":["pointer","pointer","grab","grabbing","pointer","default","pointer","pointer","default","pointer","default","pointer","pointer","default","default"],"border-radius":["0","3px","0.25em","6px","1px","0","0","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%"],"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","-1px","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","10px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","30px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","16px","40px","16px"],"list-style-type":["lower-roman","lower-alpha","none","none"],"margin-left":["0","-0.35em","0","5px","4px","-1px","5px","-80px","0","-1px","auto","auto","auto","auto","-10px","auto","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","5px","5px","10px","10px","-1px","10px","-1px","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)","rgba(27,31,35,0.5)","rgba(27,31,35,0.5)","rgba(27,31,35,0.2)","#0366d6","#0366d6","rgba(27,31,35,0.15)","#2188ff","#d9d0a5","#cea0a5","#4a9eff","#d1d5da","#0366d6","#e1e4e8","#0366d6","#0366d6","#c8e1ff","#34d058","#a2cbac","#d73a49","#cea0a5","#6f42c1","#d9d0a5","#eaecef","#d1d5da","rgba(27,31,35,0.15)"],"border-width":["1px","1px","5px","6px"],"border-top-left-radius":["3px","2px","3px","3px","0","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","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","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","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","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"border-top-color":["transparent","#1b1f23"],"box-shadow":["2px 0 0 #0366d6 inset","0 0 0 0.2em rgba(3,102,214,0.3)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(52,208,88,0.4)","inset 0 0.15em 0.3em rgba(27,31,35,0.15)","none","0 0 0 0.2em rgba(126,85,199,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","inset 0 1px 2px rgba(27,31,35,0.075)","inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)","inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)","none","#c9ff00 0 0 3px","0 1px 1px rgba(27,31,35,0.1)","0 1px 5px rgba(27,31,35,0.15)","0 1px 15px rgba(27,31,35,0.15)","0 10px 50px rgba(27,31,35,0.07)","none"],"max-height":["324px","500px","100%"],"list-style":["none","none","none","none"],"padding-right":[".5em","24px","8px \\9","30px","10px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","10px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","0","0","4px","4px","8px","8px","16px","16px","24px","24px","32px","32px","40px","40px","16px","40px","16px"],"-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"],"background-position":["-1px -1px","0 0","-.5em","-.5em","-.5em","-.5em","right 8px center"],"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, #7e55c7 0%, #643ab0 90%)","linear-gradient(-180deg, #784ec5 0%, #5f37a8 90%)","none","none","linear-gradient(-180deg, #0679fc 0%, #0361cc 90%)","linear-gradient(-180deg, #0374f4 0%, #035cc2 90%)","none","none","linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)","linear-gradient(-180deg, #de4450 0%, #cb2431 90%)","none","none","none","none","none \\9","url(\"/images/spinners/octocat-spinner-16px.gif\")","url(\"/images/modules/ajax/success.png\")","url(\"/images/modules/ajax/error.png\")","url(\"/images/spinners/octocat-spinner-32.gif\")","url(\"/images/modules/ajax/success@2x.png\")","url(\"/images/modules/ajax/error@2x.png\")","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","none","right","right","left","right","left","left","left","right","none","left","right","none","left","right","none","left","right","none","left","right","none"],"border-left":["0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"width":["100%","1%","99%","100%","440px","130px","250px","100%","100%","0","16px","16px","240px","100%","100%","1%","980px","33.333333%","66.666667%","25%","50%","75%","20%","80%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","2px","16px","320px","500px","220px","0","-webkit-max-content","-moz-max-content","max-content","250px","0%","100%","0%","100%","1px","1px","auto"],"text-align":["center","center","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","2","2","30","2","3","3","1000000","1000001","80","99","20"],"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"],"visibility":["hidden","hidden","visible"],"left":["-4px","10px","0","8px","50%","50%","-7px","100%","0","5px","10px","50%","0","0"],"margin-right":["5px","5px","3px","5px","-1px","auto","auto","auto","auto","-10px","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"],"border-bottom-color":["#fffbdd","#d9d0a5","#ffdce0","#cea0a5","#d1d5da","#e36209","#1b1f23"],"fill":["#28a745","#d73a49"],"resize":["vertical"],"text-overflow":["ellipsis","ellipsis"],"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 1 auto","1 1 auto","1 1 auto","1 1 auto","1 1 auto"],"-ms-grid-row-align":["center","auto","center","stretch","auto","center","stretch","auto","center","stretch","auto","center","stretch","auto","center","stretch"],"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","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"],"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","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0"],"flex-direction":["row","row-reverse","column","row","row-reverse","column","row","row-reverse","column","row","row-reverse","column","row","row-reverse","column"],"flex-wrap":["wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap"],"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-shrink":["0","0","0","0","0"],"flex-grow":["1","1","1","1","1"],"flex-basis":["0","0","0","0","0"],"min-width":["0"],"direction":["rtl","ltr","rtl","ltr","rtl","ltr","rtl","ltr","rtl","ltr"],"word-break":["break-all"],"table-layout":["fixed"],"clip":["rect(0, 0, 0, 0)","rect(1px, 1px, 1px, 1px)","auto"]}},"mediaQueries":{"total":66,"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: 1012px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(max-width: 544px)","(min-width: 544px) and (max-width: 768px)","(min-width: 768px) and (max-width: 1012px)","(min-width: 1012px)"],"contents":[{"value":"(min-width: 768px)","rules":{"total":2,"size":{"graph":[2,2],"max":2,"average":2},"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","declarations":1},{"selector":",dl.form-group>dd .form-control.is-autocheck-successful","declarations":1},{"selector":",dl.form-group>dd .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","declarations":1}]},"selectors":{"total":6,"type":6,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":["dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored"],"specificity":{"max":32,"average":32}},"declarations":{"total":4,"unique":4,"properties":{"background-size":["16px 16px"],"background-image":["url(\"/images/spinners/octocat-spinner-32.gif\")","url(\"/images/modules/ajax/success@2x.png\")","url(\"/images/modules/ajax/error@2x.png\")"]}}},{"value":"(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":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-sm-top",".border-sm-right",".border-sm-bottom",".border-sm-left",".border-sm-top-0",".border-sm-right-0",".border-sm-bottom-0",".border-sm-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-md-top",".border-md-right",".border-md-bottom",".border-md-left",".border-md-top-0",".border-md-right-0",".border-md-bottom-0",".border-md-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-lg-top",".border-lg-right",".border-lg-bottom",".border-lg-left",".border-lg-top-0",".border-lg-right-0",".border-lg-bottom-0",".border-lg-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-xl-top",".border-xl-right",".border-xl-bottom",".border-xl-left",".border-xl-top-0",".border-xl-right-0",".border-xl-bottom-0",".border-xl-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":30,"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,2,1,1,2,1,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-sm-item-equal","declarations":2},{"selector":",.flex-sm-self-stretch","declarations":2},{"selector":",.flex-sm-self-center","declarations":2},{"selector":",.flex-sm-self-auto","declarations":2},{"selector":",.flex-sm-self-baseline","declarations":1},{"selector":",.flex-sm-self-end","declarations":1},{"selector":",.flex-sm-self-start","declarations":1},{"selector":",.flex-sm-shrink-0","declarations":1},{"selector":",.flex-sm-auto","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","declarations":1},{"selector":",.flex-sm-row-reverse","declarations":1},{"selector":".flex-sm-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-wrap",".flex-sm-nowrap",".flex-sm-justify-start",".flex-sm-justify-end",".flex-sm-justify-center",".flex-sm-justify-between",".flex-sm-justify-around",".flex-sm-items-start",".flex-sm-items-end",".flex-sm-items-center",".flex-sm-items-baseline",".flex-sm-items-stretch",".flex-sm-content-start",".flex-sm-content-end",".flex-sm-content-center",".flex-sm-content-between",".flex-sm-content-around",".flex-sm-content-stretch",".flex-sm-auto",".flex-sm-shrink-0",".flex-sm-self-auto",".flex-sm-self-start",".flex-sm-self-end",".flex-sm-self-center",".flex-sm-self-baseline",".flex-sm-self-stretch",".flex-sm-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 768px)","rules":{"total":30,"size":{"graph":[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,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-md-item-equal","declarations":2},{"selector":",.flex-md-self-stretch","declarations":2},{"selector":",.flex-md-self-center","declarations":2},{"selector":",.flex-md-self-auto","declarations":2},{"selector":",.flex-md-self-baseline","declarations":1},{"selector":",.flex-md-self-end","declarations":1},{"selector":",.flex-md-self-start","declarations":1},{"selector":",.flex-md-shrink-0","declarations":1},{"selector":",.flex-md-auto","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","declarations":1},{"selector":",.flex-md-row-reverse","declarations":1},{"selector":".flex-md-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-wrap",".flex-md-nowrap",".flex-md-justify-start",".flex-md-justify-end",".flex-md-justify-center",".flex-md-justify-between",".flex-md-justify-around",".flex-md-items-start",".flex-md-items-end",".flex-md-items-center",".flex-md-items-baseline",".flex-md-items-stretch",".flex-md-content-start",".flex-md-content-end",".flex-md-content-center",".flex-md-content-between",".flex-md-content-around",".flex-md-content-stretch",".flex-md-auto",".flex-md-shrink-0",".flex-md-self-auto",".flex-md-self-start",".flex-md-self-end",".flex-md-self-center",".flex-md-self-baseline",".flex-md-self-stretch",".flex-md-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 1012px)","rules":{"total":30,"size":{"graph":[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,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-lg-item-equal","declarations":2},{"selector":",.flex-lg-self-stretch","declarations":2},{"selector":",.flex-lg-self-center","declarations":2},{"selector":",.flex-lg-self-auto","declarations":2},{"selector":",.flex-lg-self-baseline","declarations":1},{"selector":",.flex-lg-self-end","declarations":1},{"selector":",.flex-lg-self-start","declarations":1},{"selector":",.flex-lg-shrink-0","declarations":1},{"selector":",.flex-lg-auto","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","declarations":1},{"selector":",.flex-lg-row-reverse","declarations":1},{"selector":".flex-lg-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-wrap",".flex-lg-nowrap",".flex-lg-justify-start",".flex-lg-justify-end",".flex-lg-justify-center",".flex-lg-justify-between",".flex-lg-justify-around",".flex-lg-items-start",".flex-lg-items-end",".flex-lg-items-center",".flex-lg-items-baseline",".flex-lg-items-stretch",".flex-lg-content-start",".flex-lg-content-end",".flex-lg-content-center",".flex-lg-content-between",".flex-lg-content-around",".flex-lg-content-stretch",".flex-lg-auto",".flex-lg-shrink-0",".flex-lg-self-auto",".flex-lg-self-start",".flex-lg-self-end",".flex-lg-self-center",".flex-lg-self-baseline",".flex-lg-self-stretch",".flex-lg-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 1280px)","rules":{"total":30,"size":{"graph":[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,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-xl-item-equal","declarations":2},{"selector":",.flex-xl-self-stretch","declarations":2},{"selector":",.flex-xl-self-center","declarations":2},{"selector":",.flex-xl-self-auto","declarations":2},{"selector":",.flex-xl-self-baseline","declarations":1},{"selector":",.flex-xl-self-end","declarations":1},{"selector":",.flex-xl-self-start","declarations":1},{"selector":",.flex-xl-shrink-0","declarations":1},{"selector":",.flex-xl-auto","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","declarations":1},{"selector":",.flex-xl-row-reverse","declarations":1},{"selector":".flex-xl-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-wrap",".flex-xl-nowrap",".flex-xl-justify-start",".flex-xl-justify-end",".flex-xl-justify-center",".flex-xl-justify-between",".flex-xl-justify-around",".flex-xl-items-start",".flex-xl-items-end",".flex-xl-items-center",".flex-xl-items-baseline",".flex-xl-items-stretch",".flex-xl-content-start",".flex-xl-content-end",".flex-xl-content-center",".flex-xl-content-between",".flex-xl-content-around",".flex-xl-content-stretch",".flex-xl-auto",".flex-xl-shrink-0",".flex-xl-self-auto",".flex-xl-self-start",".flex-xl-self-end",".flex-xl-self-center",".flex-xl-self-baseline",".flex-xl-self-stretch",".flex-xl-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 544px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"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":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-sm-ltr","declarations":1},{"selector":".direction-sm-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-sm-rtl",".direction-sm-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 768px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-md-ltr","declarations":1},{"selector":".direction-md-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-md-rtl",".direction-md-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 1012px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-lg-ltr","declarations":1},{"selector":".direction-lg-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-lg-rtl",".direction-lg-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 1280px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-xl-ltr","declarations":1},{"selector":".direction-xl-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-xl-rtl",".direction-xl-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 544px)","rules":{"total":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":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: 544px)","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: 768px)","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: 1012px)","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"]}}}]}}}
+30
node_modules/primer-core/index.scss
··· 1 + /*! 2 + * Primer-core 3 + * http://primer.github.io 4 + * 5 + * Released under MIT license. Copyright (c) 2019 GitHub Inc. 6 + */ 7 + 8 + // Primer master file 9 + // 10 + // Imports all Primer files in their intended order for easy mass-inclusion. 11 + // Should you need specific files, you can easily use separate `@import`s. 12 + 13 + // Global requirements 14 + @import "primer-support/index.scss"; 15 + 16 + // Core modules 17 + @import "primer-base/index.scss"; 18 + @import "primer-box/index.scss"; 19 + @import "primer-breadcrumb/index.scss"; 20 + @import "primer-buttons/index.scss"; 21 + @import "primer-table-object/index.scss"; 22 + @import "primer-forms/index.scss"; 23 + @import "primer-layout/index.scss"; 24 + @import "primer-navigation/index.scss"; 25 + @import "primer-pagination/index.scss"; 26 + @import "primer-tooltips/index.scss"; 27 + @import "primer-truncate/index.scss"; 28 + 29 + // Utilities always go last so that they can override components 30 + @import "primer-utilities/index.scss";
+77
node_modules/primer-core/package.json
··· 1 + { 2 + "_from": "primer-core", 3 + "_id": "primer-core@6.10.9", 4 + "_inBundle": false, 5 + "_integrity": "sha512-OJmJzhjw4UXXU/IzH3JoJL6KGHfWep8G8t+EHNGIJVHBsrGQYylp5iEcsPuHLDQVpKbOtuj3Rqg3ef53ei2R5A==", 6 + "_location": "/primer-core", 7 + "_phantomChildren": {}, 8 + "_requested": { 9 + "type": "tag", 10 + "registry": true, 11 + "raw": "primer-core", 12 + "name": "primer-core", 13 + "escapedName": "primer-core", 14 + "rawSpec": "", 15 + "saveSpec": null, 16 + "fetchSpec": "latest" 17 + }, 18 + "_requiredBy": [ 19 + "#USER", 20 + "/" 21 + ], 22 + "_resolved": "https://registry.npmjs.org/primer-core/-/primer-core-6.10.9.tgz", 23 + "_shasum": "80a6bb4ab2b19750c39de052fd587416a76e7223", 24 + "_spec": "primer-core", 25 + "_where": "/Users/brandonrosage/github/profile-generator", 26 + "author": { 27 + "name": "GitHub, Inc." 28 + }, 29 + "bugs": { 30 + "url": "https://github.com/primer/primer/issues" 31 + }, 32 + "bundleDependencies": false, 33 + "dependencies": { 34 + "primer-base": "1.9.2", 35 + "primer-box": "2.5.13", 36 + "primer-breadcrumb": "1.5.9", 37 + "primer-buttons": "2.6.4", 38 + "primer-forms": "2.1.8", 39 + "primer-layout": "1.6.2", 40 + "primer-navigation": "1.5.11", 41 + "primer-pagination": "1.0.7", 42 + "primer-support": "4.7.2", 43 + "primer-table-object": "1.4.13", 44 + "primer-tooltips": "1.5.11", 45 + "primer-truncate": "1.4.13", 46 + "primer-utilities": "4.14.4" 47 + }, 48 + "deprecated": false, 49 + "description": "Primer's core modules", 50 + "files": [ 51 + "index.scss", 52 + "build" 53 + ], 54 + "homepage": "http://primer.github.io/", 55 + "license": "MIT", 56 + "main": "build/index.js", 57 + "name": "primer-core", 58 + "primer": { 59 + "category": "core", 60 + "module_type": "meta" 61 + }, 62 + "repository": { 63 + "type": "git", 64 + "url": "https://github.com/primer/primer/tree/master/modules/primer-core" 65 + }, 66 + "sass": "index.scss", 67 + "scripts": { 68 + "build": "../../script/npm-run primer-module-build index.scss", 69 + "lint": "../../script/lint-scss", 70 + "postpublish": "../../script/notify success", 71 + "prepare": "npm run build", 72 + "prepublishOnly": "../../script/notify pending", 73 + "test": "npm run build" 74 + }, 75 + "style": "build/build.css", 76 + "version": "6.10.9" 77 + }
+21
node_modules/primer-forms/LICENSE
··· 1 + The MIT License (MIT) 2 + 3 + Copyright (c) 2019 GitHub Inc. 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+351
node_modules/primer-forms/README.md
··· 1 + # Primer Forms 2 + 3 + [![npm version](https://img.shields.io/npm/v/primer-forms.svg)](https://www.npmjs.org/package/primer-forms) 4 + [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer) 5 + 6 + > Style individual form controls and utilize common layouts. 7 + 8 + This repository is a module of the full [primer][primer] repository. 9 + 10 + ## Install 11 + 12 + This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-forms` with this command. 13 + 14 + ``` 15 + $ npm install --save primer-forms 16 + ``` 17 + 18 + ## Usage 19 + 20 + The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. 21 + 22 + ```scss 23 + @import "primer-forms/index.scss"; 24 + ``` 25 + 26 + You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ 27 + 28 + ## Build 29 + 30 + For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. 31 + 32 + ``` 33 + $ npm run build 34 + ``` 35 + 36 + ## Documentation 37 + 38 + <!-- %docs 39 + title: Forms 40 + path: components/forms 41 + status: Stable 42 + --> 43 + 44 + Style individual form controls and utilize common layouts. 45 + 46 + {:toc} 47 + 48 + Overview: 49 + - We reset several elements' default styles for cross browser consistency and easier manipulation later. This includes `<fieldset>`s, WebKit validation bubbles, and most textual `<input>`s. 50 + - Specific types of textual `<input>`s are styled automatically, but `.form-control` is available should you need it. 51 + - Always declare a `type` on your `<button>`s. 52 + - Form layouts rely on form groups. 53 + 54 + #### Kitchen sink 55 + 56 + All our inputs and buttons side-by-side for easy testing of sizing and alignment with one another. 57 + 58 + ```html 59 + <p> 60 + <button class="btn" type="button">Button</button> 61 + <button class="btn select-menu-button" type="button" aria-expanded="false" aria-haspopup="true"> 62 + Select menu 63 + </button> 64 + <input class="form-control" type="text" placeholder="Standard input" aria-label="Repository description"> 65 + <input class="form-control input-monospace" type="text" placeholder="Monospace input" aria-label="SHA"> 66 + <select class="form-select" aria-label="Important decision"> 67 + <option>Select</option> 68 + <option value="option 2">Option 2</option> 69 + </select> 70 + </p> 71 + 72 + <p> 73 + <button class="btn btn-sm" type="button">Small button</button> 74 + <button class="btn btn-sm select-menu-button" type="button" aria-expanded="false" aria-haspopup="true"> 75 + Select menu 76 + </button> 77 + <input class="form-control input-sm" type="text" placeholder="Small input" aria-label="Repository description"> 78 + <select class="form-select select-sm" aria-label="Important decision"> 79 + <option>Select</option> 80 + <option value="option 1">Option 1</option> 81 + </select> 82 + </p> 83 + ``` 84 + 85 + #### Example form 86 + 87 + Form controls in Primer currently have no basic layout specified (this is by design). You'll need to use `<fieldset>`s, `<div>`s, or other elements and styles to rearrange them. 88 + 89 + ```html 90 + <form> 91 + <label for="name">Name</label> 92 + <input class="form-control" type="text" id="name"> 93 + 94 + <label for="email">Email address</label> 95 + <input class="form-control" type="email" id="email"> 96 + 97 + <label> 98 + <input type="checkbox"> Remember me 99 + </label> 100 + 101 + <label> 102 + <input type="radio" id="herp" name="herpderp" checked> Herp 103 + </label> 104 + <label> 105 + <input type="radio" id="derp" name="herpderp"> Derp 106 + </label> 107 + 108 + <button class="btn" type="submit">Submit</button> 109 + </form> 110 + ``` 111 + 112 + #### Form contrast 113 + 114 + Textual form controls have a white background by default. You can change this to a light gray with `.input-contrast`. 115 + 116 + ```html 117 + <form> 118 + <input class="form-control" type="text" placeholder="Default input" aria-label="Default input"> 119 + <input class="form-control input-contrast" type="text" placeholder="Input with contrast" aria-label="Input with contrast"> 120 + </form> 121 + ``` 122 + 123 + #### Sizing 124 + 125 + Make inputs smaller, larger, or full-width with an additional class. 126 + 127 + ##### Small 128 + 129 + ```html 130 + <form> 131 + <input class="form-control input-sm" type="text" placeholder="Small input" aria-label="Small input"> 132 + </form> 133 + ``` 134 + 135 + ##### Large 136 + 137 + ```html 138 + <form> 139 + <input class="form-control input-lg" type="text" placeholder="Large input" aria-label="Large input"> 140 + </form> 141 + ``` 142 + 143 + ##### Block 144 + 145 + ```html 146 + <form> 147 + <input class="form-control input-block" type="text" placeholder="Full-width input" aria-label="Full-width input"> 148 + </form> 149 + ``` 150 + 151 + ##### Hide webkit's contact info autofill icon 152 + Webkit sometimes gets confused and tries to add an icon/dropdown to autofill contact information on fields that may not be appropriate (such as input for number of users). Use this class to override the display of this icon. 153 + 154 + ```html 155 + <form> 156 + <input class="form-control input-hide-webkit-autofill" placeholder="Hide Webkit's contact autofill on this input" type="text" aria-label="Hide Webkit's contact autofill on this input"> 157 + </form> 158 + ``` 159 + 160 + #### Selects 161 + 162 + Primer adds light `height` and `vertical-align` styles to `<select>`s for all browsers to render them consistently with textual inputs. 163 + 164 + ```html 165 + <form> 166 + <select class="form-select" aria-label="Preference"> 167 + <option>Choose an option</option> 168 + <option>Git</option> 169 + <option>Subversion</option> 170 + <option>Social Coding</option> 171 + <option>Beets</option> 172 + <option>Bears</option> 173 + <option>Battlestar Galactica</option> 174 + </select> 175 + </form> 176 + ``` 177 + 178 + ##### Small 179 + 180 + Use the `.select-sm` class to resize both default and custom `<select>`s to match the size of [our small buttons](./buttons#default-buttons). 181 + 182 + ```html 183 + <select class="form-select select-sm" aria-label="Preference"> 184 + <option>Choose an option</option> 185 + <option>Git</option> 186 + <option>Subversion</option> 187 + <option>Social Coding</option> 188 + <option>Beets</option> 189 + <option>Bears</option> 190 + <option>Battlestar Galactica</option> 191 + </select> 192 + 193 + <select class="form-select select-sm" aria-label="Preference"> 194 + <option>Choose an option</option> 195 + <option>Git</option> 196 + <option>Subversion</option> 197 + <option>Social Coding</option> 198 + <option>Beets</option> 199 + <option>Bears</option> 200 + <option>Battlestar Galactica</option> 201 + </select> 202 + ``` 203 + 204 + #### Form groups 205 + 206 + ```html 207 + <form> 208 + <dl class="form-group"> 209 + <dt><label for="example-text">Example Text</label></dt> 210 + <dd><input class="form-control" type="text" value="Example Value" id="example-text"></dd> 211 + </dl> 212 + 213 + <dl class="form-group"> 214 + <dt><label for="example-select">Example Select</label></dt> 215 + <dd> 216 + <select class="form-select" id="example-select"> 217 + <option>Choose an option</option> 218 + <option>Git</option> 219 + <option>Subversion</option> 220 + <option>Social Coding</option> 221 + <option>Beets</option> 222 + <option>Bears</option> 223 + <option>Battlestar Galactica</option> 224 + </select> 225 + </dd> 226 + </dl> 227 + 228 + <dl class="form-group"> 229 + <dt><label for="example-textarea">Example Textarea</label></dt> 230 + <dd> 231 + <textarea class="form-control" id="example-textarea"></textarea> 232 + </dd> 233 + </dl> 234 + </form> 235 + ``` 236 + 237 + #### Form group validation 238 + 239 + Convey errors and warnings for form groups. Add the appropriate class—either `.errored` or `.warn`—to the `<dl class="form-group">` to start. Then, house your error messaging in an additional `<dd>` with either `.error` or `.warning`. 240 + 241 + ```html 242 + <form> 243 + <dl class="form-group errored"> 244 + <dt><label for="example-text-errored">Example Text</label></dt> 245 + <dd><input class="form-control" type="text" value="Example Value" id="example-text-errored" aria-describedby="form-error-text"></dd> 246 + <dd class="error" id="form-error-text">This example input has an error.</dd> 247 + </dl> 248 + <br> 249 + <dl class="form-group warn"> 250 + <dt><label for="example-text-warn">Example Text</label></dt> 251 + <dd><input class="form-control" type="text" value="Example Value" id="example-text-warn" aria-describedby="form-warning-text"></dd> 252 + <dd class="warning" id="form-warning-text">This example input has a warning.</dd> 253 + </dl> 254 + </form> 255 + ``` 256 + 257 + #### Checkboxes and radios 258 + 259 + Utilities to spice up the alignment and styling of checkbox and radio controls. 260 + 261 + ```html 262 + <form> 263 + <div class="form-checkbox"> 264 + <label> 265 + <input type="checkbox" checked="checked" aria-describedby="help-text-for-checkbox"> 266 + Available for hire 267 + </label> 268 + <p class="note" id="help-text-for-checkbox"> 269 + This will do insanely <strong>awesome</strong> and <strong>amazing</strong> things! 270 + </p> 271 + </div> 272 + </form> 273 + ``` 274 + 275 + You may also add emphasis to the label: 276 + 277 + ```html 278 + <form> 279 + <div class="form-checkbox"> 280 + <label> 281 + <input type="checkbox" checked="checked"> 282 + <em class="highlight">Available for hire</em> 283 + </label> 284 + </div> 285 + </form> 286 + ``` 287 + 288 + ##### Show / hide content based on a checkbox or radio button state 289 + 290 + Content that is hidden by default should only be done so if it is non-essential for the context of the surrounding content. Be sure to use the `aria-live="polite"` attribute on the parent label for added content to be announced when displayed. 291 + 292 + ```html 293 + <form> 294 + <div class="form-checkbox"> 295 + <label> 296 + <input type="radio" name="hireme"> 297 + Not available for hire 298 + </label> 299 + </div> 300 + <div class="form-checkbox"> 301 + <label aria-live="polite"> 302 + <input type="radio" class="form-checkbox-details-trigger" name="hireme"> 303 + Available for hire 304 + <span class="form-checkbox-details text-normal"> 305 + <span class="d-block mb-1">Available hours per week</span> 306 + <input type="text" name="" class="form-control input-contrast" size="3"> 307 + <span class="text-small text-gray pl-2">hours per week</span> 308 + </span> 309 + </label> 310 + </div> 311 + </form> 312 + ``` 313 + 314 + #### Input group 315 + 316 + Attached an input and button to one another. 317 + 318 + ```erb 319 + <form> 320 + <div class="input-group"> 321 + <input class="form-control" type="text" placeholder="Username" aria-label="Username"> 322 + <span class="input-group-button"> 323 + <button class="btn" type="button" aria-label="Copy to clipboard"> 324 + <%= octicon "clippy" %> 325 + </button> 326 + </span> 327 + </div> 328 + </form> 329 + ``` 330 + 331 + #### Form actions 332 + 333 + Align buttons to the right—via `float: right` on the buttons—in forms with `.form-actions`. The floats are automatically cleared for you. 334 + 335 + ```html 336 + <div class="form-actions"> 337 + <button type="submit" class="btn btn-primary">Save changes</button> 338 + <button type="button" class="btn">Cancel</button> 339 + </div> 340 + ``` 341 + <!-- %enddocs --> 342 + 343 + ## License 344 + 345 + [MIT](./LICENSE) &copy; [GitHub](https://github.com/) 346 + 347 + [primer]: https://github.com/primer/primer 348 + [docs]: http://primer.github.io/ 349 + [npm]: https://www.npmjs.com/ 350 + [install-npm]: https://docs.npmjs.com/getting-started/installing-node 351 + [sass]: http://sass-lang.com/
+1
node_modules/primer-forms/build/build.css
··· 1 + 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}:-ms-input-placeholder{color:#6a737d}::placeholder{color:#6a737d}.input-sm{min-height:28px;padding-top:3px;padding-bottom:3px;font-size:12px;line-height:20px}.input-lg{padding:4px 10px;font-size:16px}.input-block{display:block;width:100%}.input-monospace{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace}.input-hide-webkit-autofill::-webkit-contacts-auto-fill-button{position:absolute;right:0;display:none !important;pointer-events:none;visibility:hidden}.form-checkbox{padding-left:20px;margin:15px 0;vertical-align:middle}.form-checkbox label em.highlight{position:relative;left:-4px;padding:2px 4px;font-style:normal;background:#fffbdd;border-radius:3px}.form-checkbox input[type=checkbox],.form-checkbox input[type=radio]{float:left;margin:5px 0 0 -20px;vertical-align:middle}.form-checkbox .note{display:block;margin:0;font-size:12px;font-weight: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{display:inline-block;margin:5px 0 0;color:#586069}.hfields .form-group dt img{position:relative;top:-2px}.hfields .btn{float:left;margin:28px 25px 0 -20px}.hfields .form-select{margin-top:5px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.form-actions::before{display:table;content:""}.form-actions::after{display:table;clear:both;content:""}.form-actions .btn{float:right}.form-actions .btn+.btn{margin-right:5px}.form-warning{padding:8px 10px;margin:10px 0;font-size:14px;color:#735c0f;background:#fffbdd;border:1px solid #d9d0a5;border-radius:3px}.form-warning p{margin:0;line-height:1.5}.form-warning a{font-weight:600}.form-select{display:inline-block;max-width:100%;height:34px;padding-right:24px;padding-right:8px \9;background:#fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center;background-image:none \9;background-size:8px 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select::-ms-expand{opacity:0}.form-select[multiple]{height:auto}.select-sm{height:28px;min-height:28px;padding-top:3px;padding-bottom:3px;font-size:12px}.select-sm[multiple]{height:auto;min-height:0}.form-group{margin:15px 0}.form-group .form-control{width:440px;max-width:100%;margin-right:5px;background-color:#fafbfc}.form-group .form-control:focus{background-color:#fff}.form-group .form-control.shorter{width:130px}.form-group .form-control.short{width:250px}.form-group .form-control.long{width:100%}.form-group textarea.form-control{width:100%;height:200px;min-height:200px}.form-group textarea.form-control.short{height:50px;min-height:50px}.form-group dt{margin:0 0 6px}.form-group label{position:relative}.form-group.flattened dt{float:left;margin:0;line-height:32px}.form-group.flattened dd{line-height:32px}.form-group dd h4{margin:4px 0 0}.form-group dd h4.is-error{color:#cb2431}.form-group dd h4.is-success{color:#28a745}.form-group dd h4+.note{margin-top:0}.form-group.required dt label::after{padding-left:5px;color:#cb2431;content:"*"}.form-group .success,.form-group .error,.form-group .indicator{display:none;font-size:12px;font-weight:600}.form-group.loading{opacity:0.5}.form-group.loading .indicator{display:inline}.form-group.loading .spinner{display:inline-block;vertical-align:middle}.form-group.successful .success{display:inline;color:#28a745}.form-group.warn .warning,.form-group.warn .error,.form-group.errored .warning,.form-group.errored .error{position:absolute;z-index:10;display:block;max-width:450px;padding:5px 8px;margin:4px 0 0;font-size:13px;font-weight:400;border-style:solid;border-width:1px;border-radius:3px}.form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .warning::after,.form-group.errored .warning::before,.form-group.errored .error::after,.form-group.errored .error::before{position:absolute;bottom:100%;left:10px;z-index:15;width:0;height:0;pointer-events:none;content:" ";border:solid transparent}.form-group.warn .warning::after,.form-group.warn .error::after,.form-group.errored .warning::after,.form-group.errored .error::after{border-width:5px}.form-group.warn .warning::before,.form-group.warn .error::before,.form-group.errored .warning::before,.form-group.errored .error::before{margin-left:-1px;border-width:6px}.form-group.warn .warning{color:#735c0f;background-color:#fffbdd;border-color:#d9d0a5}.form-group.warn .warning::after{border-bottom-color:#fffbdd}.form-group.warn .warning::before{border-bottom-color:#d9d0a5}.form-group.errored label{color:#cb2431}.form-group.errored .error{color:#86181d;background-color:#ffdce0;border-color:#cea0a5}.form-group.errored .error::after{border-bottom-color:#ffdce0}.form-group.errored .error::before{border-bottom-color:#cea0a5}.note{min-height:17px;margin:4px 0 2px;font-size:12px;color:#586069}.note .spinner{margin-right:3px;vertical-align:middle}dl.form-group>dd .form-control.is-autocheck-loading,dl.form-group>dd .form-control.is-autocheck-successful,dl.form-group>dd .form-control.is-autocheck-errored{padding-right:30px}dl.form-group>dd .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-16px.gif")}dl.form-group>dd .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success.png")}dl.form-group>dd .form-control.is-autocheck-errored{background-image:url("/images/modules/ajax/error.png")}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){dl.form-group>dd .form-control.is-autocheck-loading,dl.form-group>dd .form-control.is-autocheck-successful,dl.form-group>dd .form-control.is-autocheck-errored{background-size:16px 16px}dl.form-group>dd .form-control.is-autocheck-loading{background-image:url("/images/spinners/octocat-spinner-32.gif")}dl.form-group>dd .form-control.is-autocheck-successful{background-image:url("/images/modules/ajax/success@2x.png")}dl.form-group>dd .form-control.is-autocheck-errored{background-image:url("/images/modules/ajax/error@2x.png")}}.status-indicator{display:inline-block;width:16px;height:16px;margin-left:5px}.status-indicator .octicon{display:none}.status-indicator-success::before{content:""}.status-indicator-success .octicon-check{display:inline-block;color:#28a745;fill:#28a745}.status-indicator-success .octicon-x{display:none}.status-indicator-failed::before{content:""}.status-indicator-failed .octicon-check{display:none}.status-indicator-failed .octicon-x{display:inline-block;color:#cb2431;fill:#d73a49}.status-indicator-loading{width:16px;background:url("/images/spinners/octocat-spinner-32-EAF2F5.gif") 0 0 no-repeat;background-size:16px}.inline-form{display:inline-block}.inline-form .btn-plain{background-color:transparent;border:0}.drag-and-drop{padding:7px 10px;margin:0;font-size:13px;line-height:16px;color:#586069;background-color:#fafbfc;border:1px solid #c3c8cf;border-top:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.drag-and-drop .default,.drag-and-drop .loading,.drag-and-drop .error{display:none}.drag-and-drop .error{color:#cb2431}.drag-and-drop img{vertical-align:top}.is-default .drag-and-drop .default{display:inline-block}.is-uploading .drag-and-drop .loading{display:inline-block}.is-bad-file .drag-and-drop .bad-file{display:inline-block}.is-duplicate-filename .drag-and-drop .duplicate-filename{display:inline-block}.is-too-big .drag-and-drop .too-big{display:inline-block}.is-hidden-file .drag-and-drop .hidden-file{display:inline-block}.is-empty .drag-and-drop .empty{display:inline-block}.is-bad-permissions .drag-and-drop .bad-permissions{display:inline-block}.is-repository-required .drag-and-drop .repository-required{display:inline-block}.drag-and-drop-error-info{font-weight: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}
+1
node_modules/primer-forms/build/data.json
··· 1 + {"cssstats":{"size":11779,"gzipSize":3003,"humanizedSize":"12kB","humanizedGzipSize":"3kB","rules":{"total":148,"size":{"graph":[3,1,13,3,1,1,1,1,1,5,2,2,1,5,3,6,3,5,1,1,1,2,3,2,3,2,2,1,3,2,3,1,1,7,2,1,11,1,1,5,2,1,4,1,1,1,1,3,2,1,1,3,1,1,1,1,1,3,3,1,1,2,2,11,9,1,2,3,1,1,1,3,1,1,4,2,1,1,1,1,1,1,1,1,4,1,1,3,1,1,1,3,3,1,2,10,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,6,1,3,4,2,1,1,1,1,1,2,1,1,2,1,6,1,2,2,1,4,3,1,2,2,1,1,2,1,1,1,1,2,2,1,2,1],"max":13,"average":2.1216216216216215},"selectorByRuleSizes":[{"selector":".form-control,.form-select","declarations":13},{"selector":".form-group.warn .warning,.form-group.warn .error,.form-group.errored .warning,.form-group.errored .error","declarations":11},{"selector":".form-select","declarations":11},{"selector":".drag-and-drop","declarations":10},{"selector":".form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .warning::after,.form-group.errored .warning::before,.form-group.errored .error::after,.form-group.errored .error::before","declarations":9},{"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":".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":"p.explain","declarations":3},{"selector":".btn .manual-file-chooser","declarations":3},{"selector":".status-indicator-loading","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 .success,.form-group .error,.form-group .indicator","declarations":3},{"selector":".form-group.required dt label::after","declarations":3},{"selector":".form-group.flattened dt","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","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":".form-control.focus,.form-control:focus,.form-select.focus,.form-select:focus","declarations":3},{"selector":"fieldset","declarations":3},{"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.warn .warning::before,.form-group.warn .error::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","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-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","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-successful","declarations":1},{"selector":"dl.form-group>dd .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","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-errored","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-successful","declarations":1},{"selector":"dl.form-group>dd .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","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.warn .warning::after,.form-group.warn .error::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","declarations":1},{"selector":".form-group dd h4.is-success","declarations":1},{"selector":".form-group dd h4.is-error","declarations":1},{"selector":".form-group dd h4","declarations":1},{"selector":".form-group.flattened dd","declarations":1},{"selector":".form-group label","declarations":1},{"selector":".form-group dt","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":".input-contrast:focus","declarations":1},{"selector":".input-contrast","declarations":1},{"selector":".form-control,.form-select","declarations":1},{"selector":"label","declarations":1}]},"selectors":{"total":186,"type":47,"class":180,"id":0,"pseudoClass":14,"pseudoElement":27,"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",":-ms-input-placeholder","::placeholder",".input-sm",".input-lg",".input-block",".input-monospace",".input-hide-webkit-autofill::-webkit-contacts-auto-fill-button",".form-checkbox",".form-checkbox label em.highlight",".form-checkbox input[type=checkbox]",".form-checkbox input[type=radio]",".form-checkbox .note",".form-checkbox-details",".form-checkbox-details-trigger:checked ~ * .form-checkbox-details",".form-checkbox-details-trigger:checked ~ .form-checkbox-details",".hfields",".hfields::before",".hfields::after",".hfields .form-group",".hfields .form-group dt label",".hfields .form-group dt img",".hfields .btn",".hfields .form-select","input::-webkit-outer-spin-button","input::-webkit-inner-spin-button",".form-actions::before",".form-actions::after",".form-actions .btn",".form-actions .btn+.btn",".form-warning",".form-warning p",".form-warning a",".form-select",".form-select::-ms-expand",".form-select[multiple]",".select-sm",".select-sm[multiple]",".form-group",".form-group .form-control",".form-group .form-control:focus",".form-group .form-control.shorter",".form-group .form-control.short",".form-group .form-control.long",".form-group textarea.form-control",".form-group textarea.form-control.short",".form-group dt",".form-group label",".form-group.flattened dt",".form-group.flattened dd",".form-group dd h4",".form-group dd h4.is-error",".form-group dd h4.is-success",".form-group dd h4+.note",".form-group.required dt label::after",".form-group .success",".form-group .error",".form-group .indicator",".form-group.loading",".form-group.loading .indicator",".form-group.loading .spinner",".form-group.successful .success",".form-group.warn .warning",".form-group.warn .error",".form-group.errored .warning",".form-group.errored .error",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.warn .error::after",".form-group.warn .error::before",".form-group.errored .warning::after",".form-group.errored .warning::before",".form-group.errored .error::after",".form-group.errored .error::before",".form-group.warn .warning::after",".form-group.warn .error::after",".form-group.errored .warning::after",".form-group.errored .error::after",".form-group.warn .warning::before",".form-group.warn .error::before",".form-group.errored .warning::before",".form-group.errored .error::before",".form-group.warn .warning",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.errored label",".form-group.errored .error",".form-group.errored .error::after",".form-group.errored .error::before",".note",".note .spinner","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".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"],"specificity":{"max":32,"average":21.021505376344088}},"declarations":{"total":314,"unique":181,"properties":{"padding":["0","6px 8px","4px 10px","2px 4px","8px 10px","5px 8px","7px 10px","5px","0","8px 8px 0","8px"],"margin":["0","15px 0","5px 0 0 -20px","0","15px 0","0 30px 0 0","5px 0 0","28px 25px 0 -20px","0","10px 0","0","15px 0","0 0 6px","0","4px 0 0","4px 0 0","4px 0 2px","0","0 8px 8px","0 0 10px","15px 0 0"],"border":["0","1px solid #d1d5da","1px solid #d9d0a5","solid transparent","0","1px solid #c3c8cf","1px solid #c3c8cf","0"],"font-weight":["600","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"],"line-height":["20px","20px","1.5","32px","32px","16px","34px"],"color":["#24292e","#6a737d","#6a737d","#586069","#586069","#735c0f","#cb2431","#28a745","#cb2431","#28a745","#735c0f","#cb2431","#86181d","#586069","#28a745","#cb2431","#586069","#cb2431","#586069","#0366d6","#586069","#586069","#24292e","#959da5"],"vertical-align":["middle","middle","middle","middle","middle","top","middle"],"background-color":["#fff","#fafbfc","#fff","#fafbfc","#fff","#fffbdd","#ffdce0","transparent","#fafbfc"],"background-repeat":["no-repeat"],"background-position":["right 8px center"],"border-radius":["3px","3px","3px","3px","3px"],"outline":["none","none"],"box-shadow":["inset 0 1px 2px rgba(27,31,35,0.075)","inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)","inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)","none","#c9ff00 0 0 3px"],"border-color":["#2188ff","#d9d0a5","#cea0a5","#4a9eff"],"padding-top":["3px","3px"],"padding-bottom":["3px","3px"],"display":["block","none","block","none","block","table","table","inline-block","table","table","inline-block","none","inline","inline-block","inline","block","inline-block","none","inline-block","none","none","inline-block","inline-block","none","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","block","none","block","block","table","inline-table","table-cell"],"width":["100%","440px","130px","250px","100%","100%","0","16px","16px","240px","100%","100%","1%"],"font-family":["\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"],"position":["absolute","relative","relative","relative","absolute","absolute","absolute","relative","relative","relative","relative","static","relative"],"right":["0"],"pointer-events":["none","none"],"visibility":["hidden"],"padding-left":["20px","5px"],"left":["-4px","10px"],"font-style":["normal"],"background":["#fffbdd","#fffbdd","#fff url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC\") no-repeat right 8px center","url(\"/images/spinners/octocat-spinner-32-EAF2F5.gif\") 0 0 no-repeat"],"float":["left","left","left","right","left","right"],"content":["\"\"","\"\"","\"\"","\"\"","\"*\"","\" \"","\"\"","\"\""],"clear":["both","both"],"top":["-2px","0","-4px"],"margin-top":["5px","0","10px","0"],"-webkit-appearance":["none","none"],"appearance":["none","none"],"margin-right":["5px","5px","3px","5px","-1px"],"max-width":["100%","100%","450px"],"height":["34px","auto","28px","auto","200px","50px","0","16px","200px"],"padding-right":["24px","8px \\9","30px"],"background-image":["none \\9","url(\"/images/spinners/octocat-spinner-16px.gif\")","url(\"/images/modules/ajax/success.png\")","url(\"/images/modules/ajax/error.png\")","url(\"/images/spinners/octocat-spinner-32.gif\")","url(\"/images/modules/ajax/success@2x.png\")","url(\"/images/modules/ajax/error@2x.png\")"],"background-size":["8px 10px","16px 16px","16px"],"-moz-appearance":["none"],"opacity":["0","0.5","0.0001"],"z-index":["10","15","2"],"border-style":["solid"],"border-width":["1px","5px","6px"],"bottom":["100%"],"margin-left":["-1px","5px","-80px","0","-1px"],"border-bottom-color":["#fffbdd","#d9d0a5","#ffdce0","#cea0a5"],"fill":["#28a745","#d73a49"],"border-top":["0"],"border-bottom-right-radius":["3px","0","0"],"border-bottom-left-radius":["3px","0","0"],"cursor":["pointer"],"text-decoration":["underline"],"border-bottom":["1px dashed #dfe2e5"],"margin-bottom":["8px"],"max-height":["500px"],"resize":["vertical"],"border-top-right-radius":["0"],"border-top-left-radius":["0"]}},"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","declarations":1},{"selector":",dl.form-group>dd .form-control.is-autocheck-successful","declarations":1},{"selector":",dl.form-group>dd .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","declarations":1}]},"selectors":{"total":6,"type":6,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":["dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored"],"specificity":{"max":32,"average":32}},"declarations":{"total":4,"unique":4,"properties":{"background-size":["16px 16px"],"background-image":["url(\"/images/spinners/octocat-spinner-32.gif\")","url(\"/images/modules/ajax/success@2x.png\")","url(\"/images/modules/ajax/error@2x.png\")"]}}}]}}}
+1
node_modules/primer-forms/build/index.js
··· 1 + module.exports = {"cssstats":{"size":11779,"gzipSize":3003,"humanizedSize":"12kB","humanizedGzipSize":"3kB","rules":{"total":148,"size":{"graph":[3,1,13,3,1,1,1,1,1,5,2,2,1,5,3,6,3,5,1,1,1,2,3,2,3,2,2,1,3,2,3,1,1,7,2,1,11,1,1,5,2,1,4,1,1,1,1,3,2,1,1,3,1,1,1,1,1,3,3,1,1,2,2,11,9,1,2,3,1,1,1,3,1,1,4,2,1,1,1,1,1,1,1,1,4,1,1,3,1,1,1,3,3,1,2,10,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,6,1,3,4,2,1,1,1,1,1,2,1,1,2,1,6,1,2,2,1,4,3,1,2,2,1,1,2,1,1,1,1,2,2,1,2,1],"max":13,"average":2.1216216216216215},"selectorByRuleSizes":[{"selector":".form-control,.form-select","declarations":13},{"selector":".form-group.warn .warning,.form-group.warn .error,.form-group.errored .warning,.form-group.errored .error","declarations":11},{"selector":".form-select","declarations":11},{"selector":".drag-and-drop","declarations":10},{"selector":".form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .warning::after,.form-group.errored .warning::before,.form-group.errored .error::after,.form-group.errored .error::before","declarations":9},{"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":".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":"p.explain","declarations":3},{"selector":".btn .manual-file-chooser","declarations":3},{"selector":".status-indicator-loading","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 .success,.form-group .error,.form-group .indicator","declarations":3},{"selector":".form-group.required dt label::after","declarations":3},{"selector":".form-group.flattened dt","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","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":".form-control.focus,.form-control:focus,.form-select.focus,.form-select:focus","declarations":3},{"selector":"fieldset","declarations":3},{"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.warn .warning::before,.form-group.warn .error::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","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-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","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-successful","declarations":1},{"selector":"dl.form-group>dd .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","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-errored","declarations":1},{"selector":"dl.form-group>dd .form-control.is-autocheck-successful","declarations":1},{"selector":"dl.form-group>dd .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","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.warn .warning::after,.form-group.warn .error::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","declarations":1},{"selector":".form-group dd h4.is-success","declarations":1},{"selector":".form-group dd h4.is-error","declarations":1},{"selector":".form-group dd h4","declarations":1},{"selector":".form-group.flattened dd","declarations":1},{"selector":".form-group label","declarations":1},{"selector":".form-group dt","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":".input-contrast:focus","declarations":1},{"selector":".input-contrast","declarations":1},{"selector":".form-control,.form-select","declarations":1},{"selector":"label","declarations":1}]},"selectors":{"total":186,"type":47,"class":180,"id":0,"pseudoClass":14,"pseudoElement":27,"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",":-ms-input-placeholder","::placeholder",".input-sm",".input-lg",".input-block",".input-monospace",".input-hide-webkit-autofill::-webkit-contacts-auto-fill-button",".form-checkbox",".form-checkbox label em.highlight",".form-checkbox input[type=checkbox]",".form-checkbox input[type=radio]",".form-checkbox .note",".form-checkbox-details",".form-checkbox-details-trigger:checked ~ * .form-checkbox-details",".form-checkbox-details-trigger:checked ~ .form-checkbox-details",".hfields",".hfields::before",".hfields::after",".hfields .form-group",".hfields .form-group dt label",".hfields .form-group dt img",".hfields .btn",".hfields .form-select","input::-webkit-outer-spin-button","input::-webkit-inner-spin-button",".form-actions::before",".form-actions::after",".form-actions .btn",".form-actions .btn+.btn",".form-warning",".form-warning p",".form-warning a",".form-select",".form-select::-ms-expand",".form-select[multiple]",".select-sm",".select-sm[multiple]",".form-group",".form-group .form-control",".form-group .form-control:focus",".form-group .form-control.shorter",".form-group .form-control.short",".form-group .form-control.long",".form-group textarea.form-control",".form-group textarea.form-control.short",".form-group dt",".form-group label",".form-group.flattened dt",".form-group.flattened dd",".form-group dd h4",".form-group dd h4.is-error",".form-group dd h4.is-success",".form-group dd h4+.note",".form-group.required dt label::after",".form-group .success",".form-group .error",".form-group .indicator",".form-group.loading",".form-group.loading .indicator",".form-group.loading .spinner",".form-group.successful .success",".form-group.warn .warning",".form-group.warn .error",".form-group.errored .warning",".form-group.errored .error",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.warn .error::after",".form-group.warn .error::before",".form-group.errored .warning::after",".form-group.errored .warning::before",".form-group.errored .error::after",".form-group.errored .error::before",".form-group.warn .warning::after",".form-group.warn .error::after",".form-group.errored .warning::after",".form-group.errored .error::after",".form-group.warn .warning::before",".form-group.warn .error::before",".form-group.errored .warning::before",".form-group.errored .error::before",".form-group.warn .warning",".form-group.warn .warning::after",".form-group.warn .warning::before",".form-group.errored label",".form-group.errored .error",".form-group.errored .error::after",".form-group.errored .error::before",".note",".note .spinner","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored",".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"],"specificity":{"max":32,"average":21.021505376344088}},"declarations":{"total":314,"unique":181,"properties":{"padding":["0","6px 8px","4px 10px","2px 4px","8px 10px","5px 8px","7px 10px","5px","0","8px 8px 0","8px"],"margin":["0","15px 0","5px 0 0 -20px","0","15px 0","0 30px 0 0","5px 0 0","28px 25px 0 -20px","0","10px 0","0","15px 0","0 0 6px","0","4px 0 0","4px 0 0","4px 0 2px","0","0 8px 8px","0 0 10px","15px 0 0"],"border":["0","1px solid #d1d5da","1px solid #d9d0a5","solid transparent","0","1px solid #c3c8cf","1px solid #c3c8cf","0"],"font-weight":["600","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"],"line-height":["20px","20px","1.5","32px","32px","16px","34px"],"color":["#24292e","#6a737d","#6a737d","#586069","#586069","#735c0f","#cb2431","#28a745","#cb2431","#28a745","#735c0f","#cb2431","#86181d","#586069","#28a745","#cb2431","#586069","#cb2431","#586069","#0366d6","#586069","#586069","#24292e","#959da5"],"vertical-align":["middle","middle","middle","middle","middle","top","middle"],"background-color":["#fff","#fafbfc","#fff","#fafbfc","#fff","#fffbdd","#ffdce0","transparent","#fafbfc"],"background-repeat":["no-repeat"],"background-position":["right 8px center"],"border-radius":["3px","3px","3px","3px","3px"],"outline":["none","none"],"box-shadow":["inset 0 1px 2px rgba(27,31,35,0.075)","inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)","inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3)","none","#c9ff00 0 0 3px"],"border-color":["#2188ff","#d9d0a5","#cea0a5","#4a9eff"],"padding-top":["3px","3px"],"padding-bottom":["3px","3px"],"display":["block","none","block","none","block","table","table","inline-block","table","table","inline-block","none","inline","inline-block","inline","block","inline-block","none","inline-block","none","none","inline-block","inline-block","none","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","inline-block","block","none","block","block","table","inline-table","table-cell"],"width":["100%","440px","130px","250px","100%","100%","0","16px","16px","240px","100%","100%","1%"],"font-family":["\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"],"position":["absolute","relative","relative","relative","absolute","absolute","absolute","relative","relative","relative","relative","static","relative"],"right":["0"],"pointer-events":["none","none"],"visibility":["hidden"],"padding-left":["20px","5px"],"left":["-4px","10px"],"font-style":["normal"],"background":["#fffbdd","#fffbdd","#fff url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC\") no-repeat right 8px center","url(\"/images/spinners/octocat-spinner-32-EAF2F5.gif\") 0 0 no-repeat"],"float":["left","left","left","right","left","right"],"content":["\"\"","\"\"","\"\"","\"\"","\"*\"","\" \"","\"\"","\"\""],"clear":["both","both"],"top":["-2px","0","-4px"],"margin-top":["5px","0","10px","0"],"-webkit-appearance":["none","none"],"appearance":["none","none"],"margin-right":["5px","5px","3px","5px","-1px"],"max-width":["100%","100%","450px"],"height":["34px","auto","28px","auto","200px","50px","0","16px","200px"],"padding-right":["24px","8px \\9","30px"],"background-image":["none \\9","url(\"/images/spinners/octocat-spinner-16px.gif\")","url(\"/images/modules/ajax/success.png\")","url(\"/images/modules/ajax/error.png\")","url(\"/images/spinners/octocat-spinner-32.gif\")","url(\"/images/modules/ajax/success@2x.png\")","url(\"/images/modules/ajax/error@2x.png\")"],"background-size":["8px 10px","16px 16px","16px"],"-moz-appearance":["none"],"opacity":["0","0.5","0.0001"],"z-index":["10","15","2"],"border-style":["solid"],"border-width":["1px","5px","6px"],"bottom":["100%"],"margin-left":["-1px","5px","-80px","0","-1px"],"border-bottom-color":["#fffbdd","#d9d0a5","#ffdce0","#cea0a5"],"fill":["#28a745","#d73a49"],"border-top":["0"],"border-bottom-right-radius":["3px","0","0"],"border-bottom-left-radius":["3px","0","0"],"cursor":["pointer"],"text-decoration":["underline"],"border-bottom":["1px dashed #dfe2e5"],"margin-bottom":["8px"],"max-height":["500px"],"resize":["vertical"],"border-top-right-radius":["0"],"border-top-left-radius":["0"]}},"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","declarations":1},{"selector":",dl.form-group>dd .form-control.is-autocheck-successful","declarations":1},{"selector":",dl.form-group>dd .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","declarations":1}]},"selectors":{"total":6,"type":6,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":["dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored","dl.form-group>dd .form-control.is-autocheck-loading","dl.form-group>dd .form-control.is-autocheck-successful","dl.form-group>dd .form-control.is-autocheck-errored"],"specificity":{"max":32,"average":32}},"declarations":{"total":4,"unique":4,"properties":{"background-size":["16px 16px"],"background-image":["url(\"/images/spinners/octocat-spinner-32.gif\")","url(\"/images/modules/ajax/success@2x.png\")","url(\"/images/modules/ajax/error@2x.png\")"]}}}]}}}
+6
node_modules/primer-forms/index.scss
··· 1 + @import "primer-support/index.scss"; 2 + @import "./lib/form-control.scss"; 3 + @import "./lib/form-select.scss"; 4 + @import "./lib/form-group.scss"; 5 + @import "./lib/form-validation.scss"; 6 + @import "./lib/input-group.scss";
+216
node_modules/primer-forms/lib/form-control.scss
··· 1 + // Needs refactoring 2 + // stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors 3 + // stylelint-disable selector-max-type 4 + // Base form controls 5 + // 6 + // Overrides for common inputs for easier styling. 7 + 8 + fieldset { 9 + padding: 0; 10 + margin: 0; 11 + border: 0; 12 + } 13 + 14 + label { 15 + font-weight: $font-weight-bold; 16 + } 17 + 18 + .form-control, 19 + .form-select { 20 + min-height: 34px; 21 + padding: 6px $spacer-2; 22 + font-size: $h4-size; 23 + line-height: 20px; 24 + color: $text-gray-dark; 25 + vertical-align: middle; 26 + background-color: $bg-white; 27 + background-repeat: no-repeat; // Repeat and position set for form states (success, error, etc) 28 + background-position: right 8px center; // For form validation. This keeps images 8px from right and centered vertically. 29 + border: 1px solid $border-gray-dark; 30 + border-radius: 3px; 31 + outline: none; 32 + box-shadow: $form-control-shadow; 33 + 34 + &.focus, 35 + &:focus { 36 + border-color: $blue-400; 37 + outline: none; 38 + box-shadow: $form-control-shadow, $btn-input-focus-shadow; 39 + } 40 + 41 + // Ensures inputs don't zoom on mobile but are body-font size on desktop 42 + @include breakpoint(md) { 43 + font-size: $body-font-size; 44 + } 45 + } 46 + 47 + // Inputs with contrast for easy light gray backgrounds against white. 48 + .input-contrast { 49 + background-color: $bg-gray-light; 50 + 51 + &:focus { background-color: $bg-white; } 52 + } 53 + 54 + // Custom styling for HTML5 validation bubbles (WebKit only) 55 + ::placeholder { 56 + color: $text-gray-light; 57 + } 58 + 59 + // Mini inputs, to match .minibutton 60 + .input-sm { 61 + min-height: 28px; 62 + padding-top: 3px; 63 + padding-bottom: 3px; 64 + font-size: $font-size-small; 65 + line-height: 20px; 66 + } 67 + 68 + // Large inputs 69 + .input-lg { 70 + padding: $spacer-1 10px; 71 + font-size: $h4-size; 72 + } 73 + 74 + // Full-width inputs 75 + .input-block { 76 + display: block; 77 + width: 100%; 78 + } 79 + 80 + // Inputs with monospace text 81 + .input-monospace { 82 + font-family: $mono-font; 83 + } 84 + 85 + // Hide the icon that tries to autofill contact info in webkit 86 + .input-hide-webkit-autofill { 87 + &::-webkit-contacts-auto-fill-button { 88 + position: absolute; 89 + right: 0; 90 + display: none !important; 91 + pointer-events: none; 92 + visibility: hidden; 93 + } 94 + } 95 + 96 + // Checkboxes and Radiobuttons 97 + // 98 + // For checkboxes and radio button selections. 99 + .form-checkbox { 100 + padding-left: 20px; 101 + margin: 15px 0; 102 + vertical-align: middle; 103 + 104 + label { 105 + em.highlight { 106 + position: relative; 107 + left: -$spacer-1; 108 + padding: 2px $spacer-1; 109 + font-style: normal; 110 + background: $yellow-100; 111 + border-radius: 3px; 112 + } 113 + } 114 + 115 + input[type=checkbox], 116 + input[type=radio] { 117 + float: left; 118 + margin: 5px 0 0 -20px; 119 + vertical-align: middle; 120 + } 121 + 122 + .note { 123 + display: block; 124 + margin: 0; 125 + font-size: $font-size-small; 126 + font-weight: $font-weight-normal; 127 + color: $gray-600; 128 + } 129 + } 130 + 131 + .form-checkbox-details { 132 + display: none; 133 + } 134 + 135 + .form-checkbox-details-trigger { 136 + &:checked { 137 + ~ * .form-checkbox-details, // child of sibling 138 + ~ .form-checkbox-details { // or sibling 139 + display: block; 140 + } 141 + } 142 + } 143 + 144 + // Field groups 145 + // 146 + // Wrap field groups in `<div.hfields>` to lay them out horizontally - great for 147 + // the top of pages with autosave. 148 + .hfields { 149 + margin: 15px 0; 150 + @include clearfix; 151 + 152 + .form-group { 153 + float: left; 154 + margin: 0 30px 0 0; 155 + 156 + dt { 157 + label { 158 + display: inline-block; 159 + margin: 5px 0 0; 160 + color: $gray-600; 161 + } 162 + 163 + img { 164 + position: relative; 165 + top: -2px; 166 + } 167 + } 168 + } 169 + 170 + .btn { 171 + float: left; 172 + margin: 28px 25px 0 -20px; 173 + } 174 + 175 + .form-select { margin-top: 5px; } 176 + } 177 + 178 + // Hide the up/down buttons in <input type="number"> in the login form, the 179 + // input is used for two-factor auth codes, type="number" makes it more usable 180 + // on phones 181 + input::-webkit-outer-spin-button, 182 + input::-webkit-inner-spin-button { 183 + margin: 0; 184 + appearance: none; 185 + } 186 + 187 + // Input groups 188 + 189 + .form-actions { 190 + @include clearfix; 191 + 192 + .btn { 193 + float: right; 194 + 195 + + .btn { 196 + margin-right: 5px; 197 + } 198 + } 199 + } 200 + 201 + .form-warning { 202 + padding: $spacer-2 10px; 203 + margin: 10px 0; 204 + font-size: $h5-size; 205 + color: $yellow-900; 206 + background: $yellow-100; 207 + border: 1px solid $border-yellow; 208 + border-radius: 3px; 209 + 210 + p { 211 + margin: 0; 212 + line-height: $lh-default; 213 + } 214 + 215 + a { font-weight: $font-weight-bold; } 216 + }
+215
node_modules/primer-forms/lib/form-group.scss
··· 1 + // Form groups 2 + // 3 + // Typical form groups - `<dl.form-group>` with a `<dt>` containing the label and 4 + // `<dd> containing the form elements. 5 + // stylelint-disable selector-max-compound-selectors 6 + // stylelint-disable selector-max-type 7 + .form-group { 8 + margin: 15px 0; 9 + 10 + // Text fields 11 + .form-control { 12 + width: 440px; 13 + max-width: 100%; 14 + margin-right: 5px; 15 + background-color: $bg-gray-light; 16 + 17 + &:focus { 18 + background-color: $bg-white; 19 + } 20 + 21 + &.shorter { width: 130px; } 22 + 23 + &.short { width: 250px; } 24 + 25 + &.long { width: 100%; } 26 + } 27 + 28 + // Textarea 29 + // stylelint-disable selector-no-qualifying-type 30 + textarea.form-control { 31 + width: 100%; 32 + height: 200px; 33 + min-height: 200px; 34 + 35 + &.short { 36 + height: 50px; 37 + min-height: 50px; 38 + } 39 + } 40 + // stylelint-enable selector-no-qualifying-type 41 + 42 + // The Label 43 + dt { 44 + margin: 0 0 6px; 45 + } 46 + 47 + label { 48 + position: relative; 49 + } 50 + 51 + &.flattened dt { 52 + float: left; 53 + margin: 0; 54 + line-height: 32px; 55 + } 56 + 57 + &.flattened dd { 58 + line-height: 32px; 59 + } 60 + 61 + // 62 + // Form Elements 63 + // 64 + // stylelint-disable selector-no-qualifying-type 65 + dd { 66 + h4 { 67 + margin: $spacer-1 0 0; 68 + 69 + &.is-error { color: $text-red; } 70 + 71 + &.is-success { color: $text-green; } 72 + 73 + + .note { 74 + margin-top: 0; 75 + } 76 + } 77 + } 78 + // stylelint-enable selector-no-qualifying-type 79 + 80 + // 81 + // Variants 82 + // 83 + 84 + &.required { 85 + dt label::after { 86 + padding-left: 5px; 87 + color: $text-red; 88 + content: "*"; 89 + } 90 + } 91 + 92 + // Form AJAX states 93 + // 94 + // Form fields that need feedback for AJAX loading, success 95 + // states and errored states. 96 + .success, 97 + .error, 98 + .indicator { 99 + display: none; 100 + font-size: $font-size-small; 101 + font-weight: $font-weight-bold; 102 + } 103 + 104 + &.loading { 105 + opacity: 0.5; 106 + 107 + .indicator { 108 + display: inline; 109 + } 110 + 111 + .spinner { 112 + display: inline-block; 113 + vertical-align: middle; 114 + } 115 + } 116 + 117 + &.successful { 118 + .success { 119 + display: inline; 120 + color: $text-green; 121 + } 122 + } 123 + 124 + // Form validation 125 + // 126 + // Our inline errors 127 + 128 + &.warn, 129 + &.errored { 130 + .warning, 131 + .error { 132 + position: absolute; 133 + z-index: 10; 134 + display: block; // Show up in errored/warn state 135 + max-width: 450px; // Keep our long errors readable 136 + padding: 5px $spacer-2; 137 + margin: $spacer-1 0 0; 138 + font-size: 13px; 139 + font-weight: $font-weight-normal; 140 + border-style: solid; 141 + border-width: 1px; 142 + border-radius: 3px; 143 + 144 + &::after, 145 + &::before { 146 + position: absolute; 147 + bottom: 100%; 148 + left: 10px; 149 + z-index: 15; 150 + width: 0; 151 + height: 0; 152 + pointer-events: none; 153 + content: " "; 154 + border: solid transparent; 155 + } 156 + 157 + &::after { 158 + border-width: 5px; 159 + } 160 + 161 + &::before { 162 + margin-left: -1px; 163 + border-width: 6px; 164 + } 165 + } 166 + } 167 + 168 + &.warn { 169 + .warning { 170 + color: $yellow-900; 171 + background-color: $yellow-100; 172 + border-color: $border-yellow; 173 + 174 + &::after { 175 + border-bottom-color: $yellow-100; 176 + } 177 + 178 + &::before { 179 + border-bottom-color: $border-yellow; 180 + } 181 + } 182 + } 183 + 184 + &.errored { 185 + label { 186 + color: $text-red; 187 + } 188 + 189 + .error { 190 + color: $red-900; 191 + background-color: $bg-red-light; 192 + border-color: $border-red-light; 193 + 194 + &::after { 195 + border-bottom-color: $bg-red-light; 196 + } 197 + 198 + &::before { 199 + border-bottom-color: $border-red-light; 200 + } 201 + } 202 + } 203 + } 204 + 205 + .note { 206 + min-height: 17px; 207 + margin: $spacer-1 0 2px; 208 + font-size: $font-size-small; 209 + color: $text-gray; 210 + 211 + .spinner { 212 + margin-right: 3px; 213 + vertical-align: middle; 214 + } 215 + }
+38
node_modules/primer-forms/lib/form-select.scss
··· 1 + // Custom select 2 + // 3 + // Apply `.select` to any `<select>` element for custom styles. 4 + .form-select { 5 + display: inline-block; 6 + max-width: 100%; 7 + height: 34px; 8 + // IE9 hacks to reduce padding 9 + padding-right: $spacer-4; 10 + padding-right: $spacer-2 \9; 11 + background: $bg-white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center; 12 + // IE9 hacks to hide the background-image 13 + background-image: none \9; 14 + background-size: 8px 10px; 15 + appearance: none; 16 + 17 + // Hides the default caret in IE11 18 + &::-ms-expand { 19 + opacity: 0; 20 + } 21 + 22 + &[multiple] { 23 + height: auto; 24 + } 25 + } 26 + 27 + .select-sm { 28 + height: 28px; 29 + min-height: 28px; 30 + padding-top: 3px; 31 + padding-bottom: 3px; 32 + font-size: $font-size-small; 33 + 34 + &[multiple] { 35 + height: auto; 36 + min-height: 0; 37 + } 38 + }
+341
node_modules/primer-forms/lib/form-validation.scss
··· 1 + // Needs refactoring 2 + // stylelint-disable selector-no-qualifying-type, selector-max-type 3 + dl.form-group > dd { 4 + .form-control { 5 + &.is-autocheck-loading, 6 + &.is-autocheck-successful, 7 + &.is-autocheck-errored { 8 + padding-right: 30px; // Leave some space for our validation icons 9 + } 10 + 11 + &.is-autocheck-loading { 12 + background-image: url("/images/spinners/octocat-spinner-16px.gif"); 13 + } 14 + 15 + &.is-autocheck-successful { 16 + background-image: url("/images/modules/ajax/success.png"); 17 + } 18 + 19 + &.is-autocheck-errored { 20 + background-image: url("/images/modules/ajax/error.png"); 21 + } 22 + } 23 + } 24 + 25 + // Retinization of form validation icons that aren't octicons yet 26 + @include retina-media-query { 27 + dl.form-group > dd { 28 + .form-control { 29 + &.is-autocheck-loading, 30 + &.is-autocheck-successful, 31 + &.is-autocheck-errored { 32 + background-size: 16px 16px; 33 + } 34 + 35 + &.is-autocheck-loading { 36 + background-image: url("/images/spinners/octocat-spinner-32.gif"); 37 + } 38 + 39 + &.is-autocheck-successful { 40 + background-image: url("/images/modules/ajax/success@2x.png"); 41 + } 42 + 43 + &.is-autocheck-errored { 44 + background-image: url("/images/modules/ajax/error@2x.png"); 45 + } 46 + } 47 + } 48 + } 49 + 50 + // Inline verification 51 + // This overrides primer's inline form stuff 52 + .status-indicator { 53 + display: inline-block; 54 + width: 16px; 55 + height: 16px; 56 + margin-left: 5px; 57 + 58 + .octicon { 59 + display: none; 60 + } 61 + } 62 + 63 + .status-indicator-success { 64 + // Override primer 65 + &::before { 66 + content: ""; 67 + } 68 + 69 + .octicon-check { 70 + display: inline-block; 71 + color: $green; 72 + fill: $green; 73 + } 74 + 75 + .octicon-x { 76 + display: none; 77 + } 78 + } 79 + 80 + .status-indicator-failed { 81 + // Override primer 82 + &::before { 83 + content: ""; 84 + } 85 + 86 + .octicon-check { 87 + display: none; 88 + } 89 + 90 + .octicon-x { 91 + display: inline-block; 92 + color: $text-red; 93 + fill: $red; 94 + } 95 + } 96 + 97 + .status-indicator-loading { 98 + width: 16px; 99 + background: url("/images/spinners/octocat-spinner-32-EAF2F5.gif") 0 0 no-repeat; 100 + background-size: 16px; 101 + } 102 + 103 + .inline-form { 104 + display: inline-block; 105 + 106 + .btn-plain { 107 + background-color: transparent; 108 + border: 0; 109 + } 110 + } 111 + 112 + // Drag and drop 113 + // 114 + // Previously part of `_forms.scss` in Primer. Needs accounting for. 115 + 116 + .drag-and-drop { 117 + padding: 7px 10px; 118 + margin: 0; 119 + font-size: 13px; 120 + line-height: 16px; 121 + color: $text-gray; 122 + background-color: $gray-000; 123 + border: 1px solid darken($gray-300, 5%); 124 + border-top: 0; 125 + border-bottom-right-radius: 3px; 126 + border-bottom-left-radius: 3px; 127 + 128 + .default, 129 + .loading, 130 + .error { 131 + display: none; 132 + } 133 + 134 + .error { 135 + color: $text-red; 136 + } 137 + 138 + // Spinner 139 + img { 140 + vertical-align: top; 141 + } 142 + } 143 + 144 + .is-default .drag-and-drop .default { 145 + display: inline-block; 146 + } 147 + 148 + .is-uploading .drag-and-drop .loading { 149 + display: inline-block; 150 + } 151 + 152 + .is-bad-file .drag-and-drop .bad-file { 153 + display: inline-block; 154 + } 155 + 156 + .is-duplicate-filename .drag-and-drop .duplicate-filename { 157 + display: inline-block; 158 + } 159 + 160 + .is-too-big .drag-and-drop .too-big { 161 + display: inline-block; 162 + } 163 + 164 + .is-hidden-file .drag-and-drop .hidden-file { 165 + display: inline-block; 166 + } 167 + 168 + .is-empty .drag-and-drop .empty { 169 + display: inline-block; 170 + } 171 + 172 + .is-bad-permissions .drag-and-drop .bad-permissions { 173 + display: inline-block; 174 + } 175 + 176 + .is-repository-required .drag-and-drop .repository-required { 177 + display: inline-block; 178 + } 179 + 180 + .drag-and-drop-error-info { 181 + font-weight: $font-weight-normal; 182 + color: $text-gray; 183 + 184 + a { 185 + color: $text-blue; 186 + } 187 + } 188 + 189 + .is-failed .drag-and-drop .failed-request { 190 + display: inline-block; 191 + } 192 + 193 + .manual-file-chooser { 194 + position: absolute; 195 + width: 240px; 196 + padding: 5px; 197 + margin-left: -80px; 198 + cursor: pointer; 199 + opacity: 0.0001; 200 + } 201 + 202 + .manual-file-chooser:hover + .manual-file-chooser-text { 203 + text-decoration: underline; 204 + } 205 + 206 + .btn { 207 + // align manual-file-chooser inside a button 208 + .manual-file-chooser { 209 + top: 0; 210 + padding: 0; 211 + line-height: 34px; 212 + } 213 + } 214 + 215 + // Focused Textarea styles 216 + .upload-enabled { 217 + textarea { 218 + display: block; 219 + border-bottom: 1px dashed lighten($gray-300, 5%); 220 + border-bottom-right-radius: 0; 221 + border-bottom-left-radius: 0; 222 + } 223 + 224 + &.focused { 225 + border-radius: 3px; 226 + box-shadow: $form-control-shadow, $btn-input-focus-shadow; 227 + 228 + .form-control { 229 + box-shadow: none; 230 + } 231 + 232 + .drag-and-drop { 233 + border-color: lighten($blue-400, 8%); 234 + } 235 + } 236 + } 237 + 238 + // Dropping a file on top 239 + .dragover textarea, 240 + .dragover .drag-and-drop { 241 + box-shadow: rgba(#c9ff00, 1) 0 0 3px; 242 + } 243 + 244 + .write-content { 245 + position: relative; 246 + } 247 + 248 + // Form style with a write and a preview tab 249 + .previewable-comment-form { 250 + position: relative; 251 + 252 + .tabnav { 253 + position: relative; 254 + padding: $spacer-2 $spacer-2 0; 255 + } 256 + 257 + .comment { 258 + border: 1px solid darken($gray-300, 5%); 259 + } 260 + 261 + .comment-form-error { margin-bottom: $spacer-2; } 262 + 263 + .write-content, 264 + .preview-content { 265 + display: none; 266 + margin: 0 $spacer-2 $spacer-2; 267 + } 268 + 269 + &.write-selected .write-content, 270 + &.preview-selected .preview-content { 271 + display: block; 272 + } 273 + 274 + textarea { 275 + display: block; 276 + width: 100%; 277 + min-height: 100px; 278 + max-height: 500px; 279 + padding: $spacer-2; 280 + resize: vertical; 281 + } 282 + } 283 + 284 + // Used in our boxed-group-less form styles. Give the sumbit button enough space 285 + // to breathe without the need for the extra hr. 286 + .form-action-spacious { 287 + margin-top: 10px; 288 + } 289 + 290 + // A two column form, with a .main and a .sidebar column 291 + // 292 + // Override some `.timeline-comment-wrapper` defaults. 293 + // The `div` is needed to be more specific than the other class. 294 + div.composer { 295 + margin-top: 0; 296 + border: 0; 297 + } 298 + 299 + // Override the previewable comment form defaults 300 + .composer .comment-form-textarea { 301 + height: 200px; 302 + min-height: 200px; 303 + } 304 + 305 + .composer .tabnav { margin: 0 0 10px; } 306 + 307 + // Misc CSS 308 + // 309 + // Previously part of `_forms.scss` in Primer. Needs accounting for. 310 + 311 + h2.account { 312 + margin: 15px 0 0; 313 + font-size: 18px; 314 + font-weight: $font-weight-normal; 315 + color: $gray-600; 316 + } 317 + 318 + p.explain { 319 + position: relative; 320 + font-size: $font-size-small; 321 + color: $gray-600; 322 + 323 + strong { 324 + color: $text-gray-dark; 325 + } 326 + 327 + .octicon { 328 + margin-right: 5px; 329 + color: $gray-400; 330 + } 331 + 332 + .minibutton { 333 + top: -4px; 334 + float: right; 335 + } 336 + } 337 + 338 + // fix for chrome bug, see https://github.com/github/github/issues/53931 339 + .form-group label { 340 + position: static; 341 + }
+51
node_modules/primer-forms/lib/input-group.scss
··· 1 + .input-group { 2 + display: table; 3 + 4 + .form-control { 5 + position: relative; 6 + width: 100%; 7 + 8 + &:focus { 9 + z-index: 2; 10 + } 11 + 12 + + .btn { 13 + margin-left: 0; 14 + } 15 + } 16 + 17 + // For when you want the input group to behave like inline-block. 18 + &.inline { 19 + display: inline-table; 20 + } 21 + } 22 + 23 + .input-group .form-control, 24 + .input-group-button { 25 + display: table-cell; 26 + } 27 + 28 + .input-group-button { 29 + width: 1%; 30 + vertical-align: middle; // Match the inputs 31 + } 32 + 33 + .input-group .form-control:first-child, 34 + .input-group-button:first-child .btn { 35 + border-top-right-radius: 0; 36 + border-bottom-right-radius: 0; 37 + } 38 + 39 + .input-group-button:first-child .btn { 40 + margin-right: -1px; 41 + } 42 + 43 + .input-group .form-control:last-child, 44 + .input-group-button:last-child .btn { 45 + border-top-left-radius: 0; 46 + border-bottom-left-radius: 0; 47 + } 48 + 49 + .input-group-button:last-child .btn { 50 + margin-left: -1px; 51 + }
+74
node_modules/primer-forms/package.json
··· 1 + { 2 + "_from": "primer-forms@2.1.8", 3 + "_id": "primer-forms@2.1.8", 4 + "_inBundle": false, 5 + "_integrity": "sha512-bAobB7DUWphIjdcXfPD6CPWwvWBp5hbH65seO0OT+KkYbCLrDZCeFxLfRs9u1LyYN07DJR/vf4k8wom0Bksr4A==", 6 + "_location": "/primer-forms", 7 + "_phantomChildren": {}, 8 + "_requested": { 9 + "type": "version", 10 + "registry": true, 11 + "raw": "primer-forms@2.1.8", 12 + "name": "primer-forms", 13 + "escapedName": "primer-forms", 14 + "rawSpec": "2.1.8", 15 + "saveSpec": null, 16 + "fetchSpec": "2.1.8" 17 + }, 18 + "_requiredBy": [ 19 + "/primer-core" 20 + ], 21 + "_resolved": "https://registry.npmjs.org/primer-forms/-/primer-forms-2.1.8.tgz", 22 + "_shasum": "6bc9f0bb3e58e2df36c23b0ae894584c0aac27da", 23 + "_spec": "primer-forms@2.1.8", 24 + "_where": "/Users/brandonrosage/github/profile-generator/node_modules/primer-core", 25 + "author": { 26 + "name": "GitHub, Inc." 27 + }, 28 + "bugs": { 29 + "url": "https://github.com/primer/primer/issues" 30 + }, 31 + "bundleDependencies": false, 32 + "dependencies": { 33 + "primer-support": "4.7.2" 34 + }, 35 + "deprecated": false, 36 + "description": "Style individual form controls and utilize common layouts.", 37 + "files": [ 38 + "index.scss", 39 + "lib", 40 + "build" 41 + ], 42 + "homepage": "http://primer.github.io/", 43 + "keywords": [ 44 + "primer", 45 + "css", 46 + "github", 47 + "design-system", 48 + "forms", 49 + "inputs", 50 + "select menus" 51 + ], 52 + "license": "MIT", 53 + "main": "build/index.js", 54 + "name": "primer-forms", 55 + "primer": { 56 + "category": "core", 57 + "module_type": "components" 58 + }, 59 + "repository": { 60 + "type": "git", 61 + "url": "https://github.com/primer/primer/tree/master/modules/primer-forms" 62 + }, 63 + "sass": "index.scss", 64 + "scripts": { 65 + "build": "../../script/npm-run primer-module-build index.scss", 66 + "lint": "../../script/lint-scss", 67 + "postpublish": "../../script/notify success", 68 + "prepare": "npm run build", 69 + "prepublishOnly": "../../script/notify pending", 70 + "test": "../../script/npm-run-all build lint" 71 + }, 72 + "style": "build/build.css", 73 + "version": "2.1.8" 74 + }
+21
node_modules/primer-layout/LICENSE
··· 1 + The MIT License (MIT) 2 + 3 + Copyright (c) 2019 GitHub Inc. 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+137
node_modules/primer-layout/README.md
··· 1 + # Primer Layout 2 + 3 + [![npm version](https://img.shields.io/npm/v/primer-layout.svg)](https://www.npmjs.org/package/primer-layout) 4 + [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer) 5 + 6 + > Primer’s layout includes basic page containers and a single-tiered, fraction-based grid system. That sounds more complicated than it really is though—it’s just containers, rows, and columns. 7 + 8 + This repository is a module of the full [primer][primer] repository. 9 + 10 + ## Install 11 + 12 + This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-layout` with this command. 13 + 14 + ``` 15 + $ npm install --save primer-layout 16 + ``` 17 + 18 + ## Usage 19 + 20 + The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. 21 + 22 + ```scss 23 + @import "primer-layout/index.scss"; 24 + ``` 25 + 26 + You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ 27 + 28 + ## Build 29 + 30 + For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. 31 + 32 + ``` 33 + $ npm run build 34 + ``` 35 + 36 + ## Documentation 37 + 38 + <!-- %docs 39 + title: Layout 40 + path: objects/layout 41 + status: Deprecated 42 + status_issue: https://github.com/github/design-systems/issues/59 43 + --> 44 + 45 + Primer's layout includes basic page containers and a single-tiered, fraction-based grid system. That sounds more complicated than it really is though—it's just containers, rows, and columns. 46 + 47 + You can find all the below styles in `_layout.scss`. 48 + 49 + #### Container 50 + 51 + Center your page's contents with a `.container`. 52 + 53 + ```html title="Container" 54 + <div class="container border"> 55 + Container 56 + </div> 57 + ``` 58 + 59 + The container applies `width: 980px;` and uses horizontal `margin`s to center it. 60 + 61 + #### Grid 62 + 63 + ##### How it works 64 + 65 + The grid is pretty standard—you create rows with `.columns` and individual columns with a column class and fraction class. Here's how it works: 66 + 67 + - Add a `.container` to encapsulate everything and provide ample horizontal gutter space. 68 + - Create your outer row to clear the floated columns with `<div class="columns">`. 69 + - Add your columns with individual `<div class="column">`s. 70 + - Add your fractional width classes to set the width of the columns (e.g., `.one-fourth`). 71 + 72 + ##### Demo 73 + 74 + In practice, your columns will look like the example below. 75 + 76 + ```html title="Grid columns" 77 + <div class="container"> 78 + <div class="columns mb-1"> 79 + <div class="one-fifth column block-blue p-3 border"> 80 + .one-fifth 81 + </div> 82 + <div class="four-fifths column block-blue p-3 border"> 83 + .four-fifths 84 + </div> 85 + </div> 86 + 87 + <div class="columns mb-1"> 88 + <div class="one-fourth column block-blue p-3 border"> 89 + .one-fourth 90 + </div> 91 + <div class="three-fourths column block-blue p-3 border"> 92 + .three-fourths 93 + </div> 94 + </div> 95 + 96 + <div class="columns mb-1"> 97 + <div class="one-third column block-blue p-3 border"> 98 + .one-third 99 + </div> 100 + <div class="two-thirds column block-blue p-3 border"> 101 + .two-thirds 102 + </div> 103 + </div> 104 + 105 + <div class="columns"> 106 + <div class="one-half column block-blue p-3 border"> 107 + .one-half 108 + </div> 109 + <div class="one-half column block-blue p-3 border"> 110 + .one-half 111 + </div> 112 + </div> 113 + </div> 114 + ``` 115 + 116 + ##### Centered 117 + 118 + Columns can be centered by adding `.centered` to the `.column` class. 119 + 120 + ```html title="Grid centered" 121 + <div class="columns"> 122 + <div class="one-half column centered block-blue border p-3"> 123 + .one-half 124 + </div> 125 + </div> 126 + ``` 127 + <!-- %enddocs --> 128 + 129 + ## License 130 + 131 + [MIT](./LICENSE) &copy; [GitHub](https://github.com/) 132 + 133 + [primer]: https://github.com/primer/primer 134 + [docs]: http://primer.github.io/ 135 + [npm]: https://www.npmjs.com/ 136 + [install-npm]: https://docs.npmjs.com/getting-started/installing-node 137 + [sass]: http://sass-lang.com/
+1
node_modules/primer-layout/build/build.css
··· 1 + .container{width:980px;margin-right:auto;margin-left:auto}.container::before{display:table;content:""}.container::after{display:table;clear:both;content:""}.container-md{max-width:768px;margin-right:auto;margin-left:auto}.container-lg{max-width:1012px;margin-right:auto;margin-left:auto}.container-xl{max-width:1280px;margin-right:auto;margin-left:auto}.columns{margin-right:-10px;margin-left:-10px}.columns::before{display:table;content:""}.columns::after{display:table;clear:both;content:""}.column{float:left;padding-right:10px;padding-left:10px}.one-third{width:33.333333%}.two-thirds{width:66.666667%}.one-fourth{width:25%}.one-half{width:50%}.three-fourths{width:75%}.one-fifth{width:20%}.four-fifths{width:80%}.centered{display:block;float:none;margin-right:auto;margin-left:auto}.col-1{width:8.33333%}.col-2{width:16.66667%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.66667%}.col-6{width:50%}.col-7{width:58.33333%}.col-8{width:66.66667%}.col-9{width:75%}.col-10{width:83.33333%}.col-11{width:91.66667%}.col-12{width:100%}@media (min-width: 544px){.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}}@media (min-width: 768px){.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}}@media (min-width: 1012px){.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}}@media (min-width: 1280px){.col-xl-1{width:8.33333%}.col-xl-2{width:16.66667%}.col-xl-3{width:25%}.col-xl-4{width:33.33333%}.col-xl-5{width:41.66667%}.col-xl-6{width:50%}.col-xl-7{width:58.33333%}.col-xl-8{width:66.66667%}.col-xl-9{width:75%}.col-xl-10{width:83.33333%}.col-xl-11{width:91.66667%}.col-xl-12{width:100%}}.gutter{margin-right:-16px;margin-left:-16px}.gutter>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-condensed{margin-right:-8px;margin-left:-8px}.gutter-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-spacious{margin-right:-24px;margin-left:-24px}.gutter-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}@media (min-width: 544px){.gutter-sm{margin-right:-16px;margin-left:-16px}.gutter-sm>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-sm-condensed{margin-right:-8px;margin-left:-8px}.gutter-sm-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-sm-spacious{margin-right:-24px;margin-left:-24px}.gutter-sm-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 768px){.gutter-md{margin-right:-16px;margin-left:-16px}.gutter-md>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-md-condensed{margin-right:-8px;margin-left:-8px}.gutter-md-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-md-spacious{margin-right:-24px;margin-left:-24px}.gutter-md-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1012px){.gutter-lg{margin-right:-16px;margin-left:-16px}.gutter-lg>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-lg-condensed{margin-right:-8px;margin-left:-8px}.gutter-lg-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-lg-spacious{margin-right:-24px;margin-left:-24px}.gutter-lg-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1280px){.gutter-xl{margin-right:-16px;margin-left:-16px}.gutter-xl>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-xl-condensed{margin-right:-8px;margin-left:-8px}.gutter-xl-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-xl-spacious{margin-right:-24px;margin-left:-24px}.gutter-xl-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}.offset-1{margin-left:8.33333% !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}}
+1
node_modules/primer-layout/build/data.json
··· 1 + {"cssstats":{"size":7111,"gzipSize":1109,"humanizedSize":"7kB","humanizedGzipSize":"1kB","rules":{"total":163,"size":{"graph":[3,2,3,3,3,3,2,2,3,3,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"max":4,"average":1.3067484662576687},"selectorByRuleSizes":[{"selector":".centered","declarations":4},{"selector":".column","declarations":3},{"selector":".columns::after","declarations":3},{"selector":".container-xl","declarations":3},{"selector":".container-lg","declarations":3},{"selector":".container-md","declarations":3},{"selector":".container::after","declarations":3},{"selector":".container","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":".columns::before","declarations":2},{"selector":".columns","declarations":2},{"selector":".container::before","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},{"selector":".four-fifths","declarations":1},{"selector":".one-fifth","declarations":1},{"selector":".three-fourths","declarations":1},{"selector":".one-half","declarations":1},{"selector":".one-fourth","declarations":1},{"selector":".two-thirds","declarations":1},{"selector":".one-third","declarations":1}]},"selectors":{"total":163,"type":0,"class":163,"id":0,"pseudoClass":0,"pseudoElement":4,"values":[".container",".container::before",".container::after",".container-md",".container-lg",".container-xl",".columns",".columns::before",".columns::after",".column",".one-third",".two-thirds",".one-fourth",".one-half",".three-fourths",".one-fifth",".four-fifths",".centered",".col-1",".col-2",".col-3",".col-4",".col-5",".col-6",".col-7",".col-8",".col-9",".col-10",".col-11",".col-12",".col-sm-1",".col-sm-2",".col-sm-3",".col-sm-4",".col-sm-5",".col-sm-6",".col-sm-7",".col-sm-8",".col-sm-9",".col-sm-10",".col-sm-11",".col-sm-12",".col-md-1",".col-md-2",".col-md-3",".col-md-4",".col-md-5",".col-md-6",".col-md-7",".col-md-8",".col-md-9",".col-md-10",".col-md-11",".col-md-12",".col-lg-1",".col-lg-2",".col-lg-3",".col-lg-4",".col-lg-5",".col-lg-6",".col-lg-7",".col-lg-8",".col-lg-9",".col-lg-10",".col-lg-11",".col-lg-12",".col-xl-1",".col-xl-2",".col-xl-3",".col-xl-4",".col-xl-5",".col-xl-6",".col-xl-7",".col-xl-8",".col-xl-9",".col-xl-10",".col-xl-11",".col-xl-12",".gutter",".gutter>[class*=\"col-\"]",".gutter-condensed",".gutter-condensed>[class*=\"col-\"]",".gutter-spacious",".gutter-spacious>[class*=\"col-\"]",".gutter-sm",".gutter-sm>[class*=\"col-\"]",".gutter-sm-condensed",".gutter-sm-condensed>[class*=\"col-\"]",".gutter-sm-spacious",".gutter-sm-spacious>[class*=\"col-\"]",".gutter-md",".gutter-md>[class*=\"col-\"]",".gutter-md-condensed",".gutter-md-condensed>[class*=\"col-\"]",".gutter-md-spacious",".gutter-md-spacious>[class*=\"col-\"]",".gutter-lg",".gutter-lg>[class*=\"col-\"]",".gutter-lg-condensed",".gutter-lg-condensed>[class*=\"col-\"]",".gutter-lg-spacious",".gutter-lg-spacious>[class*=\"col-\"]",".gutter-xl",".gutter-xl>[class*=\"col-\"]",".gutter-xl-condensed",".gutter-xl-condensed>[class*=\"col-\"]",".gutter-xl-spacious",".gutter-xl-spacious>[class*=\"col-\"]",".offset-1",".offset-2",".offset-3",".offset-4",".offset-5",".offset-6",".offset-7",".offset-8",".offset-9",".offset-10",".offset-11",".offset-sm-1",".offset-sm-2",".offset-sm-3",".offset-sm-4",".offset-sm-5",".offset-sm-6",".offset-sm-7",".offset-sm-8",".offset-sm-9",".offset-sm-10",".offset-sm-11",".offset-md-1",".offset-md-2",".offset-md-3",".offset-md-4",".offset-md-5",".offset-md-6",".offset-md-7",".offset-md-8",".offset-md-9",".offset-md-10",".offset-md-11",".offset-lg-1",".offset-lg-2",".offset-lg-3",".offset-lg-4",".offset-lg-5",".offset-lg-6",".offset-lg-7",".offset-lg-8",".offset-lg-9",".offset-lg-10",".offset-lg-11",".offset-xl-1",".offset-xl-2",".offset-xl-3",".offset-xl-4",".offset-xl-5",".offset-xl-6",".offset-xl-7",".offset-xl-8",".offset-xl-9",".offset-xl-10",".offset-xl-11"],"specificity":{"max":20,"average":10.94478527607362}},"declarations":{"total":213,"unique":55,"properties":{"width":["980px","33.333333%","66.666667%","25%","50%","75%","20%","80%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"],"margin-right":["auto","auto","auto","auto","-10px","auto","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px"],"margin-left":["auto","auto","auto","auto","-10px","auto","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"],"display":["table","table","table","table","block"],"content":["\"\"","\"\"","\"\"","\"\""],"clear":["both","both"],"max-width":["768px","1012px","1280px"],"float":["left","none"],"padding-right":["10px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px"],"padding-left":["10px","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%"]}}}]}}}
+1
node_modules/primer-layout/build/index.js
··· 1 + module.exports = {"cssstats":{"size":7111,"gzipSize":1109,"humanizedSize":"7kB","humanizedGzipSize":"1kB","rules":{"total":163,"size":{"graph":[3,2,3,3,3,3,2,2,3,3,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"max":4,"average":1.3067484662576687},"selectorByRuleSizes":[{"selector":".centered","declarations":4},{"selector":".column","declarations":3},{"selector":".columns::after","declarations":3},{"selector":".container-xl","declarations":3},{"selector":".container-lg","declarations":3},{"selector":".container-md","declarations":3},{"selector":".container::after","declarations":3},{"selector":".container","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":".columns::before","declarations":2},{"selector":".columns","declarations":2},{"selector":".container::before","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},{"selector":".four-fifths","declarations":1},{"selector":".one-fifth","declarations":1},{"selector":".three-fourths","declarations":1},{"selector":".one-half","declarations":1},{"selector":".one-fourth","declarations":1},{"selector":".two-thirds","declarations":1},{"selector":".one-third","declarations":1}]},"selectors":{"total":163,"type":0,"class":163,"id":0,"pseudoClass":0,"pseudoElement":4,"values":[".container",".container::before",".container::after",".container-md",".container-lg",".container-xl",".columns",".columns::before",".columns::after",".column",".one-third",".two-thirds",".one-fourth",".one-half",".three-fourths",".one-fifth",".four-fifths",".centered",".col-1",".col-2",".col-3",".col-4",".col-5",".col-6",".col-7",".col-8",".col-9",".col-10",".col-11",".col-12",".col-sm-1",".col-sm-2",".col-sm-3",".col-sm-4",".col-sm-5",".col-sm-6",".col-sm-7",".col-sm-8",".col-sm-9",".col-sm-10",".col-sm-11",".col-sm-12",".col-md-1",".col-md-2",".col-md-3",".col-md-4",".col-md-5",".col-md-6",".col-md-7",".col-md-8",".col-md-9",".col-md-10",".col-md-11",".col-md-12",".col-lg-1",".col-lg-2",".col-lg-3",".col-lg-4",".col-lg-5",".col-lg-6",".col-lg-7",".col-lg-8",".col-lg-9",".col-lg-10",".col-lg-11",".col-lg-12",".col-xl-1",".col-xl-2",".col-xl-3",".col-xl-4",".col-xl-5",".col-xl-6",".col-xl-7",".col-xl-8",".col-xl-9",".col-xl-10",".col-xl-11",".col-xl-12",".gutter",".gutter>[class*=\"col-\"]",".gutter-condensed",".gutter-condensed>[class*=\"col-\"]",".gutter-spacious",".gutter-spacious>[class*=\"col-\"]",".gutter-sm",".gutter-sm>[class*=\"col-\"]",".gutter-sm-condensed",".gutter-sm-condensed>[class*=\"col-\"]",".gutter-sm-spacious",".gutter-sm-spacious>[class*=\"col-\"]",".gutter-md",".gutter-md>[class*=\"col-\"]",".gutter-md-condensed",".gutter-md-condensed>[class*=\"col-\"]",".gutter-md-spacious",".gutter-md-spacious>[class*=\"col-\"]",".gutter-lg",".gutter-lg>[class*=\"col-\"]",".gutter-lg-condensed",".gutter-lg-condensed>[class*=\"col-\"]",".gutter-lg-spacious",".gutter-lg-spacious>[class*=\"col-\"]",".gutter-xl",".gutter-xl>[class*=\"col-\"]",".gutter-xl-condensed",".gutter-xl-condensed>[class*=\"col-\"]",".gutter-xl-spacious",".gutter-xl-spacious>[class*=\"col-\"]",".offset-1",".offset-2",".offset-3",".offset-4",".offset-5",".offset-6",".offset-7",".offset-8",".offset-9",".offset-10",".offset-11",".offset-sm-1",".offset-sm-2",".offset-sm-3",".offset-sm-4",".offset-sm-5",".offset-sm-6",".offset-sm-7",".offset-sm-8",".offset-sm-9",".offset-sm-10",".offset-sm-11",".offset-md-1",".offset-md-2",".offset-md-3",".offset-md-4",".offset-md-5",".offset-md-6",".offset-md-7",".offset-md-8",".offset-md-9",".offset-md-10",".offset-md-11",".offset-lg-1",".offset-lg-2",".offset-lg-3",".offset-lg-4",".offset-lg-5",".offset-lg-6",".offset-lg-7",".offset-lg-8",".offset-lg-9",".offset-lg-10",".offset-lg-11",".offset-xl-1",".offset-xl-2",".offset-xl-3",".offset-xl-4",".offset-xl-5",".offset-xl-6",".offset-xl-7",".offset-xl-8",".offset-xl-9",".offset-xl-10",".offset-xl-11"],"specificity":{"max":20,"average":10.94478527607362}},"declarations":{"total":213,"unique":55,"properties":{"width":["980px","33.333333%","66.666667%","25%","50%","75%","20%","80%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"],"margin-right":["auto","auto","auto","auto","-10px","auto","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px"],"margin-left":["auto","auto","auto","auto","-10px","auto","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"],"display":["table","table","table","table","block"],"content":["\"\"","\"\"","\"\"","\"\""],"clear":["both","both"],"max-width":["768px","1012px","1280px"],"float":["left","none"],"padding-right":["10px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px"],"padding-left":["10px","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%"]}}}]}}}
+393
node_modules/primer-layout/docs/grid.md
··· 1 + --- 2 + title: Grid 3 + path: objects/grid 4 + status: Stable 5 + status_issue: https://github.com/github/design-systems/issues/88 6 + source: https://github.com/primer/primer/blob/master/modules/primer-layout/lib/grid.scss 7 + --- 8 + 9 + The grid is 12 columns and percentage-based. The number of columns a container spans can be adjusted across breakpoints for responsive layouts. The grid system works with a variety of layout utilities to achieve different results. 10 + 11 + {:toc} 12 + 13 + ## Float based grid 14 + 15 + Use `.clearfix` on the container and float utilities with columns for a floated grid layout. 16 + 17 + ```html title="Float based grid" 18 + <div class="container-lg clearfix"> 19 + <div class="col-4 float-left border p-4"> 20 + My column 21 + </div> 22 + <div class="col-4 float-left border p-4"> 23 + Looks better 24 + </div> 25 + <div class="col-4 float-left border p-4"> 26 + Than your column 27 + </div> 28 + </div> 29 + ``` 30 + 31 + ### Reversed grid 32 + 33 + To reverse the order of columns, use `float-right` to float columns to the right. 34 + 35 + ```html title="Float grid reversed" 36 + <div class="container-lg clearfix"> 37 + <div class="col-4 float-right border p-4"> 38 + One 39 + </div> 40 + <div class="col-4 float-right border p-4"> 41 + Two 42 + </div> 43 + <div class="col-4 float-right border p-4"> 44 + Three 45 + </div> 46 + </div> 47 + ``` 48 + 49 + ## Nesting 50 + You can infinitely nest grid layouts within other columns since the column widths are percentage based. With great flexibility comes great responsibility - be sensible with how far you nest! 51 + 52 + ```html title="Nesting grids" 53 + <div class="clearfix"> 54 + <div class="col-6 float-left px-1"> 55 + <div class="border p-1">Unnested</div> 56 + </div> 57 + <div class="col-6 float-left"> 58 + <div class="clearfix"> 59 + <div class="col-6 float-left px-1"> 60 + <div class="border p-1">1 x Nested</div> 61 + </div> 62 + <div class="col-6 float-left"> 63 + <div class="col-6 float-left px-1"> 64 + <div class="border p-1">2 x Nested</div> 65 + </div> 66 + <div class="col-6 float-left px-1"> 67 + <div class="border p-1">2 x Nested</div> 68 + </div> 69 + </div> 70 + </div> 71 + </div> 72 + </div> 73 + ``` 74 + 75 + ## Centering a column 76 + 77 + Use `.mx-auto` to center columns within a container. 78 + 79 + ```html title="Centering a column" 80 + <div class="border"> 81 + <div class="col-6 p-2 mx-auto border"> 82 + This column is the center of my world. 83 + </div> 84 + </div> 85 + ``` 86 + 87 + 88 + ## Column widths 89 + Column widths can be used with any other block or inline-block elements to add percentage-based widths. 90 + 91 + ```erb title="Column widths" 92 + <div> 93 + <div class="col-4 float-right p-2 border text-red"> 94 + <%= octicon "heart" %> Don't go bacon my heart. 95 + </div> 96 + <p>T-bone drumstick alcatra ribeye. Strip steak chuck andouille tenderloin bacon tri-tip ball tip beef capicola rump. Meatloaf bresaola drumstick ball tip salami. Drumstick ham bacon alcatra pig porchetta, spare ribs leberkas pork belly.</p> 97 + </div> 98 + ``` 99 + 100 + ## Offset columns 101 + 102 + Using column offset classes can push a div over X number of columns. They work responsively using the [breakpoints outlined below](#responsive-grids). 103 + 104 + ```html title="Offset columns" 105 + <div class="clearfix"> 106 + <div class="offset-1 col-3 border p-3">.offset-1</div> 107 + <div class="offset-2 col-3 border p-3">.offset-2</div> 108 + </div> 109 + ``` 110 + 111 + ## Gutters 112 + Use gutter styles or padding utilities to create gutters. You can use the default gutter style, `gutter`, or either of its modifiers, `gutter-condensed` or `gutter-spacious`. Gutter styles also support responsive breakpoint modifiers. Gutter styles add padding to the left and right side of each column and apply a negative margin to the container to ensure content inside each column lines up with content outside of the grid. 113 + 114 + ```html title="Gutters" 115 + <div class="clearfix gutter-md-spacious border"> 116 + <div class="col-3 float-left"> 117 + <div class="border p-3">.col-md-3</div> 118 + </div> 119 + <div class="col-3 float-left"> 120 + <div class="border p-3">.col-md-3</div> 121 + </div> 122 + <div class="col-3 float-left"> 123 + <div class="border p-3">.col-md-3</div> 124 + </div> 125 + <div class="col-3 float-left"> 126 + <div class="border p-3">.col-md-3</div> 127 + </div> 128 + </div> 129 + ``` 130 + 131 + Use padding utilities to create gutters for more customized layouts. 132 + 133 + ```html title="Gutters with padding" 134 + <div class="container-lg clearfix"> 135 + <div class="col-3 float-left pr-2 mb-3"> 136 + <div class="border bg-gray-light">.pr-2</div> 137 + </div> 138 + <div class="col-3 float-left px-2 mb-3"> 139 + <div class="border bg-gray-light">.px-2</div> 140 + </div> 141 + <div class="col-3 float-left px-2 mb-3"> 142 + <div class="border bg-gray-light">.px-2</div> 143 + </div> 144 + <div class="col-3 float-left pl-2 mb-3"> 145 + <div class="border bg-gray-light">.pl-2</div> 146 + </div> 147 + </div> 148 + <div class="container-lg clearfix"> 149 + <div class="col-3 float-left pr-2"> 150 + <div class="border bg-gray-light">.pr-2</div> 151 + </div> 152 + <div class="col-9 float-left pl-2"> 153 + <div class="border bg-gray-light">.pl-2</div> 154 + </div> 155 + </div> 156 + ``` 157 + 158 + 159 + ## Inline-block grids 160 + Use column widths with `d-inline-block` as an alternative to floated grids. 161 + 162 + ```html title="Inline-block grid" 163 + <div> 164 + <div class="col-4 d-inline-block border"> 165 + .col-4 .d-inline-block 166 + </div><!-- 167 + --><div class="col-4 d-inline-block border"> 168 + .col-4 .d-inline-block 169 + </div><!-- 170 + --><div class="col-4 d-inline-block border"> 171 + .col-4 .d-inline-block 172 + </div> 173 + </div> 174 + ``` 175 + 176 + You can use column widths and other utilities on elements such as lists to create the layout you need while keeping the markup semantically correct. 177 + ```html title="Inline-block grid list" 178 + <ul class="list-style-none"> 179 + <li class="d-inline-block col-2 p-2"><img class="width-full avatar" src="https://github.com/broccolini.png" alt="broccolini" /></li><!-- 180 + --><li class="d-inline-block col-2 p-2"><img class="width-full avatar" src="https://github.com/jonrohan.png" alt="jonrohan" /></li><!-- 181 + --><li class="d-inline-block col-2 p-2"><img class="width-full avatar" src="https://github.com/muan.png" alt="muan" /></li><!-- 182 + --><li class="d-inline-block col-2 p-2"><img class="width-full avatar" src="https://github.com/pmarsceill.png" alt="pmarsceill" /></li><!-- 183 + --><li class="d-inline-block col-2 p-2"><img class="width-full avatar" src="https://github.com/sophshep.png" alt="sophshep" /></li><!-- 184 + --><li class="d-inline-block col-2 p-2"><img class="width-full avatar" src="https://github.com/cmwinters.png" alt="cmwinters" /></li><!-- 185 + --><li class="d-inline-block col-2 p-2"><img class="width-full avatar" src="https://github.com/jeejkang.png" alt="jeejkang" /></li><!-- 186 + --><li class="d-inline-block col-2 p-2"><img class="width-full avatar" src="https://github.com/mdo.png" alt="mdo" /></li> 187 + </ul> 188 + ``` 189 + 190 + 191 + ## Display table grids 192 + Using [display table utilities](/css/utilities/layout#display) with columns gives you some alternative layout options. 193 + 194 + A useful example is being able to keep the height of the container equal across a row when the length of content may differ. 195 + 196 + ```html title="Table grid" 197 + <div class="d-table col-12"> 198 + <div class="col-4 d-table-cell border p-2"> 199 + Bacon ipsum dolor amet leberkas pork pig kielbasa shankle ribeye meatball, salami alcatra venison. 200 + </div><!-- 201 + --><div class="col-4 d-table-cell border p-2"> 202 + Pork chop cupim cow turkey frankfurter, landjaeger fatback hamburger meatball salami spare ribs. Rump tenderloin salami, hamburger frankfurter landjaeger andouille. 203 + </div><!-- 204 + --><div class="col-4 d-table-cell border p-2"> 205 + Brisket tongue frankfurter cupim strip steak rump picanha pancetta pork pig kevin pastrami biltong. Shankle venison meatball swine sausage ground round. Tail pork loin ribeye kielbasa short ribs pork chop. 206 + </div> 207 + </div> 208 + ``` 209 + You can also create an alternative [media object](/css/utilities/layout#the-media-object) layout with `.display-table` and column widths. 210 + 211 + ```html title="Table grid alternative" 212 + <div class="d-table col-12"> 213 + <div class="col-2 d-table-cell v-align-middle"> 214 + <img class="width-full avatar" src="https://github.com/github.png" alt="github" /> 215 + </div> 216 + <div class="col-10 d-table-cell v-align-middle pl-4"> 217 + <h1 class="text-normal lh-condensed">GitHub</h1> 218 + <p class="h4 text-gray text-normal mb-2">How people build software.</p> 219 + <a class="text-gray text-small" href="#url">https://github.com/about</a> 220 + </div> 221 + </div> 222 + ``` 223 + 224 + Note that table cells will fill the width of their container even when the total columns doesn't add up to 12. 225 + 226 + ```html title="Table grid cells" 227 + <div class="d-table col-12"> 228 + <div class="col-4 d-table-cell border"> 229 + .col-4 .d-table-cell 230 + </div><!-- 231 + --><div class="col-4 d-table-cell border"> 232 + .col-4 .d-table-cell 233 + </div><!-- 234 + --><div class="col-2 d-table-cell border"> 235 + .col-2 .d-table-cell 236 + </div> 237 + </div> 238 + ``` 239 + 240 + ## Flexbox grids 241 + 242 + You can use [flex utilities](/css/utilities/flexbox) on the container and columns to create a flexbox grid. 243 + 244 + This can be useful for keeping columns the same height, justifying content and vertically aligning items. The flexbox grid is also great for working with responsive layouts. 245 + 246 + ```html title="Flexbox grid" 247 + <div class="d-flex flex-column flex-md-row flex-items-center flex-md-items-center"> 248 + <div class="col-2 d-flex flex-items-center flex-items-center flex-md-items-start"> 249 + <img class="width-full avatar mb-2 mb-md-0" src="https://github.com/github.png" alt="github" /> 250 + </div> 251 + <div class="col-12 col-md-10 d-flex flex-column flex-justify-center flex-items-center flex-md-items-start pl-md-4"> 252 + <h1 class="text-normal lh-condensed">GitHub</h1> 253 + <p class="h4 text-gray text-normal mb-2">How people build software.</p> 254 + <a class="text-gray text-small" href="#url">https://github.com/about</a> 255 + </div> 256 + </div> 257 + ``` 258 + 259 + 260 + ## Responsive grids 261 + All the column width classes can be set per breakpoint to create responsive grid layouts. Each responsive style is applied to the specified breakpoint and up. 262 + 263 + ### Breakpoints 264 + We use abbreviations for each breakpoint to keep the class names concise. 265 + 266 + | Shorthand | Description | 267 + | --- | --- | 268 + | sm | min-width: 544px | 269 + | md | min-width: 768px | 270 + | lg | min-width: 1004px | 271 + | xl | min-width: 1280px | 272 + 273 + **Note:** The `lg` breakpoint matches our current page width of `980px` including left and right padding of `12px`. This is so that content doesn't touch the edges of the window when resized. 274 + 275 + <hr /> 276 + 277 + In this example at the `sm` breakpoint 2 columns will show, at the `md` breakpoint 4 columns will show, and at the `lg` breakpoint 6 columns will show. 278 + 279 + ```html title="Responsive grid" 280 + <div class="container-lg clearfix"> 281 + <div class="col-sm-6 col-md-3 col-lg-2 float-left p-2 border"> 282 + .col-sm-6 .col-md-3 .col-lg-2 283 + </div> 284 + <div class="col-sm-6 col-md-3 col-lg-2 float-left p-2 border"> 285 + .col-sm-6 .col-md-3 .col-lg-2 286 + </div> 287 + <div class="col-sm-6 col-md-3 col-lg-2 float-left p-2 border"> 288 + .col-sm-6 .col-md-3 .col-lg-2 289 + </div> 290 + <div class="col-sm-6 col-md-3 col-lg-2 float-left p-2 border"> 291 + .col-sm-6 .col-md-3 .col-lg-2 292 + </div> 293 + <div class="col-sm-6 col-md-3 col-lg-2 float-left p-2 border"> 294 + .col-sm-6 .col-md-3 .col-lg-2 295 + </div> 296 + <div class="col-sm-6 col-md-3 col-lg-2 float-left p-2 border"> 297 + .col-sm-6 .col-md-3 .col-lg-2 298 + </div> 299 + </div> 300 + ``` 301 + 302 + For demonstration, this is how the above example would look at the `sm` breakpoint. 303 + 304 + ```html title="Responsive grid small" 305 + <div class="container-lg clearfix"> 306 + <div class="col-sm-6 float-left p-2 border"> 307 + .col-sm-6 308 + </div> 309 + <div class="col-sm-6 float-left p-2 border"> 310 + .col-sm-6 311 + </div> 312 + <div class="col-sm-6 float-left p-2 border"> 313 + .col-sm-6 314 + </div> 315 + <div class="col-sm-6 float-left p-2 border"> 316 + .col-sm-6 317 + </div> 318 + <div class="col-sm-6 float-left p-2 border"> 319 + .col-sm-6 320 + </div> 321 + <div class="col-sm-6 float-left p-2 border"> 322 + .col-sm-6 323 + </div> 324 + </div> 325 + ``` 326 + This is how that same example would look at the `md` breakpoint. 327 + 328 + ```html title="Responsive grid medium" 329 + <div class="container-lg clearfix"> 330 + <div class="col-md-3 float-left p-2 border"> 331 + .col-md-3 332 + </div> 333 + <div class="col-md-3 float-left p-2 border"> 334 + .col-md-3 335 + </div> 336 + <div class="col-md-3 float-left p-2 border"> 337 + .col-md-3 338 + </div> 339 + <div class="col-md-3 float-left p-2 border"> 340 + .col-md-3 341 + </div> 342 + <div class="col-md-3 float-left p-2 border"> 343 + .col-md-3 344 + </div> 345 + <div class="col-md-3 float-left p-2 border"> 346 + .col-md-3 347 + </div> 348 + </div> 349 + ``` 350 + 351 + This is how that example would look at the `lg` breakpoint. 352 + 353 + ```html title="Responsive grid large" 354 + <div class="container-lg clearfix"> 355 + <div class="col-lg-2 float-left p-2 border"> 356 + .col-lg-2 357 + </div> 358 + <div class="col-lg-2 float-left p-2 border"> 359 + .col-lg-2 360 + </div> 361 + <div class="col-lg-2 float-left p-2 border"> 362 + .col-lg-2 363 + </div> 364 + <div class="col-lg-2 float-left p-2 border"> 365 + .col-lg-2 366 + </div> 367 + <div class="col-lg-2 float-left p-2 border"> 368 + .col-lg-2 369 + </div> 370 + <div class="col-lg-2 float-left p-2 border"> 371 + .col-lg-2 372 + </div> 373 + </div> 374 + ``` 375 + 376 + ## Containers 377 + Container widths match our breakpoints and are available at a `md`, `lg`, and `xl` size. Containers apply a max-width rather than a fixed width for responsive layouts, and they center the container. 378 + 379 + ```html title="Containers sized" 380 + <div class="container-md border"> 381 + .container-md, max-width 768px 382 + </div> 383 + 384 + <div class="container-lg border"> 385 + .container-lg, max-width 1012px 386 + </div> 387 + 388 + <div class="container-xl border"> 389 + .container-xl, max-width 1280px 390 + </div> 391 + ``` 392 + 393 + **Note:** `.container` is being replaced with `.container-lg`. To match the current fixed page width use `.container-lg` with `px-3`. This gives the container padding on smaller screens which works better for responsive layouts.
+5
node_modules/primer-layout/index.scss
··· 1 + @import "primer-support/index.scss"; 2 + @import "./lib/container.scss"; 3 + @import "./lib/columns.scss"; 4 + @import "./lib/grid.scss"; 5 + @import "./lib/grid-offset.scss";
+54
node_modules/primer-layout/lib/columns.scss
··· 1 + // Grid system 2 + // 3 + // Create rows with `.columns` to clear the floated columns and outdent the 4 + // padding on `.column`s with negative margin for alignment. 5 + 6 + .columns { 7 + margin-right: -$grid-gutter; 8 + margin-left: -$grid-gutter; 9 + @include clearfix; 10 + } 11 + 12 + // Base class for every column (requires a column width from below) 13 + .column { 14 + float: left; 15 + padding-right: $grid-gutter; 16 + padding-left: $grid-gutter; 17 + } 18 + 19 + // Column widths 20 + .one-third { 21 + width: 33.333333%; 22 + } 23 + 24 + .two-thirds { 25 + width: 66.666667%; 26 + } 27 + 28 + .one-fourth { 29 + width: 25%; 30 + } 31 + 32 + .one-half { 33 + width: 50%; 34 + } 35 + 36 + .three-fourths { 37 + width: 75%; 38 + } 39 + 40 + .one-fifth { 41 + width: 20%; 42 + } 43 + 44 + .four-fifths { 45 + width: 80%; 46 + } 47 + 48 + // Centers content horizontally. Can be used inside or outside the grid. 49 + .centered { 50 + display: block; 51 + float: none; 52 + margin-right: auto; 53 + margin-left: auto; 54 + }
+30
node_modules/primer-layout/lib/container.scss
··· 1 + // Fixed-width, centered column for site content. 2 + // This will be deprecated and replaced with container-lg in future 3 + .container { 4 + width: $container-width; 5 + margin-right: auto; 6 + margin-left: auto; 7 + @include clearfix; 8 + } 9 + 10 + // Handy container styles that match our breakpoints 11 + // 768px 12 + .container-md { 13 + max-width: $container-md; 14 + margin-right: auto; 15 + margin-left: auto; 16 + } 17 + 18 + // 1004px - this matches the current fixed width: 980px + padding: px-3 19 + .container-lg { 20 + max-width: $container-lg; 21 + margin-right: auto; 22 + margin-left: auto; 23 + } 24 + 25 + // 1280px 26 + .container-xl { 27 + max-width: $container-xl; 28 + margin-right: auto; 29 + margin-left: auto; 30 + }
+19
node_modules/primer-layout/lib/grid-offset.scss
··· 1 + // Optional offset options to work with grid.scss 2 + 3 + // Offset Columns 4 + 5 + @each $breakpoint, $variant in $responsive-variants { 6 + @include breakpoint($breakpoint) { 7 + .offset#{$variant}-1 { margin-left: (1 / 12 * 100%) !important; } 8 + .offset#{$variant}-2 { margin-left: (2 / 12 * 100%) !important; } 9 + .offset#{$variant}-3 { margin-left: (3 / 12 * 100%) !important; } 10 + .offset#{$variant}-4 { margin-left: (4 / 12 * 100%) !important; } 11 + .offset#{$variant}-5 { margin-left: (5 / 12 * 100%) !important; } 12 + .offset#{$variant}-6 { margin-left: (6 / 12 * 100%) !important; } 13 + .offset#{$variant}-7 { margin-left: (7 / 12 * 100%) !important; } 14 + .offset#{$variant}-8 { margin-left: (8 / 12 * 100%) !important; } 15 + .offset#{$variant}-9 { margin-left: (9 / 12 * 100%) !important; } 16 + .offset#{$variant}-10 { margin-left: (10 / 12 * 100%) !important; } 17 + .offset#{$variant}-11 { margin-left: (11 / 12 * 100%) !important; } 18 + } 19 + }
+64
node_modules/primer-layout/lib/grid.scss
··· 1 + // GRID 2 + 3 + // Columns 4 + .col-1 { width: (1 / 12 * 100%); } 5 + .col-2 { width: (2 / 12 * 100%); } 6 + .col-3 { width: (3 / 12 * 100%); } 7 + .col-4 { width: (4 / 12 * 100%); } 8 + .col-5 { width: (5 / 12 * 100%); } 9 + .col-6 { width: (6 / 12 * 100%); } 10 + .col-7 { width: (7 / 12 * 100%); } 11 + .col-8 { width: (8 / 12 * 100%); } 12 + .col-9 { width: (9 / 12 * 100%); } 13 + .col-10 { width: (10 / 12 * 100%); } 14 + .col-11 { width: (11 / 12 * 100%); } 15 + .col-12 { width: 100%; } 16 + 17 + @each $breakpoint in map-keys($breakpoints) { 18 + @include breakpoint($breakpoint) { 19 + .col-#{$breakpoint}-1 { width: ( 1 / 12 * 100%); } 20 + .col-#{$breakpoint}-2 { width: ( 2 / 12 * 100%); } 21 + .col-#{$breakpoint}-3 { width: ( 3 / 12 * 100%); } 22 + .col-#{$breakpoint}-4 { width: ( 4 / 12 * 100%); } 23 + .col-#{$breakpoint}-5 { width: ( 5 / 12 * 100%); } 24 + .col-#{$breakpoint}-6 { width: ( 6 / 12 * 100%); } 25 + .col-#{$breakpoint}-7 { width: ( 7 / 12 * 100%); } 26 + .col-#{$breakpoint}-8 { width: ( 8 / 12 * 100%); } 27 + .col-#{$breakpoint}-9 { width: ( 9 / 12 * 100%); } 28 + .col-#{$breakpoint}-10 { width: ( 10 / 12 * 100%); } 29 + .col-#{$breakpoint}-11 { width: ( 11 / 12 * 100%); } 30 + .col-#{$breakpoint}-12 { width: 100%; } 31 + } 32 + } 33 + 34 + // Gutters 35 + // Apply padding and a negative margin to the outside of the container 36 + @mixin gutters ($gutter-width: $spacer-3) { 37 + margin-right: -$gutter-width; 38 + margin-left: -$gutter-width; 39 + 40 + > [class*="col-"] { 41 + padding-right: $gutter-width !important; 42 + padding-left: $gutter-width !important; 43 + } 44 + } 45 + 46 + .gutter { 47 + @include gutters($spacer-3); 48 + } 49 + 50 + .gutter-condensed { 51 + @include gutters($spacer-2); 52 + } 53 + 54 + .gutter-spacious { 55 + @include gutters($spacer-4); 56 + } 57 + 58 + @each $breakpoint in map-keys($breakpoints) { 59 + @include breakpoint($breakpoint) { 60 + .gutter-#{$breakpoint} { @include gutters($spacer-3); } 61 + .gutter-#{$breakpoint}-condensed { @include gutters($spacer-2); } 62 + .gutter-#{$breakpoint}-spacious { @include gutters($spacer-4); } 63 + } 64 + }
+72
node_modules/primer-layout/package.json
··· 1 + { 2 + "_from": "primer-layout@1.6.2", 3 + "_id": "primer-layout@1.6.2", 4 + "_inBundle": false, 5 + "_integrity": "sha512-Ov/g9GiAaKhRAXku2wxsTlmJXhQPAjWpCwibJ+Ooxu0X8n6BA52y/ScZUPFdde+vZYhbFGFQwozU8y2bzuw3dg==", 6 + "_location": "/primer-layout", 7 + "_phantomChildren": {}, 8 + "_requested": { 9 + "type": "version", 10 + "registry": true, 11 + "raw": "primer-layout@1.6.2", 12 + "name": "primer-layout", 13 + "escapedName": "primer-layout", 14 + "rawSpec": "1.6.2", 15 + "saveSpec": null, 16 + "fetchSpec": "1.6.2" 17 + }, 18 + "_requiredBy": [ 19 + "/primer-core" 20 + ], 21 + "_resolved": "https://registry.npmjs.org/primer-layout/-/primer-layout-1.6.2.tgz", 22 + "_shasum": "41eff77f2571fe5f5d8709dd4c5e6963604d3a41", 23 + "_spec": "primer-layout@1.6.2", 24 + "_where": "/Users/brandonrosage/github/profile-generator/node_modules/primer-core", 25 + "author": { 26 + "name": "GitHub, Inc." 27 + }, 28 + "bugs": { 29 + "url": "https://github.com/primer/primer/issues" 30 + }, 31 + "bundleDependencies": false, 32 + "dependencies": { 33 + "primer-support": "4.7.2" 34 + }, 35 + "deprecated": false, 36 + "description": "Containers, rows, and columns for creating page layout.", 37 + "files": [ 38 + "index.scss", 39 + "lib", 40 + "build", 41 + "docs" 42 + ], 43 + "homepage": "http://primer.github.io/", 44 + "keywords": [ 45 + "primer", 46 + "css", 47 + "github", 48 + "design-system" 49 + ], 50 + "license": "MIT", 51 + "main": "build/index.js", 52 + "name": "primer-layout", 53 + "primer": { 54 + "category": "core", 55 + "module_type": "objects" 56 + }, 57 + "repository": { 58 + "type": "git", 59 + "url": "https://github.com/primer/primer/tree/master/modules/primer-layout" 60 + }, 61 + "sass": "index.scss", 62 + "scripts": { 63 + "build": "../../script/npm-run primer-module-build index.scss", 64 + "lint": "../../script/lint-scss", 65 + "postpublish": "../../script/notify success", 66 + "prepare": "npm run build", 67 + "prepublishOnly": "../../script/notify pending", 68 + "test": "../../script/npm-run-all build lint" 69 + }, 70 + "style": "build/build.css", 71 + "version": "1.6.2" 72 + }
+21
node_modules/primer-navigation/LICENSE
··· 1 + The MIT License (MIT) 2 + 3 + Copyright (c) 2019 GitHub Inc. 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+366
node_modules/primer-navigation/README.md
··· 1 + # Primer Navigation 2 + 3 + [![npm version](https://img.shields.io/npm/v/primer-navigation.svg)](https://www.npmjs.org/package/primer-navigation) 4 + [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer) 5 + 6 + > Primer comes with several navigation components. Some were designed with singular purposes, while others were design to be more flexible and appear quite frequently. 7 + 8 + This repository is a module of the full [primer][primer] repository. 9 + 10 + ## Install 11 + 12 + This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-navigation` with this command. 13 + 14 + ``` 15 + $ npm install --save primer-navigation 16 + ``` 17 + 18 + ## Usage 19 + 20 + The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. 21 + 22 + ```scss 23 + @import "primer-navigation/index.scss"; 24 + ``` 25 + 26 + You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ 27 + 28 + ## Build 29 + 30 + For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. 31 + 32 + ``` 33 + $ npm run build 34 + ``` 35 + 36 + ## Documentation 37 + 38 + <!-- %docs 39 + title: Navigation 40 + path: components/navigation 41 + status: Stable 42 + --> 43 + 44 + Primer comes with several navigation components. Some were designed with singular purposes, while others were design to be more flexible and appear quite frequently. 45 + 46 + {:toc} 47 + 48 + ## Menu 49 + 50 + The menu is a vertical list of navigational links. **A menu's width and placement must be set by you.** If you like, just use our grid columns as a parent. Otherwise, apply a custom `width`. 51 + 52 + ```html title="Menu" 53 + <nav class="menu" aria-label="Person settings"> 54 + <a class="menu-item selected" href="#url" aria-current="page">Account</a> 55 + <a class="menu-item" href="#url">Profile</a> 56 + <a class="menu-item" href="#url">Emails</a> 57 + <a class="menu-item" href="#url">Notifications</a> 58 + </nav> 59 + ``` 60 + 61 + There are a few subcomponents and add-ons that work well with the menu, including avatars, counters, and Octicons. 62 + 63 + ```erb title="Menu with octicons, avatars and counters" 64 + <nav class="menu" aria-label="Person settings"> 65 + <a class="menu-item selected" href="#url" aria-current="page"> 66 + <%= octicon "tools" %> 67 + Account 68 + </a> 69 + <a class="menu-item" href="#url"> 70 + <%= octicon "person" %> 71 + Profile 72 + </a> 73 + <a class="menu-item" href="#url"> 74 + <%= octicon "mail" %> 75 + Emails 76 + </a> 77 + <a class="menu-item" href="#url"> 78 + <%= octicon "radio-tower" %> 79 + <span class="Counter">3</span> 80 + Notifications 81 + </a> 82 + </nav> 83 + ``` 84 + 85 + You can also add optional headings to a menu. Feel free to use nearly any semantic element with the `.menu-heading` class, including inline elements, headings, and more. 86 + 87 + ```html title="Menu with heading" 88 + <nav class="menu" aria-labelledby="menu-heading"> 89 + <span class="menu-heading" id="menu-heading">Menu heading</span> 90 + <a class="menu-item selected" href="#url" aria-current="page">Account</a> 91 + <a class="menu-item" href="#url">Profile</a> 92 + <a class="menu-item" href="#url">Emails</a> 93 + <a class="menu-item" href="#url">Notifications</a> 94 + </nav> 95 + ``` 96 + 97 + ## Underline nav 98 + 99 + Use `.UnderlineNav` to style navigation with a minimal underlined selected state, typically used for navigation placed at the top of the page. This component comes with variations to accommodate icons, containers and other content. 100 + 101 + ```html title="UnderlineNav" 102 + <nav class="UnderlineNav"> 103 + <div class="UnderlineNav-body"> 104 + <a href="#url" role="tab" title="Item 1" class="UnderlineNav-item selected">Item 1</a> 105 + <a href="#url" role="tab" title="Item 2" class="UnderlineNav-item">Item 2</a> 106 + <a href="#url" role="tab" title="Item 3" class="UnderlineNav-item">Item 3</a> 107 + <a href="#url" role="tab" title="Item 4" class="UnderlineNav-item">Item 4</a> 108 + </div> 109 + </nav> 110 + ``` 111 + 112 + Use `.UnderlineNav-actions` to place another element, such as a button, to the opposite side of the navigation items. 113 + 114 + ```html title="UnderlineNav-actions" 115 + <nav class="UnderlineNav" aria-label="Foo bar"> 116 + <div class="UnderlineNav-body"> 117 + <a href="#url" class="UnderlineNav-item selected">Item 1</a> 118 + <a href="#url" class="UnderlineNav-item">Item 2</a> 119 + <a href="#url" class="UnderlineNav-item">Item 3</a> 120 + <a href="#url" class="UnderlineNav-item">Item 4</a> 121 + </div> 122 + <div class="UnderlineNav-actions"> 123 + <a class="btn">Button</a> 124 + </div> 125 + </nav> 126 + ``` 127 + 128 + Use `.UnderlineNav--right` to right align the navigation. 129 + 130 + ```html title="UnderlineNav--right" 131 + <nav class="UnderlineNav UnderlineNav--right"> 132 + <div class="UnderlineNav-body"> 133 + <a href="#url" role="tab" title="Item 1" class="UnderlineNav-item selected">Item 1</a> 134 + <a href="#url" role="tab" title="Item 2" class="UnderlineNav-item">Item 2</a> 135 + <a href="#url" role="tab" title="Item 3" class="UnderlineNav-item">Item 3</a> 136 + <a href="#url" role="tab" title="Item 4" class="UnderlineNav-item">Item 4</a> 137 + </div> 138 + </nav> 139 + ``` 140 + 141 + `.UnderlineNav--right` also works with when used with `.UnderlineNav-actions`. 142 + 143 + ```html title="UnderlineNav--right with actions" 144 + <nav class="UnderlineNav UnderlineNav--right" aria-label="Foo bar"> 145 + <div class="UnderlineNav-actions"> 146 + <a class="btn">Button</a> 147 + </div> 148 + <div class="UnderlineNav-body"> 149 + <a href="#url" class="UnderlineNav-item selected">Item 1</a> 150 + <a href="#url" class="UnderlineNav-item">Item 2</a> 151 + <a href="#url" class="UnderlineNav-item">Item 3</a> 152 + <a href="#url" class="UnderlineNav-item">Item 4</a> 153 + </div> 154 + </nav> 155 + ``` 156 + 157 + <!-- Update wording here --> 158 + `.Counters` and `.octicons` can be used with navigation items. Use `.UnderlineNav-octicon` to add color and hover styles. 159 + 160 + ```erb title="UnderlineNav with Counter" 161 + <nav class="UnderlineNav" aria-label="Foo bar"> 162 + <div class="UnderlineNav-body"> 163 + <a href="#url" class="UnderlineNav-item selected"> 164 + <%= octicon "tools", :class => "UnderlineNav-octicon" %> 165 + Item 1 166 + </a> 167 + <a href="#url" class="UnderlineNav-item"> 168 + <%= octicon "tools", :class => "UnderlineNav-octicon" %> 169 + Item 2 170 + <span class="Counter">10</span> 171 + </a> 172 + <a href="#url" class="UnderlineNav-item"> 173 + <%= octicon "tools", :class => "UnderlineNav-octicon" %> 174 + Item 3 175 + </a> 176 + <a href="#url" class="UnderlineNav-item"> 177 + <%= octicon "tools", :class => "UnderlineNav-octicon" %> 178 + Item 4 179 + </a> 180 + </div> 181 + </nav> 182 + ``` 183 + 184 + Use `.UnderlineNav--full` in combination with container styles and `.UnderlineNav-container` to make navigation fill the width of the container. 185 + 186 + ```html title="UnderlineNav--full" 187 + <nav class="UnderlineNav UnderlineNav--full" aria-label="Foo bar"> 188 + <div class="container-lg UnderlineNav-container"> 189 + <div class="UnderlineNav-body"> 190 + <a href="#url" class="UnderlineNav-item selected">Item 1</a> 191 + <a href="#url" class="UnderlineNav-item">Item 2 192 + <span class="Counter">10</span> 193 + </a> 194 + <a href="#url" class="UnderlineNav-item">Item 3</a> 195 + <a href="#url" class="UnderlineNav-item">Item 4</a> 196 + </div> 197 + <div class="UnderlineNav-actions"> 198 + <a class="btn">Button</a> 199 + </div> 200 + </div> 201 + </nav> 202 + ``` 203 + 204 + ## Tabnav 205 + 206 + When you need to toggle between different views, consider using a tabnav. It'll given you a left-aligned horizontal row of... tabs! 207 + 208 + ```html title="tabnav" 209 + <div class="tabnav"> 210 + <nav class="tabnav-tabs" aria-label="Foo bar"> 211 + <a href="#url" class="tabnav-tab selected" aria-current="page">Foo tab</a> 212 + <a href="#url" class="tabnav-tab">Bar tab</a> 213 + </nav> 214 + </div> 215 + ``` 216 + 217 + Use `.float-right` to align additional elements in the `.tabnav`: 218 + 219 + ```html title="tabnav with buttons" 220 + <div class="tabnav"> 221 + <a class="btn btn-sm float-right" href="#url" role="button">Button</a> 222 + <nav class="tabnav-tabs" aria-label="Foo bar"> 223 + <a href="#url" class="tabnav-tab selected" aria-current="page">Foo Tab</a> 224 + <a href="#url" class="tabnav-tab">Bar Tab</a> 225 + </nav> 226 + </div> 227 + ``` 228 + 229 + Additional bits of text and links can be styled for optimal placement with `.tabnav-extra`: 230 + 231 + ```html title="tabnav-extra" 232 + <div class="tabnav"> 233 + <div class="tabnav-extra float-right"> 234 + Tabnav widget text here. 235 + </div> 236 + <nav class="tabnav-tabs" aria-label="Foo bar"> 237 + <a href="#url" class="tabnav-tab selected" aria-current="page">Foo Tab</a> 238 + <a href="#url" class="tabnav-tab">Bar Tab</a> 239 + </nav> 240 + </div> 241 + ``` 242 + 243 + ```html title="tabnav with everything" 244 + <div class="tabnav"> 245 + <div class="float-right"> 246 + <a class="tabnav-extra" href="#url"> 247 + Tabnav extra link 248 + </a> 249 + <a class="tabnav-extra" href="#url"> 250 + Tabnav extra link 251 + </a> 252 + </div> 253 + <nav class="tabnav-tabs" aria-label="Foo bar"> 254 + <a href="#url" class="tabnav-tab selected" aria-current="page">Foo Tab</a> 255 + <a href="#url" class="tabnav-tab">Bar Tab</a> 256 + </nav> 257 + </div> 258 + ``` 259 + 260 + ## Filter list 261 + 262 + A vertical list of filters. Grey text on white background. Selecting a filter from the list will fill its background with blue and make the text white. 263 + 264 + ```html title="filter-list" 265 + <ul class="filter-list"> 266 + <li> 267 + <a href="#url" class="filter-item selected" aria-current="page"> 268 + <span class="count" title="results">21</span> 269 + First filter 270 + </a> 271 + </li> 272 + <li> 273 + <a href="#url" class="filter-item"> 274 + <span class="count" title="results">3</span> 275 + Second filter 276 + </a> 277 + </li> 278 + <li> 279 + <a href="#url" class="filter-item"> 280 + Third filter 281 + </a> 282 + </li> 283 + </ul> 284 + ``` 285 + 286 + ## Sub navigation 287 + 288 + `.subnav` is navigation that is typically used when on a dashboard type interface with another set of navigation above it. This helps distinguish navigation hierarchy. 289 + 290 + ```html title="subnav" 291 + <nav class="subnav" aria-label="Respository"> 292 + <a href="#url" class="subnav-item selected" aria-current="page">Item 1</a> 293 + <a href="#url" class="subnav-item">Item 2</a> 294 + <a href="#url" class="subnav-item">Item 3</a> 295 + </nav> 296 + ``` 297 + 298 + You can have `subnav-search` in the subnav bar. 299 + 300 + ```erb title="subnav-search" 301 + <div class="subnav"> 302 + <nav class="subnav-links" aria-label="Repository"> 303 + <a href="#url" class="subnav-item selected" aria-current="page">Item 1</a> 304 + <a href="#url" class="subnav-item">Item 2</a> 305 + <a href="#url" class="subnav-item">Item 3</a> 306 + </nav> 307 + <div class="subnav-search float-left"> 308 + <input type="search" name="name" class="form-control subnav-search-input" value="" aria-label="Search site"> 309 + <%= octicon "search", :class => "subnav-search-icon" %> 310 + </div> 311 + </div> 312 + ``` 313 + 314 + 315 + You can also use a `subnav-search-context` to display search help in a select menu. 316 + 317 + ```erb title="subnav-search-context" 318 + <div class="subnav"> 319 + <nav class="subnav-links"> 320 + <a href="#url" class="subnav-item selected">Item 1</a> 321 + <a href="#url" class="subnav-item">Item 2</a> 322 + <a href="#url" class="subnav-item">Item 3</a> 323 + </nav> 324 + <div class="float-left ml-3 select-menu js-menu-container js-select-menu subnav-search-context"> 325 + <button type="button" name="button" class="btn select-menu-button js-menu-target" aria-expanded="false" aria-haspopup="true">Filters </button> 326 + <div class="select-menu-modal-holder js-menu-content js-navigation-container" aria-hidden="true"> 327 + <div class="select-menu-modal"> 328 + <div class="select-menu-list"> 329 + <a href="#url" class="select-menu-item js-navigation-item"> 330 + <div class="select-menu-item-text"> 331 + Search filter 1 332 + </div> 333 + </a> 334 + <a href="#url" class="select-menu-item js-navigation-item"> 335 + <div class="select-menu-item-text"> 336 + Search filter 2 337 + </div> 338 + </a> 339 + <a href="#url" class="select-menu-item js-navigation-item"> 340 + <div class="select-menu-item-text"> 341 + Search filter 3 342 + </div> 343 + </a> 344 + </div> 345 + </div> 346 + </div> 347 + </div> 348 + <div class="subnav-search float-left"> 349 + <input type="search" name="name" class="form-control subnav-search-input" value="" aria-label="Search site"> 350 + <%= octicon "search", :class => "subnav-search-icon" %> 351 + </div> 352 + </div> 353 + ``` 354 + 355 + 356 + <!-- %enddocs --> 357 + 358 + ## License 359 + 360 + [MIT](./LICENSE) &copy; [GitHub](https://github.com/) 361 + 362 + [primer]: https://github.com/primer/primer 363 + [docs]: http://primer.github.io/ 364 + [npm]: https://www.npmjs.com/ 365 + [install-npm]: https://docs.npmjs.com/getting-started/installing-node 366 + [sass]: http://sass-lang.com/
+1
node_modules/primer-navigation/build/build.css
··· 1 + .menu{margin-bottom:15px;list-style:none;background-color:#fff;border:1px solid #d1d5da;border-radius:3px}.menu-item{position:relative;display:block;padding:8px 10px;border-bottom:1px solid #e1e4e8}.menu-item:first-child{border-top:0;border-top-left-radius:2px;border-top-right-radius:2px}.menu-item:first-child::before{border-top-left-radius:2px}.menu-item:last-child{border-bottom:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.menu-item:last-child::before{border-bottom-left-radius:2px}.menu-item:hover{text-decoration:none;background-color:#f6f8fa}.menu-item.selected{font-weight:600;color:#24292e;cursor:default;background-color:#fff}.menu-item.selected::before{position:absolute;top:0;bottom:0;left:0;width:2px;content:"";background-color:#e36209}.menu-item .octicon{width:16px;margin-right:5px;color:#24292e;text-align:center}.menu-item .Counter{float:right;margin-left:5px}.menu-item .menu-warning{float:right;color:#86181d}.menu-item .avatar{float:left;margin-right:5px}.menu-item.alert .Counter{color:#cb2431}.menu-heading{display:block;padding:8px 10px;margin-top:0;margin-bottom:0;font-size:13px;font-weight:600;line-height:20px;color:#586069;background-color:#f3f5f8;border-bottom:1px solid #e1e4e8}.menu-heading:hover{text-decoration:none}.menu-heading:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.menu-heading:last-child{border-bottom:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.tabnav{margin-top:0;margin-bottom:15px;border-bottom:1px solid #d1d5da}.tabnav .Counter{margin-left:5px}.tabnav-tabs{margin-bottom:-1px}.tabnav-tab{display:inline-block;padding:8px 12px;font-size:14px;line-height:20px;color:#586069;text-decoration:none;background-color:transparent;border:1px solid transparent;border-bottom:0}.tabnav-tab.selected{color:#24292e;background-color:#fff;border-color:#d1d5da;border-radius:3px 3px 0 0}.tabnav-tab:hover,.tabnav-tab:focus{color:#24292e;text-decoration:none}.tabnav-extra{display:inline-block;padding-top:10px;margin-left:10px;font-size:12px;color:#586069}.tabnav-extra>.octicon{margin-right:2px}a.tabnav-extra:hover{color:#0366d6;text-decoration:none}.tabnav-btn{margin-left:10px}.filter-list{list-style-type:none}.filter-list.small .filter-item{padding:4px 10px;margin:0 0 2px;font-size:12px}.filter-list.pjax-active .filter-item{color:#586069;background-color:transparent}.filter-list.pjax-active .filter-item.pjax-active{color:#fff;background-color:#0366d6}.filter-item{position:relative;display:block;padding:8px 10px;margin-bottom:5px;overflow:hidden;font-size:14px;color:#586069;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;border-radius:3px}.filter-item:hover{text-decoration:none;background-color:#eaecef}.filter-item.selected{color:#fff;background-color:#0366d6}.filter-item .count{float:right;font-weight:600}.filter-item .bar{position:absolute;top:2px;right:0;bottom:2px;z-index:-1;display:inline-block;background-color:#eff3f6}.subnav{margin-bottom:20px}.subnav::before{display:table;content:""}.subnav::after{display:table;clear:both;content:""}.subnav-bordered{padding-bottom:20px;border-bottom:1px solid #eaecef}.subnav-flush{margin-bottom:0}.subnav-item{position:relative;float:left;padding:6px 14px;font-weight:600;line-height:20px;color:#586069;border:1px solid #e1e4e8}.subnav-item+.subnav-item{margin-left:-1px}.subnav-item:hover,.subnav-item:focus{text-decoration:none;background-color:#f6f8fa}.subnav-item.selected,.subnav-item.selected:hover,.subnav-item.selected:focus{z-index:2;color:#fff;background-color:#0366d6;border-color:#0366d6}.subnav-item:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.subnav-item:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.subnav-search{position:relative;margin-left:10px}.subnav-search-input{width:320px;padding-left:30px;color:#586069}.subnav-search-input-wide{width:500px}.subnav-search-icon{position:absolute;top:9px;left:8px;display:block;color:#c6cbd1;text-align:center;pointer-events:none}.subnav-search-context .btn{color:#444d56;border-top-right-radius:0;border-bottom-right-radius:0}.subnav-search-context .btn:hover,.subnav-search-context .btn:focus,.subnav-search-context .btn:active,.subnav-search-context .btn.selected{z-index:2}.subnav-search-context+.subnav-search{margin-left:-1px}.subnav-search-context+.subnav-search .subnav-search-input{border-top-left-radius:0;border-bottom-left-radius:0}.subnav-search-context .select-menu-modal-holder{z-index:30}.subnav-search-context .select-menu-modal{width:220px}.subnav-search-context .select-menu-item-icon{color:inherit}.subnav-spacer-right{padding-right:10px}.UnderlineNav{display:flex;justify-content:space-between;border-bottom:1px solid #e1e4e8}.UnderlineNav-body{display:flex;margin-bottom:-1px}.UnderlineNav-item{padding:16px 8px;margin-right:16px;font-size:14px;line-height:1.5;color:#586069;text-align:center;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{font-weight:600;color:#24292e;border-bottom-color:#e36209}.UnderlineNav-item.selected .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{-ms-grid-row-align:center;align-self:center}.UnderlineNav--full{display:block}.UnderlineNav-octicon{color:#959da5}.UnderlineNav-container{display:flex;justify-content:space-between}
+1
node_modules/primer-navigation/build/data.json
··· 1 + {"cssstats":{"size":5723,"gzipSize":1404,"humanizedSize":"6kB","humanizedGzipSize":"1kB","rules":{"total":74,"size":{"graph":[5,4,3,1,3,1,2,4,7,4,2,2,2,1,10,1,2,3,3,1,1,9,4,2,5,1,2,1,1,3,2,2,12,2,2,2,7,1,2,3,2,1,7,1,2,4,2,2,2,3,1,7,3,1,1,2,1,1,1,1,3,2,7,4,1,3,1,1,2,1,2,1,1,2],"max":12,"average":2.7162162162162162},"selectorByRuleSizes":[{"selector":".filter-item","declarations":12},{"selector":".menu-heading","declarations":10},{"selector":".tabnav-tab","declarations":9},{"selector":".UnderlineNav-item","declarations":7},{"selector":".subnav-search-icon","declarations":7},{"selector":".subnav-item","declarations":7},{"selector":".filter-item .bar","declarations":7},{"selector":".menu-item.selected::before","declarations":7},{"selector":".tabnav-extra","declarations":5},{"selector":".menu","declarations":5},{"selector":".UnderlineNav-item:hover,.UnderlineNav-item:focus","declarations":4},{"selector":".subnav-item.selected,.subnav-item.selected:hover,.subnav-item.selected:focus","declarations":4},{"selector":".tabnav-tab.selected","declarations":4},{"selector":".menu-item .octicon","declarations":4},{"selector":".menu-item.selected","declarations":4},{"selector":".menu-item","declarations":4},{"selector":".UnderlineNav-item.selected","declarations":3},{"selector":".UnderlineNav","declarations":3},{"selector":".subnav-search-context .btn","declarations":3},{"selector":".subnav-search-input","declarations":3},{"selector":".subnav::after","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-actions","declarations":2},{"selector":".UnderlineNav--right .UnderlineNav-item","declarations":2},{"selector":".UnderlineNav-body","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":".filter-item .count","declarations":2},{"selector":".filter-item.selected","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--right .UnderlineNav-actions","declarations":1},{"selector":".UnderlineNav--right","declarations":1},{"selector":".UnderlineNav-item.selected .UnderlineNav-octicon","declarations":1},{"selector":".UnderlineNav-item:hover .UnderlineNav-octicon,.UnderlineNav-item:focus .UnderlineNav-octicon","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":".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":83,"type":1,"class":83,"id":0,"pseudoClass":25,"pseudoElement":5,"values":[".menu",".menu-item",".menu-item:first-child",".menu-item:first-child::before",".menu-item:last-child",".menu-item:last-child::before",".menu-item:hover",".menu-item.selected",".menu-item.selected::before",".menu-item .octicon",".menu-item .Counter",".menu-item .menu-warning",".menu-item .avatar",".menu-item.alert .Counter",".menu-heading",".menu-heading:hover",".menu-heading:first-child",".menu-heading:last-child",".tabnav",".tabnav .Counter",".tabnav-tabs",".tabnav-tab",".tabnav-tab.selected",".tabnav-tab:hover",".tabnav-tab:focus",".tabnav-extra",".tabnav-extra>.octicon","a.tabnav-extra:hover",".tabnav-btn",".filter-list",".filter-list.small .filter-item",".filter-list.pjax-active .filter-item",".filter-list.pjax-active .filter-item.pjax-active",".filter-item",".filter-item:hover",".filter-item.selected",".filter-item .count",".filter-item .bar",".subnav",".subnav::before",".subnav::after",".subnav-bordered",".subnav-flush",".subnav-item",".subnav-item+.subnav-item",".subnav-item:hover",".subnav-item:focus",".subnav-item.selected",".subnav-item.selected:hover",".subnav-item.selected:focus",".subnav-item:first-child",".subnav-item:last-child",".subnav-search",".subnav-search-input",".subnav-search-input-wide",".subnav-search-icon",".subnav-search-context .btn",".subnav-search-context .btn:hover",".subnav-search-context .btn:focus",".subnav-search-context .btn:active",".subnav-search-context .btn.selected",".subnav-search-context+.subnav-search",".subnav-search-context+.subnav-search .subnav-search-input",".subnav-search-context .select-menu-modal-holder",".subnav-search-context .select-menu-modal",".subnav-search-context .select-menu-item-icon",".subnav-spacer-right",".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.selected .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.3855421686747}},"declarations":{"total":201,"unique":118,"properties":{"margin-bottom":["15px","0","15px","-1px","5px","20px","0","-1px"],"list-style":["none"],"background-color":["#fff","#f6f8fa","#fff","#e36209","#f3f5f8","transparent","#fff","transparent","#0366d6","#eaecef","#0366d6","#eff3f6","#f6f8fa","#0366d6"],"border":["1px solid #d1d5da","1px solid transparent","1px solid #e1e4e8"],"border-radius":["3px","3px 3px 0 0","3px"],"position":["relative","absolute","relative","absolute","relative","relative","absolute"],"display":["block","block","inline-block","inline-block","block","inline-block","table","table","block","flex","flex","block","flex"],"padding":["8px 10px","8px 10px","8px 12px","4px 10px","8px 10px","6px 14px","16px 8px"],"border-bottom":["1px solid #e1e4e8","0","1px solid #e1e4e8","0","1px solid #d1d5da","0","1px solid #eaecef","1px solid #e1e4e8","2px solid transparent"],"border-top":["0"],"border-top-left-radius":["2px","2px","2px","3px","0"],"border-top-right-radius":["2px","2px","3px","0"],"border-bottom-right-radius":["2px","2px","3px","0"],"border-bottom-left-radius":["2px","2px","2px","3px","0"],"text-decoration":["none","none","none","none","none","none","none","none","none"],"font-weight":["600","600","600","600","600"],"color":["#24292e","#24292e","#86181d","#cb2431","#586069","#586069","#24292e","#24292e","#586069","#0366d6","#586069","#fff","#586069","#fff","#586069","#fff","#586069","#c6cbd1","#444d56","inherit","#586069","#24292e","#6a737d","#24292e","#6a737d","#959da5"],"cursor":["default","pointer"],"top":["0","2px","9px"],"bottom":["0","2px"],"left":["0","8px"],"width":["2px","16px","320px","500px","220px"],"content":["\"\"","\"\"","\"\""],"margin-right":["5px","5px","2px","16px","0"],"text-align":["center","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"],"right":["0"],"z-index":["-1","2","2","30"],"clear":["both"],"padding-bottom":["20px"],"padding-left":["30px"],"pointer-events":["none"],"padding-right":["10px"],"justify-content":["space-between","flex-end","space-between"],"border-bottom-color":["#d1d5da","#e36209"],"transition":["0.2s ease"],"flex":["1 1 auto"],"-ms-grid-row-align":["center"],"align-self":["center"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
+1
node_modules/primer-navigation/build/index.js
··· 1 + module.exports = {"cssstats":{"size":5723,"gzipSize":1404,"humanizedSize":"6kB","humanizedGzipSize":"1kB","rules":{"total":74,"size":{"graph":[5,4,3,1,3,1,2,4,7,4,2,2,2,1,10,1,2,3,3,1,1,9,4,2,5,1,2,1,1,3,2,2,12,2,2,2,7,1,2,3,2,1,7,1,2,4,2,2,2,3,1,7,3,1,1,2,1,1,1,1,3,2,7,4,1,3,1,1,2,1,2,1,1,2],"max":12,"average":2.7162162162162162},"selectorByRuleSizes":[{"selector":".filter-item","declarations":12},{"selector":".menu-heading","declarations":10},{"selector":".tabnav-tab","declarations":9},{"selector":".UnderlineNav-item","declarations":7},{"selector":".subnav-search-icon","declarations":7},{"selector":".subnav-item","declarations":7},{"selector":".filter-item .bar","declarations":7},{"selector":".menu-item.selected::before","declarations":7},{"selector":".tabnav-extra","declarations":5},{"selector":".menu","declarations":5},{"selector":".UnderlineNav-item:hover,.UnderlineNav-item:focus","declarations":4},{"selector":".subnav-item.selected,.subnav-item.selected:hover,.subnav-item.selected:focus","declarations":4},{"selector":".tabnav-tab.selected","declarations":4},{"selector":".menu-item .octicon","declarations":4},{"selector":".menu-item.selected","declarations":4},{"selector":".menu-item","declarations":4},{"selector":".UnderlineNav-item.selected","declarations":3},{"selector":".UnderlineNav","declarations":3},{"selector":".subnav-search-context .btn","declarations":3},{"selector":".subnav-search-input","declarations":3},{"selector":".subnav::after","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-actions","declarations":2},{"selector":".UnderlineNav--right .UnderlineNav-item","declarations":2},{"selector":".UnderlineNav-body","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":".filter-item .count","declarations":2},{"selector":".filter-item.selected","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--right .UnderlineNav-actions","declarations":1},{"selector":".UnderlineNav--right","declarations":1},{"selector":".UnderlineNav-item.selected .UnderlineNav-octicon","declarations":1},{"selector":".UnderlineNav-item:hover .UnderlineNav-octicon,.UnderlineNav-item:focus .UnderlineNav-octicon","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":".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":83,"type":1,"class":83,"id":0,"pseudoClass":25,"pseudoElement":5,"values":[".menu",".menu-item",".menu-item:first-child",".menu-item:first-child::before",".menu-item:last-child",".menu-item:last-child::before",".menu-item:hover",".menu-item.selected",".menu-item.selected::before",".menu-item .octicon",".menu-item .Counter",".menu-item .menu-warning",".menu-item .avatar",".menu-item.alert .Counter",".menu-heading",".menu-heading:hover",".menu-heading:first-child",".menu-heading:last-child",".tabnav",".tabnav .Counter",".tabnav-tabs",".tabnav-tab",".tabnav-tab.selected",".tabnav-tab:hover",".tabnav-tab:focus",".tabnav-extra",".tabnav-extra>.octicon","a.tabnav-extra:hover",".tabnav-btn",".filter-list",".filter-list.small .filter-item",".filter-list.pjax-active .filter-item",".filter-list.pjax-active .filter-item.pjax-active",".filter-item",".filter-item:hover",".filter-item.selected",".filter-item .count",".filter-item .bar",".subnav",".subnav::before",".subnav::after",".subnav-bordered",".subnav-flush",".subnav-item",".subnav-item+.subnav-item",".subnav-item:hover",".subnav-item:focus",".subnav-item.selected",".subnav-item.selected:hover",".subnav-item.selected:focus",".subnav-item:first-child",".subnav-item:last-child",".subnav-search",".subnav-search-input",".subnav-search-input-wide",".subnav-search-icon",".subnav-search-context .btn",".subnav-search-context .btn:hover",".subnav-search-context .btn:focus",".subnav-search-context .btn:active",".subnav-search-context .btn.selected",".subnav-search-context+.subnav-search",".subnav-search-context+.subnav-search .subnav-search-input",".subnav-search-context .select-menu-modal-holder",".subnav-search-context .select-menu-modal",".subnav-search-context .select-menu-item-icon",".subnav-spacer-right",".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.selected .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.3855421686747}},"declarations":{"total":201,"unique":118,"properties":{"margin-bottom":["15px","0","15px","-1px","5px","20px","0","-1px"],"list-style":["none"],"background-color":["#fff","#f6f8fa","#fff","#e36209","#f3f5f8","transparent","#fff","transparent","#0366d6","#eaecef","#0366d6","#eff3f6","#f6f8fa","#0366d6"],"border":["1px solid #d1d5da","1px solid transparent","1px solid #e1e4e8"],"border-radius":["3px","3px 3px 0 0","3px"],"position":["relative","absolute","relative","absolute","relative","relative","absolute"],"display":["block","block","inline-block","inline-block","block","inline-block","table","table","block","flex","flex","block","flex"],"padding":["8px 10px","8px 10px","8px 12px","4px 10px","8px 10px","6px 14px","16px 8px"],"border-bottom":["1px solid #e1e4e8","0","1px solid #e1e4e8","0","1px solid #d1d5da","0","1px solid #eaecef","1px solid #e1e4e8","2px solid transparent"],"border-top":["0"],"border-top-left-radius":["2px","2px","2px","3px","0"],"border-top-right-radius":["2px","2px","3px","0"],"border-bottom-right-radius":["2px","2px","3px","0"],"border-bottom-left-radius":["2px","2px","2px","3px","0"],"text-decoration":["none","none","none","none","none","none","none","none","none"],"font-weight":["600","600","600","600","600"],"color":["#24292e","#24292e","#86181d","#cb2431","#586069","#586069","#24292e","#24292e","#586069","#0366d6","#586069","#fff","#586069","#fff","#586069","#fff","#586069","#c6cbd1","#444d56","inherit","#586069","#24292e","#6a737d","#24292e","#6a737d","#959da5"],"cursor":["default","pointer"],"top":["0","2px","9px"],"bottom":["0","2px"],"left":["0","8px"],"width":["2px","16px","320px","500px","220px"],"content":["\"\"","\"\"","\"\""],"margin-right":["5px","5px","2px","16px","0"],"text-align":["center","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"],"right":["0"],"z-index":["-1","2","2","30"],"clear":["both"],"padding-bottom":["20px"],"padding-left":["30px"],"pointer-events":["none"],"padding-right":["10px"],"justify-content":["space-between","flex-end","space-between"],"border-bottom-color":["#d1d5da","#e36209"],"transition":["0.2s ease"],"flex":["1 1 auto"],"-ms-grid-row-align":["center"],"align-self":["center"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
+7
node_modules/primer-navigation/index.scss
··· 1 + @import "primer-support/index.scss"; 2 + // Navigation 3 + @import "./lib/menu.scss"; 4 + @import "./lib/tabnav.scss"; 5 + @import "./lib/filter-list.scss"; 6 + @import "./lib/subnav.scss"; 7 + @import "./lib/underline-nav.scss";
+62
node_modules/primer-navigation/lib/filter-list.scss
··· 1 + // Filters list 2 + // 3 + // A vertical list of filters. 4 + .filter-list { 5 + list-style-type: none; 6 + 7 + &.small .filter-item { 8 + padding: $spacer-1 10px; 9 + margin: 0 0 2px; 10 + font-size: $font-size-small; 11 + } 12 + 13 + &.pjax-active .filter-item { 14 + color: $text-gray; 15 + background-color: transparent; 16 + 17 + &.pjax-active { 18 + color: $text-white; 19 + background-color: $bg-blue; 20 + } 21 + } 22 + } 23 + 24 + .filter-item { 25 + position: relative; 26 + display: block; 27 + padding: $spacer-2 10px; 28 + margin-bottom: 5px; 29 + overflow: hidden; 30 + font-size: $h5-size; 31 + color: $text-gray; 32 + text-decoration: none; 33 + text-overflow: ellipsis; 34 + white-space: nowrap; 35 + cursor: pointer; 36 + border-radius: 3px; 37 + 38 + &:hover { 39 + text-decoration: none; 40 + background-color: lighten($gray-200, 3%); 41 + } 42 + 43 + &.selected { 44 + color: $text-white; 45 + background-color: $bg-blue; 46 + } 47 + 48 + .count { 49 + float: right; 50 + font-weight: $font-weight-bold; 51 + } 52 + 53 + .bar { 54 + position: absolute; 55 + top: 2px; 56 + right: 0; 57 + bottom: 2px; 58 + z-index: -1; 59 + display: inline-block; 60 + background-color: darken($gray-100, 2%); 61 + } 62 + }
+112
node_modules/primer-navigation/lib/menu.scss
··· 1 + // Side menu 2 + // 3 + // A menu on the side of a page, defaults to left side. e.g. github.com/about 4 + 5 + .menu { 6 + margin-bottom: 15px; 7 + list-style: none; 8 + background-color: $bg-white; 9 + border: 1px solid $gray-300; 10 + border-radius: 3px; 11 + } 12 + 13 + .menu-item { 14 + position: relative; 15 + display: block; 16 + padding: $spacer-2 10px; 17 + border-bottom: 1px solid $gray-200; 18 + 19 + &:first-child { 20 + border-top: 0; 21 + border-top-left-radius: 2px; 22 + border-top-right-radius: 2px; 23 + 24 + &::before { border-top-left-radius: 2px; } 25 + } 26 + 27 + &:last-child { 28 + border-bottom: 0; 29 + border-bottom-right-radius: 2px; 30 + border-bottom-left-radius: 2px; 31 + 32 + &::before { border-bottom-left-radius: 2px; } 33 + } 34 + 35 + &:hover { 36 + text-decoration: none; 37 + background-color: $gray-100; 38 + } 39 + 40 + &.selected { 41 + font-weight: $font-weight-bold; 42 + color: $text-gray-dark; 43 + cursor: default; 44 + background-color: $bg-white; 45 + 46 + &::before { 47 + position: absolute; 48 + top: 0; 49 + bottom: 0; 50 + left: 0; 51 + width: 2px; 52 + content: ""; 53 + background-color: $orange-600; 54 + } 55 + } 56 + 57 + .octicon { 58 + width: 16px; 59 + margin-right: 5px; 60 + color: $text-gray-dark; 61 + text-align: center; 62 + } 63 + 64 + .Counter { 65 + float: right; 66 + margin-left: 5px; 67 + } 68 + 69 + .menu-warning { 70 + float: right; 71 + color: $red-900; 72 + } 73 + 74 + .avatar { 75 + float: left; 76 + margin-right: 5px; 77 + } 78 + 79 + &.alert { 80 + .Counter { 81 + color: $text-red; 82 + } 83 + } 84 + } 85 + 86 + .menu-heading { 87 + display: block; 88 + padding: $spacer-2 10px; 89 + margin-top: 0; 90 + margin-bottom: 0; 91 + font-size: 13px; 92 + font-weight: $font-weight-bold; 93 + line-height: 20px; 94 + color: $gray-600; 95 + background-color: darken($gray-100, 1%); 96 + border-bottom: 1px solid $gray-200; 97 + 98 + &:hover { 99 + text-decoration: none; 100 + } 101 + 102 + &:first-child { 103 + border-top-left-radius: 2px; 104 + border-top-right-radius: 2px; 105 + } 106 + 107 + &:last-child { 108 + border-bottom: 0; 109 + border-bottom-right-radius: 2px; 110 + border-bottom-left-radius: 2px; 111 + } 112 + }
+120
node_modules/primer-navigation/lib/subnav.scss
··· 1 + // Needs refactoring 2 + // Sub nav 3 + .subnav { 4 + margin-bottom: 20px; 5 + 6 + @include clearfix(); 7 + } 8 + 9 + .subnav-bordered { 10 + padding-bottom: 20px; 11 + border-bottom: 1px solid lighten($gray-200, 3%); 12 + } 13 + 14 + .subnav-flush { 15 + margin-bottom: 0; 16 + } 17 + 18 + .subnav-item { 19 + position: relative; 20 + float: left; 21 + padding: 6px 14px; 22 + font-weight: $font-weight-bold; 23 + line-height: 20px; 24 + color: $gray-600; 25 + border: 1px solid $gray-200; 26 + 27 + + .subnav-item { 28 + margin-left: -1px; 29 + } 30 + 31 + &:hover, 32 + &:focus { 33 + text-decoration: none; 34 + background-color: $gray-100; 35 + } 36 + 37 + &.selected, 38 + &.selected:hover, 39 + &.selected:focus { 40 + z-index: 2; 41 + color: $text-white; 42 + background-color: $bg-blue; 43 + border-color: $blue; 44 + } 45 + 46 + &:first-child { 47 + border-top-left-radius: 3px; 48 + border-bottom-left-radius: 3px; 49 + } 50 + 51 + &:last-child { 52 + border-top-right-radius: 3px; 53 + border-bottom-right-radius: 3px; 54 + } 55 + } 56 + 57 + .subnav-search { 58 + position: relative; 59 + margin-left: 10px; 60 + } 61 + 62 + .subnav-search-input { 63 + width: 320px; 64 + padding-left: 30px; 65 + color: $text-gray; 66 + } 67 + 68 + .subnav-search-input-wide { 69 + width: 500px; 70 + } 71 + 72 + .subnav-search-icon { 73 + position: absolute; 74 + top: 9px; 75 + left: 8px; 76 + display: block; 77 + color: darken($gray-300, 4%); 78 + text-align: center; 79 + pointer-events: none; 80 + } 81 + 82 + .subnav-search-context { 83 + .btn { 84 + color: $gray-700; 85 + border-top-right-radius: 0; 86 + border-bottom-right-radius: 0; 87 + 88 + &:hover, 89 + &:focus, 90 + &:active, 91 + &.selected { 92 + z-index: 2; 93 + } 94 + } 95 + 96 + + .subnav-search { 97 + margin-left: -1px; 98 + 99 + .subnav-search-input { 100 + border-top-left-radius: 0; 101 + border-bottom-left-radius: 0; 102 + } 103 + } 104 + 105 + .select-menu-modal-holder { 106 + z-index: 30; 107 + } 108 + 109 + .select-menu-modal { 110 + width: 220px; 111 + } 112 + 113 + .select-menu-item-icon { 114 + color: inherit; 115 + } 116 + } 117 + 118 + .subnav-spacer-right { 119 + padding-right: 10px; 120 + }
+74
node_modules/primer-navigation/lib/tabnav.scss
··· 1 + // Outer wrapper 2 + // stylelint-disable selector-max-type 3 + .tabnav { 4 + margin-top: 0; 5 + margin-bottom: 15px; 6 + border-bottom: 1px solid $gray-300; 7 + 8 + .Counter { 9 + margin-left: 5px; 10 + } 11 + } 12 + 13 + .tabnav-tabs { 14 + margin-bottom: -1px; 15 + } 16 + 17 + .tabnav-tab { 18 + display: inline-block; 19 + padding: $spacer-2 12px; 20 + font-size: $h5-size; 21 + line-height: 20px; 22 + color: $gray-600; 23 + text-decoration: none; 24 + background-color: transparent; 25 + border: 1px solid transparent; 26 + border-bottom: 0; 27 + 28 + &.selected { 29 + color: $text-gray-dark; 30 + background-color: $bg-white; 31 + border-color: $gray-300; 32 + border-radius: 3px 3px 0 0; 33 + } 34 + 35 + &:hover, 36 + &:focus { 37 + color: $text-gray-dark; 38 + text-decoration: none; 39 + } 40 + } 41 + 42 + // Tabnav extras 43 + // 44 + // Tabnav extras are non-tab elements that sit in the tabnav. Usually they're 45 + // inline text or links. 46 + 47 + .tabnav-extra { 48 + display: inline-block; 49 + padding-top: 10px; 50 + margin-left: 10px; 51 + font-size: $font-size-small; 52 + color: $gray-600; 53 + 54 + > .octicon { 55 + margin-right: 2px; 56 + } 57 + } 58 + 59 + // When tabnav-extra are anchors 60 + // stylelint-disable selector-no-qualifying-type 61 + a.tabnav-extra:hover { 62 + color: $text-blue; 63 + text-decoration: none; 64 + } 65 + // stylelint-enable selector-no-qualifying-type 66 + 67 + // Tabnav buttons 68 + // 69 + // For when there are multiple buttons, space them out appropriately. Requires 70 + // the buttons to be floated or inline-block. 71 + 72 + .tabnav-btn { 73 + margin-left: 10px; 74 + }
+72
node_modules/primer-navigation/lib/underline-nav.scss
··· 1 + .UnderlineNav { 2 + display: flex; 3 + justify-content: space-between; 4 + border-bottom: 1px solid $gray-200; 5 + } 6 + 7 + .UnderlineNav-body { 8 + display: flex; 9 + margin-bottom: -1px; 10 + } 11 + 12 + .UnderlineNav-item { 13 + padding: $spacer-3 $spacer-2; 14 + margin-right: $spacer-3; 15 + font-size: $body-font-size; 16 + line-height: $lh-default; 17 + color: $text-gray; 18 + text-align: center; 19 + border-bottom: 2px solid transparent; 20 + 21 + &:hover, 22 + &:focus { 23 + color: $text-gray-dark; 24 + text-decoration: none; 25 + border-bottom-color: $gray-300; 26 + transition: 0.2s ease; 27 + 28 + .UnderlineNav-octicon { 29 + color: $gray-500; 30 + } 31 + } 32 + 33 + &.selected { 34 + font-weight: $font-weight-bold; 35 + color: $text-gray-dark; 36 + border-bottom-color: $orange-600; 37 + 38 + .UnderlineNav-octicon { 39 + color: $gray-500; 40 + } 41 + } 42 + } 43 + 44 + .UnderlineNav--right { 45 + justify-content: flex-end; 46 + 47 + .UnderlineNav-item { 48 + margin-right: 0; 49 + margin-left: $spacer-3; 50 + } 51 + 52 + .UnderlineNav-actions { 53 + flex: 1 1 auto; 54 + } 55 + } 56 + 57 + .UnderlineNav-actions { 58 + align-self: center; 59 + } 60 + 61 + .UnderlineNav--full { 62 + display: block; 63 + } 64 + 65 + .UnderlineNav-octicon { 66 + color: $gray-400; 67 + } 68 + 69 + .UnderlineNav-container { 70 + display: flex; 71 + justify-content: space-between; 72 + }
+73
node_modules/primer-navigation/package.json
··· 1 + { 2 + "_from": "primer-navigation@1.5.11", 3 + "_id": "primer-navigation@1.5.11", 4 + "_inBundle": false, 5 + "_integrity": "sha512-Fykn/zuJX8z8kEIkzxnbwZhbCbYbuQF7Iv+03yzBeesOfN4VaQKgpTtaAXW26NB1BjOo3omrhVivYoejTFXbuw==", 6 + "_location": "/primer-navigation", 7 + "_phantomChildren": {}, 8 + "_requested": { 9 + "type": "version", 10 + "registry": true, 11 + "raw": "primer-navigation@1.5.11", 12 + "name": "primer-navigation", 13 + "escapedName": "primer-navigation", 14 + "rawSpec": "1.5.11", 15 + "saveSpec": null, 16 + "fetchSpec": "1.5.11" 17 + }, 18 + "_requiredBy": [ 19 + "/primer-core" 20 + ], 21 + "_resolved": "https://registry.npmjs.org/primer-navigation/-/primer-navigation-1.5.11.tgz", 22 + "_shasum": "7ba220bf81ef53bfc53f216beed05d4c8cadcfe2", 23 + "_spec": "primer-navigation@1.5.11", 24 + "_where": "/Users/brandonrosage/github/profile-generator/node_modules/primer-core", 25 + "author": { 26 + "name": "GitHub, Inc." 27 + }, 28 + "bugs": { 29 + "url": "https://github.com/primer/primer/issues" 30 + }, 31 + "bundleDependencies": false, 32 + "dependencies": { 33 + "primer-support": "4.7.2" 34 + }, 35 + "deprecated": false, 36 + "description": "Singular purpose and flexible navigation elements.", 37 + "files": [ 38 + "index.scss", 39 + "lib", 40 + "build" 41 + ], 42 + "homepage": "http://primer.github.io/", 43 + "keywords": [ 44 + "primer", 45 + "css", 46 + "github", 47 + "design-system", 48 + "nav", 49 + "navigation" 50 + ], 51 + "license": "MIT", 52 + "main": "build/index.js", 53 + "name": "primer-navigation", 54 + "primer": { 55 + "category": "core", 56 + "module_type": "components" 57 + }, 58 + "repository": { 59 + "type": "git", 60 + "url": "https://github.com/primer/primer/tree/master/modules/primer-navigation" 61 + }, 62 + "sass": "index.scss", 63 + "scripts": { 64 + "build": "../../script/npm-run primer-module-build index.scss", 65 + "lint": "../../script/lint-scss", 66 + "postpublish": "../../script/notify success", 67 + "prepare": "npm run build", 68 + "prepublishOnly": "../../script/notify pending", 69 + "test": "../../script/npm-run-all build lint" 70 + }, 71 + "style": "build/build.css", 72 + "version": "1.5.11" 73 + }
+21
node_modules/primer-pagination/LICENSE
··· 1 + The MIT License (MIT) 2 + 3 + Copyright (c) 2019 GitHub Inc. 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+89
node_modules/primer-pagination/README.md
··· 1 + # Primer Pagination 2 + 3 + [![npm version](https://img.shields.io/npm/v/primer-pagination.svg)](https://www.npmjs.org/package/primer-pagination) 4 + [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer) 5 + 6 + > Pagination component for applying button styles to a connected set of links that go to related pages 7 + 8 + This repository is a module of the full [primer][primer] repository. 9 + 10 + ## Install 11 + 12 + This repository is distributed with [npm]. After [installing npm][install-npm], you can install `primer-pagination` with this command. 13 + 14 + ``` 15 + $ npm install --save primer-pagination 16 + ``` 17 + 18 + ## Usage 19 + 20 + The source files included are written in [Sass][sass] (SCSS) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. 21 + 22 + ```scss 23 + @import "primer-pagination/index.scss"; 24 + ``` 25 + 26 + You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ 27 + 28 + ## Build 29 + 30 + For a compiled **CSS** version of this module, an npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package: 31 + 32 + ``` 33 + $ npm run build 34 + ``` 35 + 36 + ## Documentation 37 + 38 + <!-- %docs 39 + title: Pagination 40 + path: components/pagination 41 + status: New Release 42 + --> 43 + 44 + Use the pagination component to apply button styles to a connected set of links that go to related pages (for example, previous, next, or page numbers). 45 + 46 + {:toc} 47 + 48 + ## Previous/next pagination 49 + 50 + You can make a very simple pagination container with just the Previous and Next buttons. Add the class `disabled` to the `Previous` button if there isn't a preceding page, or to the `Next` button if there isn't a succeeding page. 51 + 52 + ```html 53 + <nav class="paginate-container" aria-label="Pagination"> 54 + <div class="pagination"> 55 + <span class="previous_page disabled">Previous</span> 56 + <a class="next_page" rel="next" href="#url" aria-label="Next Page">Next</a> 57 + </div> 58 + </nav> 59 + ``` 60 + 61 + ## Numbered pagination 62 + 63 + For pagination across multiple pages, make sure it's clear to the user where they are in a set of pages. 64 + 65 + To do this, add anchor links to the `pagination` element. Previous and Next buttons should always be present. Add the class `disabled` to the Previous button if you're on the first page. Apply the class `current` to the current numbered page. 66 + 67 + As always, make sure to include the appropriate `aria` attributes to make the element accessible. 68 + 69 + - Add `aria-label="Pagination"` to the the `paginate-container` element. 70 + - Add `aria-current="true"` to the current page marker. 71 + - Add `aria-label="Page X"` to each anchor link. 72 + 73 + ```html 74 + <nav class="paginate-container" aria-label="Pagination"> 75 + <div class="pagination"> 76 + <span class="previous_page disabled">Previous</span> 77 + <em class="current selected" aria-current="true">1</em> 78 + <a href="#url" aria-label="Page 2">2</a> 79 + <a href="#url" aria-label="Page 3">3</a> 80 + <span class="gap">…</span> 81 + <a href="#url" aria-label="Page 8">8</a> 82 + <a href="#url" aria-label="Page 9">9</a> 83 + <a href="#url" aria-label="Page 10">10</a> 84 + <a class="next_page" rel="next" href="#url" aria-label="Next Page">Next</a> 85 + </div> 86 + </nav> 87 + ``` 88 + 89 + <!-- %enddocs -->
+1
node_modules/primer-pagination/build/build.css
··· 1 + .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{z-index:3;color:#fff;background-color:#0366d6;border-color:#0366d6}.pagination .gap,.pagination .disabled,.pagination .gap:hover,.pagination .disabled: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}
+1
node_modules/primer-pagination/build/data.json
··· 1 + {"cssstats":{"size":1368,"gzipSize":515,"humanizedSize":"1kB","humanizedGzipSize":"515B","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","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 .gap:hover,.pagination .disabled: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":26,"type":15,"class":26,"id":0,"pseudoClass":15,"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 .gap",".pagination .disabled",".pagination .gap:hover",".pagination .disabled:hover",".paginate-container",".paginate-container .pagination"],"specificity":{"max":30,"average":19.5}},"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":[]}}}
+1
node_modules/primer-pagination/build/index.js
··· 1 + module.exports = {"cssstats":{"size":1368,"gzipSize":515,"humanizedSize":"1kB","humanizedGzipSize":"515B","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","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 .gap:hover,.pagination .disabled: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":26,"type":15,"class":26,"id":0,"pseudoClass":15,"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 .gap",".pagination .disabled",".pagination .gap:hover",".pagination .disabled:hover",".paginate-container",".paginate-container .pagination"],"specificity":{"max":30,"average":19.5}},"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":[]}}}
+3
node_modules/primer-pagination/index.scss
··· 1 + // support files 2 + @import "primer-support/index.scss"; 3 + @import "./lib/pagination.scss";
+74
node_modules/primer-pagination/lib/pagination.scss
··· 1 + // Needs refactoring 2 + // stylelint-disable selector-max-type 3 + .pagination { 4 + @include clearfix; 5 + 6 + a, 7 + span, 8 + em { 9 + position: relative; 10 + float: left; 11 + padding: 7px 12px; 12 + margin-left: -1px; 13 + font-size: 13px; 14 + font-style: normal; 15 + font-weight: $font-weight-bold; 16 + color: $text-blue; 17 + white-space: nowrap; 18 + vertical-align: middle; 19 + cursor: pointer; 20 + user-select: none; 21 + background: $bg-white; // Reset default gradient backgrounds and colors 22 + border: $border-width $border-style $border-gray; 23 + 24 + &:first-child { 25 + margin-left: 0; 26 + border-top-left-radius: $border-radius; 27 + border-bottom-left-radius: $border-radius; 28 + } 29 + 30 + &:last-child { 31 + border-top-right-radius: $border-radius; 32 + border-bottom-right-radius: $border-radius; 33 + } 34 + 35 + // Bring any button into forefront for proper borders given negative margin below 36 + &:hover, 37 + &:focus { 38 + z-index: 2; 39 + text-decoration: none; 40 + background-color: darken($gray-100, 2%); 41 + border-color: $border-gray; 42 + } 43 + } 44 + 45 + .selected { z-index: 3; } 46 + 47 + .current, 48 + .current:hover { 49 + z-index: 3; 50 + color: $text-white; 51 + background-color: $bg-blue; 52 + border-color: $border-blue; 53 + } 54 + 55 + .gap, 56 + .disabled, 57 + .gap:hover, 58 + .disabled:hover { 59 + color: $gray-300; 60 + cursor: default; 61 + background-color: $bg-gray-light; 62 + } 63 + } 64 + 65 + // Unified centered pagination across the site 66 + .paginate-container { 67 + margin-top: 20px; 68 + margin-bottom: 15px; 69 + text-align: center; 70 + 71 + .pagination { 72 + display: inline-block; 73 + } 74 + }
+65
node_modules/primer-pagination/package.json
··· 1 + { 2 + "_from": "primer-pagination@1.0.7", 3 + "_id": "primer-pagination@1.0.7", 4 + "_inBundle": false, 5 + "_integrity": "sha512-c0Vmc3ZYspn+JdY6nmH626c+bxkuJLToYueksEMOrET4da05xwnC8dF7v6fh7UlBZ+qNArf+SsFWqXJPW5C8IA==", 6 + "_location": "/primer-pagination", 7 + "_phantomChildren": {}, 8 + "_requested": { 9 + "type": "version", 10 + "registry": true, 11 + "raw": "primer-pagination@1.0.7", 12 + "name": "primer-pagination", 13 + "escapedName": "primer-pagination", 14 + "rawSpec": "1.0.7", 15 + "saveSpec": null, 16 + "fetchSpec": "1.0.7" 17 + }, 18 + "_requiredBy": [ 19 + "/primer-core" 20 + ], 21 + "_resolved": "https://registry.npmjs.org/primer-pagination/-/primer-pagination-1.0.7.tgz", 22 + "_shasum": "4e0f389eec8851c9c53ef044b513d4cf02b4065d", 23 + "_spec": "primer-pagination@1.0.7", 24 + "_where": "/Users/brandonrosage/github/profile-generator/node_modules/primer-core", 25 + "author": { 26 + "name": "GitHub, Inc." 27 + }, 28 + "bugs": { 29 + "url": "https://github.com/primer/primer/issues" 30 + }, 31 + "bundleDependencies": false, 32 + "dependencies": { 33 + "primer-support": "4.7.2" 34 + }, 35 + "deprecated": false, 36 + "description": "Pagination component for applying button styles to a connected set of links that go to related pages", 37 + "homepage": "http://primer.github.io/", 38 + "keywords": [ 39 + "github", 40 + "primer" 41 + ], 42 + "license": "MIT", 43 + "main": "build/index.js", 44 + "name": "primer-pagination", 45 + "primer": { 46 + "category": "product", 47 + "module_type": "components" 48 + }, 49 + "repository": { 50 + "type": "git", 51 + "url": "https://github.com/primer/primer/tree/master/modules/primer-pagination" 52 + }, 53 + "sass": "index.scss", 54 + "scripts": { 55 + "build": "../../script/npm-run primer-module-build index.scss", 56 + "lint": "../../script/lint-scss", 57 + "postpublish": "../../script/notify success", 58 + "prepare": "npm run build", 59 + "prepublishOnly": "../../script/notify pending", 60 + "test": "../../script/npm-run-all build lint test-docs", 61 + "test-docs": "../../script/test-docs" 62 + }, 63 + "style": "index.scss", 64 + "version": "1.0.7" 65 + }
+10
node_modules/primer-pagination/stories.js
··· 1 + import React from 'react' 2 + import { storiesOf } from '@storybook/react' 3 + import storiesFromMarkdown from '../../.storybook/lib/storiesFromMarkdown' 4 + 5 + const stories = storiesOf('Pagination', module) 6 + 7 + storiesFromMarkdown(require.context('.', true, /\.md$/)) 8 + .forEach(({title, story}) => { 9 + stories.add(title, story) 10 + })
+21
node_modules/primer-support/LICENSE
··· 1 + The MIT License (MIT) 2 + 3 + Copyright (c) 2019 GitHub Inc. 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+58
node_modules/primer-support/README.md
··· 1 + # Primer Support 2 + 3 + [![npm version](https://img.shields.io/npm/v/primer-support.svg)](https://www.npmjs.org/package/primer-support) 4 + [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer) 5 + 6 + > Support files are Sass variables, mixins, and functions that we import into different bases for use across components, objects, and utilities. Sharing these common properties across GitHub sites helps us to keep our styles more consistent. 7 + > 8 + > Most of the time to include these you'll only need to add `@import "support/support";` to the top of your bundle. If you want only a specific partial you can import them separately. 9 + 10 + This repository is a module of the full [primer][primer] repository. 11 + 12 + ## Install 13 + 14 + This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-support` with this command. 15 + 16 + ``` 17 + $ npm install --save primer-support 18 + ``` 19 + 20 + ## Usage 21 + 22 + The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. 23 + 24 + ```scss 25 + @import "primer-support/index.scss"; 26 + ``` 27 + 28 + You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ 29 + 30 + ## Documentation 31 + 32 + <!-- %docs 33 + title: Support 34 + path: support/index 35 + --> 36 + 37 + Primer is built on systems that form the foundation of our styles, and inform the way we write and organize our CSS. Building upon systems helps us make styles consistent and interoperable with each other, and assists us with visual hierarchy and vertical rhythm. 38 + 39 + We use Sass variables to keep color, typography, spacing, and other foundations of our system consistent. Occasionally we use Sass mixins to apply multiple CSS properties, they are a convenient solution for frequently-used verbose patterns. 40 + 41 + We've documented variables, mixins, and the systems they are built on for the following: 42 + 43 + - [Breakpoints](/css/support/breakpoints) 44 + - [Colors](/css/support/color-system) 45 + - [Spacing](/css/support/spacing) 46 + - [Typography](/css/support/typography) 47 + 48 + <!-- %enddocs --> 49 + 50 + ## License 51 + 52 + [MIT](./LICENSE) &copy; [GitHub](https://github.com/) 53 + 54 + [primer]: https://github.com/primer/primer 55 + [docs]: http://primer.github.io/ 56 + [npm]: https://www.npmjs.com/ 57 + [install-npm]: https://docs.npmjs.com/getting-started/installing-node 58 + [sass]: http://sass-lang.com/
+84
node_modules/primer-support/docs/breakpoints.md
··· 1 + --- 2 + title: Breakpoints 3 + path: support/breakpoints 4 + status: Stable 5 + --- 6 + 7 + {:toc} 8 + 9 + Our breakpoints are based on screen widths where our content starts to break. Since most of GitHub is currently a fixed-width with we use pixel widths to make it easy for us to match page widths for responsive and non-responsive pages. **Our breakpoints may change as we move more of the product into responsive layouts.** 10 + 11 + We use abbreviations for each breakpoint to keep the class names concise. This abbreviated syntax is used consistently across responsive styles. Responsive styles allow you to change the styles properties at each breakpoint. For example, when using column widths for grid layouts, you can change specify that the width is 12 columns wide at the small breakpoint, and 6 columns wide from the large breakpoint: `<div class="col-sm-12 col-lg-6">...</div>` 12 + 13 + | Breakpoint | Syntax | Description | 14 + | --- | --- | --- | 15 + | Small | sm | min-width: 544px | 16 + | Medium | md | min-width: 768px | 17 + | Large | lg | min-width: 1012px | 18 + | Extra-large | xl | min-width: 1280px | 19 + 20 + **Note:** The `lg` breakpoint matches our current page width of `980px` including left and right padding of `16px` (`$spacer-3`). This is so that content doesn't touch the edges of the window when resized. 21 + 22 + Responsive styles are available for [margin](/css/utilities/margin#responsive-margins), [padding](/css/utilities/padding#responsive-padding), [layout](/css/utilities/layout), [flexbox](/css/utilities/flexbox#responsive-flex-utilities), and the [grid](/css/objects/grid#responsive-grids) system. 23 + 24 + ## Breakpoint variables 25 + 26 + The above values are defined as variables, and then put into a Sass map that generates the media query mixin. 27 + 28 + ```scss 29 + // breakpoints 30 + $width-xs: 0; 31 + $width-sm: 544px; 32 + $width-md: 768px; 33 + $width-lg: 1012px; 34 + $width-xl: 1280px; 35 + 36 + $breakpoints: ( 37 + // Small screen / phone 38 + sm: $width-sm, 39 + // Medium screen / tablet 40 + md: $width-md, 41 + // Large screen / desktop (980 + (12 * 2)) <= container + gutters 42 + lg: $width-lg, 43 + // Extra large screen / wide desktop 44 + xl: $width-xl 45 + ) !default; 46 + ``` 47 + 48 + ## Media query mixins 49 + Use media query mixins when you want to change CSS properties at a particular breakpoint. The media query mixin works by passing in a breakpoint value, such as `breakpoint(md)`. 50 + 51 + Media queries are scoped from each breakpoint and upwards. In the example below, the font size is `28px` until the viewport size meets the `lg` breakpoint, from there upwards—including through the `xl` breakpoint—the font size will be `32px`. 52 + 53 + ```scss 54 + .styles { 55 + font-size: 28px; 56 + @include breakpoint(md) { font-size: 32px; } 57 + } 58 + ``` 59 + 60 + ## Responsive variants 61 + The `$responsive-variants` variable is a mapping of breakpoints to classname variants, and should be used like so: 62 + 63 + ```scss 64 + @each $breakpoint, $variant in $responsive-variants { 65 + @include breakpoint($breakpoint) { 66 + // Note: the first iteration gets `$variant == ""` 67 + .overflow#{$variant}-auto { overflow: auto; } 68 + } 69 + } 70 + ``` 71 + 72 + The resulting CSS would be: 73 + 74 + ```css 75 + .overflow-auto { overflow: auto; } 76 + @media (min-width: 544px) { .overflow-sm-auto { overflow: auto; } } 77 + @media (min-width: 768px) { .overflow-md-auto { overflow: auto; } } 78 + @media (min-width: 1012px) { .overflow-lg-auto { overflow: auto; } } 79 + @media (min-width: 1280px) { .overflow-xl-auto { overflow: auto; } } 80 + ``` 81 + 82 + #### Caution! 83 + 1. Don't precede the `#{$variation}` interpolation with a hyphen because the first value of `$variant` will be an empty string. 84 + 1. For consistency, please put the `@include breakpoint($breakpoint)` call directly inside the `$responsive-variants` loop. This will help keep file sizes small by "batching" selectors in shared `@media` queries.
+41
node_modules/primer-support/docs/spacing.md
··· 1 + --- 2 + title: Spacing 3 + path: support/spacing 4 + status: Stable 5 + source: https://github.com/primer/primer/blob/master/modules/primer-support/lib/variables/layout.scss 6 + --- 7 + 8 + {:toc} 9 + 10 + ## Spacing scale 11 + The spacing scale is a **base-8** scale. We chose a base-8 scale because eight is a highly composable number (it can be divided and multiplied many times and result in whole numbers), yet allows spacing dense enough for GitHub's UI. The scale's exception is that it begins at 4px to allow smaller padding and margin for denser parts of the site, from there on it steps up consistently in equal values of `8px`. 12 + 13 + | Variable | Scale | Value | 14 + | --- | --- | --- | 15 + | $spacer-0 | 0 | 0 | 16 + | $spacer-1 | 1 | 4px | 17 + | $spacer-2 | 2 | 8px | 18 + | $spacer-3 | 3 | 16px | 19 + | $spacer-4 | 4 | 24px | 20 + | $spacer-5 | 5 | 32px | 21 + | $spacer-6 | 6 | 40px | 22 + 23 + These variables are encouraged to be used within components and custom CSS. The spacing scale is also used for [margin](/css/utilities/margin) and [padding](/css/utilities/padding) utilities. 24 + 25 + See [primer-marketing-support](/css/support/marketing-variables) for the extended spacing scale used for marketing needs and the related y-axis spacing utilities for [margin](/css/utilities/marketing-margin) and [padding](/css/utilities/marketing-padding). 26 + 27 + ## Em-based spacing 28 + Ems are used for spacing within components such as buttons and form elements. We stick to common fractions for em values (and powers of 2 where possible) so that , in combination with typography and line-height, the total height lands on sensible numbers. 29 + 30 + We aim for whole numbers, however, GitHub's body font-size is 14px which is difficult to work with, so we sometimes can't achieve a whole number. Less desirable values are highlighted in <span class="text-red">red</span> below. 31 + 32 + | Variable | Fraction | Y Padding (em) | Total height at 14px | Total height at 16px | 33 + | --- | --- | --- | --- | --- | 34 + | $em-spacer-1 | 1/16 | .0625 | <span class="text-red">22.75</span> | 26 | 35 + | $em-spacer-2 | 1/8 | .125 | <span class="text-red">24.5</span> | 28 | 36 + | $em-spacer-3 | 1/4 | .25 | 28 | 32 | 37 + | $em-spacer-4 | 3/8 | .375 | <span class="text-red">31.5</span> | 36 | 38 + | $em-spacer-5 | 1/2 | .5 | 35 | 40 | 39 + | $em-spacer-6 | 3/4 | .75 | 42 | 48 | 40 + 41 + The variables listed above are preferred for use within components and custom CSS. To calculate values with other font-sizes or em values, we suggest using [Formula](http://jxnblk.com/formula/).
+91
node_modules/primer-support/docs/typography.md
··· 1 + --- 2 + title: Typography 3 + path: support/typography 4 + status: Stable 5 + status_issue: https://github.com/github/design-systems/issues/329 6 + source: https://github.com/primer/primer/blob/master/modules/primer-support/lib/variables/typography.scss 7 + --- 8 + 9 + {:toc} 10 + 11 + ## Type Scale 12 + 13 + The typography scale is designed to work for GitHub's product UI and marketing sites. Font sizes are designed to work in combination with line-height values so as to result in more sensible numbers wherever possible. 14 + 15 + Font sizes are smaller on mobile and scale up at the `md` [breakpoint](./breakpoints) to be larger on desktop. 16 + 17 + | Scale | Font size: mobile | Font size: desktop | 1.25 line height | 1.5 line height | 18 + | --- | --- | --- | --- | --- | 19 + | 00 | 40px | 48px | 60 | 72 | 20 + | 0 | 32px | 40px | 50 | 60 | 21 + | 1 | 26px | 32px | 40 | 48 | 22 + | 2 | 22px | 24px | 30 | 36 | 23 + | 3 | 18px | 20px | 25 | 30 | 24 + | 4 | 16px | 16px | 20 | 24 | 25 + | 5 | 14px | 14px | 17.5 | 21 | 26 + | 6 | 12px | 12px | 15 | 18 | 27 + 28 + The typography scale is used to create [typography utilities](/css/utilities/typography). 29 + 30 + ## Typography variables 31 + 32 + #### Font size variables 33 + ```scss 34 + // Heading sizes - mobile 35 + // h4—h6 remain the same size on both mobile & desktop 36 + $h00-size-mobile: 40px; 37 + $h0-size-mobile: 32px; 38 + $h1-size-mobile: 26px; 39 + $h2-size-mobile: 22px; 40 + $h3-size-mobile: 18px; 41 + 42 + // Heading sizes - desktop 43 + $h00-size: 48px; 44 + $h0-size: 40px; 45 + $h1-size: 32px; 46 + $h2-size: 24px; 47 + $h3-size: 20px; 48 + $h4-size: 16px; 49 + $h5-size: 14px; 50 + $h6-size: 12px; 51 + ``` 52 + 53 + #### Font weight variables 54 + ```scss 55 + $font-weight-bold: 600 !default; 56 + $font-weight-light: 300 !default; 57 + ``` 58 + 59 + #### Line height variables 60 + ```scss 61 + $lh-condensed-ultra: 1 !default; 62 + $lh-condensed: 1.25 !default; 63 + $lh-default: 1.5 !default; 64 + ``` 65 + 66 + ## Typography Mixins 67 + Typography mixins are available for heading styles and for our type scale. They can be used within components or custom CSS. The same styles are also available as [utilities](/css/utilities/typography#heading-utilities). which requires no additional CSS. 68 + 69 + Heading mixins are available for `h1` through to `h6`, this includes the font-size and font-weight. Example: 70 + 71 + ```scss 72 + .styles { 73 + @include h1; 74 + } 75 + ``` 76 + 77 + Responsive heading mixins can be used to adjust the font-size between the `sm` and `lg` breakpoint. Only headings 1—3 are responsive. Heading 4—6 are small enough to remain the same between mobile and desktop. Responsive heading mixins include the font-size and font-weight as well as the media query. To use a responsive heading mixin, postfix the heading with `-responsive`: 78 + 79 + ```scss 80 + .styles { 81 + @include h1-responsive; 82 + } 83 + ``` 84 + 85 + Responsive type scale mixins are also available. Type scale mixins apply a font-size that gets slightly bigger at the `lg` breakpoint. They do not apply a font-weight. Like the responsive heading mixins, they are only available for size `f1` to `f3` and are postfixed with `-responsive` as in the example below: 86 + 87 + ```scss 88 + .style { 89 + @include f1-responsive; 90 + } 91 + ```
+11
node_modules/primer-support/index.scss
··· 1 + // variables 2 + @import "./lib/variables/typography.scss"; 3 + @import "./lib/variables/colors.scss"; 4 + @import "./lib/variables/layout.scss"; 5 + @import "./lib/variables/misc.scss"; 6 + 7 + // mixins 8 + @import "./lib/mixins/typography.scss"; 9 + @import "./lib/mixins/layout.scss"; 10 + @import "./lib/mixins/buttons.scss"; 11 + @import "./lib/mixins/misc.scss";
+160
node_modules/primer-support/lib/mixins/buttons.scss
··· 1 + // stylelint-disable block-closing-brace-newline-after 2 + 3 + // Button color generator for primary and themed buttons 4 + 5 + // New button hotness 6 + @mixin btn-solid($color, $bg, $bg2) { 7 + color: $color; 8 + background-color: $bg2; 9 + background-image: linear-gradient(-180deg, $bg 0%, $bg2 90%); 10 + 11 + @if $bg == $gray-000 { 12 + &:focus, 13 + &.focus { 14 + box-shadow: $btn-input-focus-shadow; 15 + } 16 + 17 + &:hover, 18 + &.hover { 19 + background-color: darken($bg2, 3%); 20 + background-image: linear-gradient(-180deg, darken($bg, 3%) 0%, darken($bg2, 3%) 90%); 21 + background-position: 0 -$em-spacer-5; 22 + border-color: rgba($black, 0.35); 23 + } 24 + 25 + &:active, 26 + &.selected, 27 + [open] > & { 28 + background-color: darken(desaturate($bg, 10%), 6%); 29 + background-image: none; 30 + border-color: rgba($black, 0.35); // repeat to avoid shift on click-drag off of button 31 + box-shadow: $btn-active-shadow; 32 + } 33 + 34 + &:disabled, 35 + &.disabled { 36 + color: rgba($color, 0.4); 37 + background-color: $bg2; 38 + background-image: none; 39 + border-color: transparentize($black, 0.8); // back to default .btn 40 + box-shadow: none; 41 + } 42 + 43 + } @else { 44 + &:focus, 45 + &.focus { 46 + box-shadow: 0 0 0 0.2em rgba($bg, 0.4); 47 + } 48 + 49 + &:hover, 50 + &.hover { 51 + background-color: darken($bg2, 2%); 52 + background-image: linear-gradient(-180deg, darken($bg, 2%) 0%, darken($bg2, 2%) 90%); 53 + background-position: 0 -$em-spacer-5; 54 + border-color: $black-fade-50; 55 + } 56 + 57 + &:active, 58 + &.selected, 59 + [open] > & { 60 + background-color: darken(mix($bg, $bg2, 50%), 7%); 61 + background-image: none; 62 + border-color: $black-fade-50; // repeat to avoid shift on click-drag off of button 63 + box-shadow: $btn-active-shadow; 64 + } 65 + 66 + &:disabled, 67 + &.disabled { 68 + color: rgba($color, 0.75); 69 + background-color: mix($bg2, $white, 50%); 70 + background-image: none; 71 + border-color: transparentize($black, 0.8); // repeat .btn default to avoid shift on click-drag off of button 72 + box-shadow: none; 73 + } 74 + 75 + .Counter { 76 + color: darken($bg, 8%); 77 + background-color: $white; 78 + } 79 + } 80 + } 81 + 82 + // Inverse button hover style 83 + @mixin btn-inverse($color, $bg, $bg2) { 84 + color: $color; 85 + background-color: $bg; 86 + background-image: linear-gradient(-180deg, $bg 0%, $bg2 90%); 87 + 88 + &:focus { 89 + box-shadow: 0 0 0 0.2em rgba($color, 0.4); 90 + } 91 + 92 + &:hover { 93 + color: $text-white; 94 + background-color: $color; 95 + background-image: linear-gradient(-180deg, lighten($color, 10%) 0%, $color 90%); 96 + border-color: $black-fade-50; 97 + 98 + .Counter { 99 + color: $text-white; 100 + } 101 + } 102 + 103 + &:active, 104 + &.selected, 105 + [open] > & { 106 + color: $text-white; 107 + background-color: darken($color, 5%); 108 + background-image: none; 109 + border-color: $black-fade-50; 110 + box-shadow: $btn-active-shadow; 111 + } 112 + 113 + &:disabled, 114 + &.disabled { 115 + color: rgba($color, 0.4); 116 + background-color: $bg2; 117 + background-image: none; 118 + border-color: transparentize($black, 0.8); // back to default .btn 119 + box-shadow: none; 120 + } 121 + } 122 + 123 + // Outline color generator for btn-outline to make the hover state inverse the text and bg colors. 124 + @mixin btn-outline($text-color: $text-blue, $bg-color: $bg-white) { 125 + color: $text-color; 126 + background-color: $bg-color; 127 + background-image: none; 128 + 129 + .Counter { 130 + background-color: rgba($black, 0.07); 131 + } 132 + 133 + &:hover, 134 + &:active, 135 + &.selected, 136 + [open] > & { 137 + color: $bg-color; 138 + background-color: $text-color; 139 + background-image: none; 140 + border-color: $text-color; 141 + 142 + .Counter { 143 + color: $text-color; 144 + background-color: $bg-color; 145 + } 146 + } 147 + 148 + &:focus { 149 + border-color: $text-color; 150 + box-shadow: 0 0 0 0.2em rgba($text-color, 0.4); 151 + } 152 + 153 + &:disabled, 154 + &.disabled { 155 + color: $black-fade-30; 156 + background-color: $bg-white; 157 + border-color: $black-fade-15; 158 + box-shadow: none; 159 + } 160 + }
+58
node_modules/primer-support/lib/mixins/layout.scss
··· 1 + // Responsive media queries 2 + 3 + @mixin breakpoint($breakpoint) { 4 + @if $breakpoint == "" { 5 + @content; 6 + } 7 + 8 + @else { 9 + // Retrieves the value from the key 10 + $value: map-get($breakpoints, $breakpoint); 11 + 12 + // If the key exists in the map 13 + @if $value != null { 14 + // Prints a media query based on the value 15 + @media (min-width: $value) { 16 + @content; 17 + } 18 + } 19 + 20 + // If the key doesn't exist in the map 21 + @else { 22 + @warn "Unfortunately, no value could be retrieved from `#{$breakpoint}`. " 23 + + "Please make sure it is defined in `$breakpoints` map."; 24 + } 25 + } 26 + } 27 + 28 + // Retina media query 29 + 30 + @mixin retina-media-query { 31 + @media 32 + only screen and (-webkit-min-device-pixel-ratio: 2), 33 + only screen and (min--moz-device-pixel-ratio: 2), 34 + only screen and (-moz-min-device-pixel-ratio: 2), 35 + only screen and (-o-min-device-pixel-ratio: 2/1), 36 + only screen and (min-device-pixel-ratio: 2), 37 + only screen and (min-resolution: 192dpi), 38 + only screen and (min-resolution: 2dppx) { 39 + @content; 40 + } 41 + } 42 + 43 + // Clearfix 44 + // 45 + // Clears floats via mixin. 46 + 47 + @mixin clearfix { 48 + &::before { 49 + display: table; 50 + content: ""; 51 + } 52 + 53 + &::after { 54 + display: table; 55 + clear: both; 56 + content: ""; 57 + } 58 + }
+29
node_modules/primer-support/lib/mixins/misc.scss
··· 1 + // Generate a two-color caret for any element. 2 + @mixin double-caret($foreground: $text-white, $background: lighten($gray-300, 5%)) { 3 + &::after, 4 + &::before { 5 + position: absolute; 6 + top: 11px; 7 + right: 100%; 8 + left: -16px; 9 + display: block; 10 + width: 0; 11 + height: 0; 12 + pointer-events: none; 13 + content: " "; 14 + border-color: transparent; 15 + border-style: solid solid outset; 16 + } 17 + 18 + &::after { 19 + margin-top: 1px; 20 + margin-left: 2px; 21 + border-width: 7px; 22 + border-right-color: $foreground; 23 + } 24 + 25 + &::before { 26 + border-width: 8px; 27 + border-right-color: $background; 28 + } 29 + }
+84
node_modules/primer-support/lib/mixins/typography.scss
··· 1 + // Text hiding for image based text replacement. 2 + // Higher performance than -9999px because it only renders 3 + // the size of the actual text, not a full 9999px box. 4 + @mixin hide-text() { 5 + overflow: hidden; 6 + text-indent: 100%; 7 + white-space: nowrap; 8 + } 9 + 10 + // Heading mixins for use within components 11 + // These match heading utilities in utilities/typography 12 + @mixin h1 { 13 + font-size: $h1-size; 14 + font-weight: $font-weight-bold; 15 + } 16 + 17 + @mixin h2 { 18 + font-size: $h2-size; 19 + font-weight: $font-weight-bold; 20 + } 21 + 22 + @mixin h3 { 23 + font-size: $h3-size; 24 + font-weight: $font-weight-bold; 25 + } 26 + 27 + @mixin h4 { 28 + font-size: $h4-size; 29 + font-weight: $font-weight-bold; 30 + } 31 + 32 + @mixin h5 { 33 + font-size: $h5-size; 34 + font-weight: $font-weight-bold; 35 + } 36 + 37 + @mixin h6 { 38 + font-size: $h6-size; 39 + font-weight: $font-weight-bold; 40 + } 41 + 42 + // Responsive heading mixins 43 + // There are no responsive mixins for h4—h6 because they are small 44 + // and don't need to be smaller on mobile. 45 + @mixin f1-responsive { 46 + font-size: $h1-size-mobile; 47 + 48 + // 32px on desktop 49 + @include breakpoint(md) { font-size: $h1-size; } 50 + 51 + } 52 + 53 + @mixin f2-responsive { 54 + font-size: $h2-size-mobile; 55 + 56 + // 24px on desktop 57 + @include breakpoint(md) { font-size: $h2-size; } 58 + } 59 + 60 + @mixin f3-responsive { 61 + font-size: $h3-size-mobile; 62 + 63 + // 20px on desktop 64 + @include breakpoint(md) { font-size: $h3-size; } 65 + 66 + } 67 + 68 + // These use the mixins from above for responsive heading sizes. 69 + // The following mixins can be used where it's convenient or necessary to 70 + // couple the responsive font-size with the font-weight. 71 + @mixin h1-responsive { 72 + @include f1-responsive; 73 + font-weight: $font-weight-bold; 74 + } 75 + 76 + @mixin h2-responsive { 77 + @include f2-responsive; 78 + font-weight: $font-weight-bold; 79 + } 80 + 81 + @mixin h3-responsive { 82 + @include f3-responsive; 83 + font-weight: $font-weight-bold; 84 + }
+114
node_modules/primer-support/lib/variables/color-system.scss
··· 1 + // 2 + // 3 + // -------- Grays -------- 4 + $gray-000: #fafbfc !default; 5 + $gray-100: #f6f8fa !default; 6 + $gray-200: #e1e4e8 !default; 7 + $gray-300: #d1d5da !default; 8 + $gray-400: #959da5 !default; 9 + $gray-500: #6a737d !default; 10 + $gray-600: #586069 !default; 11 + $gray-700: #444d56 !default; 12 + $gray-800: #2f363d !default; 13 + $gray-900: #24292e !default; // body font color 14 + 15 + // -------- Blue -------- 16 + $blue-000: #f1f8ff !default; 17 + $blue-100: #dbedff !default; 18 + $blue-200: #c8e1ff !default; 19 + $blue-300: #79b8ff !default; 20 + $blue-400: #2188ff !default; 21 + $blue-500: #0366d6 !default; // Default: Passes AA with #fff 22 + $blue-600: #005cc5 !default; 23 + $blue-700: #044289 !default; 24 + $blue-800: #032f62 !default; 25 + $blue-900: #05264c !default; // Passes with 1/2/300 blues 26 + 27 + // -------- Green -------- 28 + $green-000: #f0fff4 !default; 29 + $green-100: #dcffe4 !default; 30 + $green-200: #bef5cb !default; 31 + $green-300: #85e89d !default; 32 + $green-400: #34d058 !default; 33 + $green-500: #28a745 !default; // Default. passes AA Large 34 + $green-600: #22863a !default; // Text green, passes AA on #fff 35 + $green-700: #176f2c !default; 36 + $green-800: #165c26 !default; 37 + $green-900: #144620 !default; 38 + 39 + // -------- Yellow -------- 40 + $yellow-000: #fffdef !default; 41 + $yellow-100: #fffbdd !default; 42 + $yellow-200: #fff5b1 !default; 43 + $yellow-300: #ffea7f !default; 44 + $yellow-400: #ffdf5d !default; 45 + $yellow-500: #ffd33d !default; 46 + $yellow-600: #f9c513 !default; 47 + $yellow-700: #dbab09 !default; 48 + $yellow-800: #b08800 !default; 49 + $yellow-900: #735c0f !default; 50 + 51 + // -------- Orange -------- 52 + $orange-000: #fff8f2 !default; 53 + $orange-100: #ffebda !default; 54 + $orange-200: #ffd1ac !default; 55 + $orange-300: #ffab70 !default; 56 + $orange-400: #fb8532 !default; 57 + $orange-500: #f66a0a !default; // Default. passes AA Large with #fff 58 + $orange-600: #e36209 !default; 59 + $orange-700: #d15704 !default; 60 + $orange-800: #c24e00 !default; 61 + $orange-900: #a04100 !default; 62 + 63 + // -------- Red -------- 64 + $red-000: #ffeef0 !default; 65 + $red-100: #ffdce0 !default; 66 + $red-200: #fdaeb7 !default; 67 + $red-300: #f97583 !default; 68 + $red-400: #ea4a5a !default; 69 + $red-500: #d73a49 !default; // Default. passes AA 70 + $red-600: #cb2431 !default; 71 + $red-700: #b31d28 !default; 72 + $red-800: #9e1c23 !default; 73 + $red-900: #86181d !default; 74 + 75 + // -------- Purple -------- 76 + $purple-000: #f5f0ff !default; 77 + $purple-100: #e6dcfd !default; 78 + $purple-200: #d1bcf9 !default; 79 + $purple-300: #b392f0 !default; 80 + $purple-400: #8a63d2 !default; 81 + $purple-500: #6f42c1 !default; // passes AA with #fff 82 + $purple-600: #5a32a3 !default; 83 + $purple-700: #4c2889 !default; 84 + $purple-800: #3a1d6e !default; 85 + $purple-900: #29134e !default; 86 + 87 + // -------- Fades -------- 88 + // Black based on same hue as $gray-900 89 + $black: #1b1f23 !default; 90 + $white: #fff !default; 91 + 92 + $black-fade-15: rgba($black, 0.15) !default; 93 + $black-fade-30: rgba($black, 0.3) !default; 94 + $black-fade-50: rgba($black, 0.5) !default; 95 + $black-fade-70: rgba($black, 0.7) !default; 96 + $black-fade-85: rgba($black, 0.85) !default; 97 + 98 + $white-fade-15: rgba($white, 0.15) !default; 99 + $white-fade-30: rgba($white, 0.3) !default; 100 + $white-fade-50: rgba($white, 0.5) !default; 101 + $white-fade-70: rgba($white, 0.7) !default; 102 + $white-fade-85: rgba($white, 0.85) !default; 103 + 104 + // -------- Color defaults -------- 105 + $red: $red-500 !default; 106 + $purple: $purple-500 !default; 107 + $blue: $blue-500 !default; 108 + $green: $green-500 !default; 109 + $yellow: $yellow-500 !default; 110 + $orange: $orange-500 !default; 111 + 112 + $gray-dark: $gray-900 !default; 113 + $gray-light: $gray-400 !default; 114 + $gray: $gray-500 !default;
+67
node_modules/primer-support/lib/variables/colors.scss
··· 1 + @import "color-system.scss"; 2 + // Color variables 3 + // stylelint-disable declaration-bang-space-before 4 + 5 + // State indicators. 6 + $status-pending: desaturate($yellow-700, 15%) !default; 7 + 8 + // Repository type colors 9 + // Should be able to deprecate these in future 10 + $repo-private-text: $black-fade-70 !default; 11 + $repo-private-bg: $yellow-000 !default; 12 + $repo-private-icon: transparentize($yellow-900, 0.5) !default; 13 + 14 + // Highlight used for things like search 15 + $highlight-yellow: rgba(255, 247, 140, 0.5); 16 + 17 + // Border colors 18 + $border-black-fade: $black-fade-15 !default; 19 + 20 + $border-blue: $blue-500 !default; 21 + $border-blue-light: $blue-200 !default; 22 + 23 + $border-green: $green-400 !default; 24 + $border-green-light: desaturate($green-300, 40%) !default; 25 + 26 + $border-purple: $purple !default; 27 + 28 + $border-red: $red !default; 29 + $border-red-light: desaturate($red-300, 60%) !default; 30 + 31 + $border-purple: $purple !default; 32 + 33 + $border-yellow: desaturate($yellow-300, 60%) !default; 34 + 35 + $border-gray-dark: $gray-300 !default; 36 + $border-gray-darker: $gray-700 !default; 37 + $border-gray-light: lighten($gray-200, 3%) !default; 38 + $border-gray: $gray-200 !default; 39 + 40 + // Background colors 41 + $bg-blue-light: $blue-000 !default; 42 + $bg-blue: $blue-500 !default; 43 + $bg-gray-dark: $gray-900 !default; 44 + $bg-gray-light: $gray-000 !default; 45 + $bg-gray: $gray-100 !default; 46 + $bg-green: $green-500 !default; 47 + $bg-green-light: $green-100 !default; 48 + $bg-orange: $orange-700 !default; 49 + $bg-purple: $purple-500 !default; 50 + $bg-purple-light: $purple-000 !default; 51 + $bg-red: $red-500 !default; 52 + $bg-red-light: $red-100 !default; 53 + $bg-white: $white !default; 54 + $bg-yellow: $yellow-500 !default; 55 + $bg-yellow-light: $yellow-200 !default; 56 + 57 + // Text colors 58 + $text-blue: $blue-500 !default; 59 + $text-gray-dark: $gray-900 !default; 60 + $text-gray-light: $gray-500 !default; 61 + $text-gray: $gray-600 !default; 62 + $text-green: $green-500 !default; 63 + $text-orange: $orange-900 !default; 64 + $text-orange-light: $orange-600 !default; 65 + $text-purple: $purple !default; 66 + $text-red: $red-600 !default; 67 + $text-white: $white !default;
+72
node_modules/primer-support/lib/variables/layout.scss
··· 1 + // Layout variables 2 + // stylelint-disable declaration-bang-space-before 3 + 4 + // These are our margin and padding utility spacers. The default step size we 5 + // use is 8px. This gives us a key of: 6 + // 0 => 0px 7 + // 1 => 4px 8 + // 2 => 8px 9 + // 3 => 16px 10 + // 4 => 24px 11 + // 5 => 32px 12 + // 6 => 40px 13 + $spacer: 8px !default; 14 + $spacers: ( 15 + 0, 16 + round($spacer / 2), 17 + $spacer, 18 + $spacer * 2, 19 + $spacer * 3, 20 + $spacer * 4, 21 + $spacer * 5 22 + ) !default; 23 + 24 + // Aliases for easy use 25 + $spacer-0: nth($spacers, 1) !default; // 0 26 + $spacer-1: nth($spacers, 2) !default; // 4px 27 + $spacer-2: nth($spacers, 3) !default; // 8px 28 + $spacer-3: nth($spacers, 4) !default; // 16px 29 + $spacer-4: nth($spacers, 5) !default; // 24px 30 + $spacer-5: nth($spacers, 6) !default; // 32px 31 + $spacer-6: nth($spacers, 7) !default; // 40px 32 + 33 + // Em spacer variables 34 + $em-spacer-1: 0.0625em !default; // 1/16 35 + $em-spacer-2: 0.125em !default; // 1/8 36 + $em-spacer-3: 0.25em !default; // 1/4 37 + $em-spacer-4: 0.375em !default; // 3/8 38 + $em-spacer-5: 0.5em !default; // 1/2 39 + $em-spacer-6: 0.75em !default; // 3/4 40 + 41 + // Fixed-width container variables 42 + $container-width: 980px !default; 43 + $grid-gutter: 10px !default; 44 + 45 + // Breakpoint widths 46 + $width-xs: 0; 47 + $width-sm: 544px; 48 + $width-md: 768px; 49 + $width-lg: 1012px; 50 + $width-xl: 1280px; 51 + 52 + // Responsive container widths 53 + $container-md: $width-md !default; 54 + $container-lg: $width-lg !default; 55 + $container-xl: $width-xl !default; 56 + 57 + // Breakpoints 58 + $breakpoints: ( 59 + // Small screen / phone 60 + sm: $width-sm, 61 + // Medium screen / tablet 62 + md: $width-md, 63 + // Large screen / desktop (980 + (16 * 2)) <= container + gutters 64 + lg: $width-lg, 65 + // Extra large screen / wide desktop 66 + xl: $width-xl 67 + ) !default; 68 + 69 + $responsive-variants: ("": ""); 70 + @each $key in map-keys($breakpoints) { 71 + $responsive-variants: map-merge($responsive-variants, ($key: "-#{$key}")); 72 + }
+40
node_modules/primer-support/lib/variables/misc.scss
··· 1 + // Miscellaneous variables 2 + // stylelint-disable declaration-bang-space-before 3 + 4 + // Border size 5 + $border-width: 1px !default; 6 + $border-color: $border-gray !default; 7 + $border-style: solid !default; 8 + $border: $border-width $border-color $border-style !default; 9 + $border-radius: 3px !default; 10 + 11 + // Custom explore grid border 12 + $exploregrid-item-border-radius: 4px; 13 + 14 + // Box shadow 15 + $box-shadow: 0 1px 1px rgba($black, 0.1) !default; 16 + $box-shadow-medium: 0 1px 5px $black-fade-15 !default; 17 + $box-shadow-large: 0 1px 15px $black-fade-15 !default; 18 + $box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default; 19 + 20 + // Tooltips 21 + $tooltip-max-width: 250px !default; 22 + $tooltip-background-color: $black; 23 + $tooltip-text-color: $white !default; 24 + $tooltip-delay: 0.4s !default; 25 + $tooltip-duration: 0.1s !default; 26 + 27 + // Should be moved into custom github css 28 + $stats-switcher-py: 10px; 29 + // Future proof this `height` value by finding the computed line-height, then 30 + // adding the total value of the vertical padding. This var is used to toggle 31 + // between the stats bar and language breakdown. 32 + $stats-viewport-height: ($body-font-size * $body-line-height) + ($stats-switcher-py * 2); 33 + 34 + $min_tab_size: 1; 35 + $max_tab_size: 12; 36 + 37 + // Button and form variables 38 + $form-control-shadow: inset 0 1px 2px rgba($black, 0.075); 39 + $btn-input-focus-shadow: 0 0 0 0.2em rgba($blue, 0.3); 40 + $btn-active-shadow: inset 0 0.15em 0.3em $black-fade-15;
+43
node_modules/primer-support/lib/variables/typography.scss
··· 1 + // Typography variables 2 + // stylelint-disable declaration-bang-space-before 3 + 4 + // Heading sizes - mobile 5 + // h4—h6 remain the same size on both mobile & desktop 6 + $h00-size-mobile: 40px !default; 7 + $h0-size-mobile: 32px !default; 8 + $h1-size-mobile: 26px !default; 9 + $h2-size-mobile: 22px !default; 10 + $h3-size-mobile: 18px !default; 11 + 12 + // Heading sizes - desktop 13 + $h00-size: 48px !default; 14 + $h0-size: 40px !default; 15 + $h1-size: 32px !default; 16 + $h2-size: 24px !default; 17 + $h3-size: 20px !default; 18 + $h4-size: 16px !default; 19 + $h5-size: 14px !default; 20 + $h6-size: 12px !default; 21 + 22 + $font-size-small: 12px !default; 23 + 24 + // Font weights 25 + $font-weight-bold: 600 !default; 26 + $font-weight-semibold: 500 !default; 27 + $font-weight-normal: 400 !default; 28 + $font-weight-light: 300 !default; 29 + 30 + // Line heights 31 + $lh-condensed-ultra: 1 !default; 32 + $lh-condensed: 1.25 !default; 33 + $lh-default: 1.5 !default; 34 + 35 + // Font stacks 36 + $body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default; 37 + 38 + // Monospace font stack 39 + $mono-font: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace !default; 40 + 41 + // The base body size 42 + $body-font-size: 14px !default; 43 + $body-line-height: $lh-default !default;
+82
node_modules/primer-support/package.json
··· 1 + { 2 + "_from": "primer-support@4.7.2", 3 + "_id": "primer-support@4.7.2", 4 + "_inBundle": false, 5 + "_integrity": "sha512-WbfjjITtGV6iXQeaVPL+AzHj1Jv9RHJRp7kIu5ebFXwolWmCqTBpA/8VmWmssyeTfv8zR7iuCoT0UoBF+uGHww==", 6 + "_location": "/primer-support", 7 + "_phantomChildren": {}, 8 + "_requested": { 9 + "type": "version", 10 + "registry": true, 11 + "raw": "primer-support@4.7.2", 12 + "name": "primer-support", 13 + "escapedName": "primer-support", 14 + "rawSpec": "4.7.2", 15 + "saveSpec": null, 16 + "fetchSpec": "4.7.2" 17 + }, 18 + "_requiredBy": [ 19 + "/primer-base", 20 + "/primer-box", 21 + "/primer-breadcrumb", 22 + "/primer-buttons", 23 + "/primer-core", 24 + "/primer-forms", 25 + "/primer-layout", 26 + "/primer-navigation", 27 + "/primer-pagination", 28 + "/primer-table-object", 29 + "/primer-tooltips", 30 + "/primer-truncate", 31 + "/primer-utilities" 32 + ], 33 + "_resolved": "https://registry.npmjs.org/primer-support/-/primer-support-4.7.2.tgz", 34 + "_shasum": "7c0e19361144ace2ecf2640793c8746855390185", 35 + "_spec": "primer-support@4.7.2", 36 + "_where": "/Users/brandonrosage/github/profile-generator/node_modules/primer-core", 37 + "author": { 38 + "name": "GitHub, Inc." 39 + }, 40 + "bugs": { 41 + "url": "https://github.com/primer/primer/issues" 42 + }, 43 + "bundleDependencies": false, 44 + "deprecated": false, 45 + "description": "Sass variables, mixins, and functions for use in our components.", 46 + "files": [ 47 + "index.scss", 48 + "lib", 49 + "docs" 50 + ], 51 + "homepage": "http://primer.github.io/", 52 + "keywords": [ 53 + "primer", 54 + "css", 55 + "github", 56 + "design-system", 57 + "mixins", 58 + "functions", 59 + "variables", 60 + "scss" 61 + ], 62 + "license": "MIT", 63 + "name": "primer-support", 64 + "primer": { 65 + "category": "core", 66 + "module_type": "support" 67 + }, 68 + "repository": { 69 + "type": "git", 70 + "url": "https://github.com/primer/primer/tree/master/modules/primer-support" 71 + }, 72 + "sass": "index.scss", 73 + "scripts": { 74 + "build": "../../script/npm-run primer-module-build index.scss", 75 + "lint": "../../script/lint-scss", 76 + "postpublish": "../../script/notify success", 77 + "prepublishOnly": "../../script/notify pending", 78 + "test": "npm run lint" 79 + }, 80 + "style": "build/build.css", 81 + "version": "4.7.2" 82 + }
+21
node_modules/primer-table-object/LICENSE
··· 1 + The MIT License (MIT) 2 + 3 + Copyright (c) 2019 GitHub Inc. 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+69
node_modules/primer-table-object/README.md
··· 1 + # Primer table object 2 + 3 + [![npm version](https://img.shields.io/npm/v/primer-table-object.svg)](https://www.npmjs.org/package/primer-table-object) 4 + [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer) 5 + 6 + > Table object is a module for creating dynamically resizable elements that always sit on the same horizontal line (e.g., they never break to a new line). Using table styles in our CSS means it’s cross browser friendly back to at least IE9. 7 + 8 + This repository is a module of the full [primer][primer] repository. 9 + 10 + ## Install 11 + 12 + This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-table-object` with this command. 13 + 14 + ``` 15 + $ npm install --save primer-table-object 16 + ``` 17 + 18 + ## Usage 19 + 20 + The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. 21 + 22 + ```scss 23 + @import "primer-table-object/index.scss"; 24 + ``` 25 + 26 + You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ 27 + 28 + ## Build 29 + 30 + For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. 31 + 32 + ``` 33 + $ npm run build 34 + ``` 35 + 36 + ## Documentation 37 + 38 + <!-- %docs 39 + title: Table object 40 + path: objects/table-object 41 + status: Stable 42 + --> 43 + 44 + The table object is a module for creating dynamically resizable elements that always sit on the same horizontal line (e.g., they never break to a new line). Using table styles in our CSS means it's cross browser friendly back to at least IE9. 45 + 46 + Additional `margin` or `padding` may be required to properly space content. 47 + 48 + ```html title="Table object" 49 + <div class="TableObject"> 50 + <div class="TableObject-item TableObject-item--primary"> 51 + <input class="input-block form-control" type="text" placeholder="Long elastic input form" aria-label="Long elastic input form"> 52 + </div> 53 + <div class="TableObject-item"> 54 + <button class="btn ml-2" type="button">Button</button> 55 + </div> 56 + </div> 57 + ``` 58 + 59 + <!-- %enddocs --> 60 + 61 + ## License 62 + 63 + [MIT](./LICENSE) &copy; [GitHub](https://github.com/) 64 + 65 + [primer]: https://github.com/primer/primer 66 + [docs]: http://primer.github.io/ 67 + [npm]: https://www.npmjs.com/ 68 + [install-npm]: https://docs.npmjs.com/getting-started/installing-node 69 + [sass]: http://sass-lang.com/
+1
node_modules/primer-table-object/build/build.css
··· 1 + .TableObject{display:table}.TableObject-item{display:table-cell;width:1%;white-space:nowrap;vertical-align:middle}.TableObject-item--primary{width:99%}
+1
node_modules/primer-table-object/build/data.json
··· 1 + {"cssstats":{"size":152,"gzipSize":123,"humanizedSize":"152B","humanizedGzipSize":"123B","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":[]}}}
+1
node_modules/primer-table-object/build/index.js
··· 1 + module.exports = {"cssstats":{"size":152,"gzipSize":123,"humanizedSize":"152B","humanizedGzipSize":"123B","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":[]}}}
+1
node_modules/primer-table-object/index.scss
··· 1 + @import "./lib/table-object.scss";
+20
node_modules/primer-table-object/lib/table-object.scss
··· 1 + // TableObject is a module for creating dynamically resizable elements that 2 + // always sit on the same horizontal line (e.g., they never wrap). Using 3 + // tables means it's cross browser friendly. 4 + 5 + .TableObject { 6 + display: table; 7 + } 8 + 9 + // Place this on every "cell" 10 + .TableObject-item { 11 + display: table-cell; 12 + width: 1%; 13 + white-space: nowrap; 14 + vertical-align: middle; 15 + } 16 + 17 + // Place this on the largest or most important "cell" 18 + .TableObject-item--primary { 19 + width: 99%; 20 + }
+72
node_modules/primer-table-object/package.json
··· 1 + { 2 + "_from": "primer-table-object@1.4.13", 3 + "_id": "primer-table-object@1.4.13", 4 + "_inBundle": false, 5 + "_integrity": "sha512-JoU/T1aubSg3cvEXh5K95X63W5bJLFlvDflVWMc8QJKiHBPmICH7yccsGI+ybhEUnd7MUD+BEXKgQwM+Iinv5g==", 6 + "_location": "/primer-table-object", 7 + "_phantomChildren": {}, 8 + "_requested": { 9 + "type": "version", 10 + "registry": true, 11 + "raw": "primer-table-object@1.4.13", 12 + "name": "primer-table-object", 13 + "escapedName": "primer-table-object", 14 + "rawSpec": "1.4.13", 15 + "saveSpec": null, 16 + "fetchSpec": "1.4.13" 17 + }, 18 + "_requiredBy": [ 19 + "/primer-core" 20 + ], 21 + "_resolved": "https://registry.npmjs.org/primer-table-object/-/primer-table-object-1.4.13.tgz", 22 + "_shasum": "acb394f14db69b4d2900147492d353ea4ebf3052", 23 + "_spec": "primer-table-object@1.4.13", 24 + "_where": "/Users/brandonrosage/github/profile-generator/node_modules/primer-core", 25 + "author": { 26 + "name": "GitHub, Inc." 27 + }, 28 + "bugs": { 29 + "url": "https://github.com/primer/primer/issues" 30 + }, 31 + "bundleDependencies": false, 32 + "dependencies": { 33 + "primer-support": "4.7.2" 34 + }, 35 + "deprecated": false, 36 + "description": "A module for creating dynamically resizable elements that always sit on the same horizontal line.", 37 + "files": [ 38 + "index.scss", 39 + "lib", 40 + "build" 41 + ], 42 + "homepage": "http://primer.github.io/", 43 + "keywords": [ 44 + "primer", 45 + "css", 46 + "github", 47 + "design-system" 48 + ], 49 + "license": "MIT", 50 + "main": "build/index.js", 51 + "name": "primer-table-object", 52 + "primer": { 53 + "category": "core", 54 + "module_type": "objects" 55 + }, 56 + "repository": { 57 + "type": "git", 58 + "url": "https://github.com/primer/primer/tree/master/modules/primer-table-object" 59 + }, 60 + "sass": "index.scss", 61 + "scripts": { 62 + "build": "../../script/npm-run primer-module-build index.scss", 63 + "lint": "../../script/lint-scss", 64 + "postpublish": "../../script/notify success", 65 + "prepare": "npm run build", 66 + "prepublishOnly": "../../script/notify pending", 67 + "test": "../../script/npm-run-all build lint test-docs", 68 + "test-docs": "../../script/test-docs" 69 + }, 70 + "style": "build/build.css", 71 + "version": "1.4.13" 72 + }
+21
node_modules/primer-tooltips/LICENSE
··· 1 + The MIT License (MIT) 2 + 3 + Copyright (c) 2019 GitHub Inc. 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+154
node_modules/primer-tooltips/README.md
··· 1 + # Primer Tooltips 2 + 3 + [![npm version](https://img.shields.io/npm/v/primer-tooltips.svg)](https://www.npmjs.org/package/primer-tooltips) 4 + [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer) 5 + 6 + > Add tooltips built entirely in CSS to nearly any element. Just add a few classes and an aria-label attribute. 7 + 8 + This repository is a module of the full [primer][primer] repository. 9 + 10 + ## Install 11 + 12 + This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-tooltips` with this command. 13 + 14 + ``` 15 + $ npm install --save primer-tooltips 16 + ``` 17 + 18 + ## Usage 19 + 20 + The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. 21 + 22 + ```scss 23 + @import "primer-tooltips/index.scss"; 24 + ``` 25 + 26 + You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ 27 + 28 + ## Build 29 + 30 + For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. 31 + 32 + ``` 33 + $ npm run build 34 + ``` 35 + 36 + ## Documentation 37 + 38 + <!-- %docs 39 + title: Tooltips 40 + path: components/tooltips 41 + status: Stable 42 + --> 43 + 44 + Add tooltips built entirely in CSS to nearly any element. 45 + 46 + {:toc} 47 + 48 + ## Implementation and accessibility 49 + 50 + **Attention**: we use `aria-label` for tooltips instead of something like `data-tooltip` because it is crucial that the tooltip content is available for screen reader users as well. However, `aria-label` **replaces** the text content of an element for screen reader users, so only use tooltip if there is no better way to present the information, or consider using `title` for supplement information. 51 + 52 + **Note:** Tooltip classes will conflict with Octicon styles, and as such, must be applied to the parent element instead of the icon. 53 + 54 + ## Tooltip direction 55 + Specify the direction of a tooltip with north, south, east, and west directions: 56 + 57 + - `.tooltipped-n` 58 + - `.tooltipped-ne` 59 + - `.tooltipped-e` 60 + - `.tooltipped-se` 61 + - `.tooltipped-s` 62 + - `.tooltipped-sw` 63 + - `.tooltipped-w` 64 + - `.tooltipped-nw` 65 + 66 + 67 + ```html 68 + <span class="tooltipped tooltipped-n border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip on the North side."> 69 + Tooltip North 70 + </span> 71 + <span class="tooltipped tooltipped-ne border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip on the North East side."> 72 + Tooltip North East 73 + </span> 74 + <span class="tooltipped tooltipped-e border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip on the East side."> 75 + Tooltip East 76 + </span> 77 + <span class="tooltipped tooltipped-se border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip on the South East side."> 78 + Tooltip South East 79 + </span> 80 + <span class="tooltipped tooltipped-s border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip on the South side."> 81 + Tooltip South 82 + </span> 83 + <span class="tooltipped tooltipped-sw border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip on the South West side."> 84 + Tooltip South West 85 + </span> 86 + <span class="tooltipped tooltipped-w border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip on the West side."> 87 + Tooltip West 88 + </span> 89 + <span class="tooltipped tooltipped-nw border p-2 mb-2 mr-2 float-left" aria-label="This is the tooltip on the North West side."> 90 + Tooltip North West 91 + </span> 92 + ``` 93 + 94 + ## Tooltip alignment 95 + Align tooltips to the left or right of an element, combined with a directional class to specify north or south. 96 + 97 + ```html 98 + <span class="tooltipped tooltipped-ne tooltipped-align-left-1 border p-2 mb-2 mr-2 float-left" aria-label="Tooltipped NE and aligned left."> 99 + Tooltip North East align left 1 100 + </span> 101 + <span class="tooltipped tooltipped-ne tooltipped-align-left-2 border p-2 mb-2 mr-2 float-left" aria-label="Tooltipped NE and aligned left."> 102 + Tooltip North East align left 2 103 + </span> 104 + <span class="tooltipped tooltipped-se tooltipped-align-left-1 border p-2 mb-2 mr-2 float-left" aria-label="Tooltipped SW and aigned left."> 105 + Tooltip South East align left 1 106 + </span> 107 + <span class="tooltipped tooltipped-se tooltipped-align-left-2 border p-2 mb-2 mr-2 float-left" aria-label="Tooltipped SW and aigned left."> 108 + Tooltip South East align left 2 109 + </span> 110 + <span class="tooltipped tooltipped-nw tooltipped-align-right-1 border p-2 mb-2 mr-2 float-left" aria-label="Tooltipped NW and aligned right."> 111 + Tooltip North West align right 1 112 + </span> 113 + <span class="tooltipped tooltipped-nw tooltipped-align-right-2 border p-2 mb-2 mr-2 float-left" aria-label="Tooltipped NW and aligned right."> 114 + Tooltip North West align right 2 115 + </span> 116 + <span class="tooltipped tooltipped-sw tooltipped-align-right-1 border p-2 mb-2 mr-2 float-left" aria-label="Tooltipped SE and aligned right."> 117 + Tooltip South West align right 1 118 + </span> 119 + <span class="tooltipped tooltipped-sw tooltipped-align-right-2 border p-2 mb-2 mr-2 float-left" aria-label="Tooltipped SE and aligned right."> 120 + Tooltip South West align right 2 121 + </span> 122 + ``` 123 + 124 + ## Tooltips with multiple lines 125 + Use `.tooltipped-multiline` when you have long content. This style has some limitations: you cannot pre-format the text with newlines, and tooltips are limited to a max-width of `250px`. 126 + 127 + 128 + ```html 129 + <span class="tooltipped tooltipped-multiline tooltipped-n border p-2" aria-label="This is the tooltip with multiple lines. This is the tooltip with multiple lines."> 130 + Tooltip with multiple lines 131 + </span> 132 + ``` 133 + 134 + ## Tooltips No Delay 135 + 136 + By default the tooltips have a slight delay before appearing. This is to keep multiple tooltips in the UI from being distracting. There is a modifier class you can use to override this. `.tooltipped-no-delay` 137 + 138 + ```html 139 + <span class="tooltipped tooltipped-n tooltipped-no-delay border p-2" aria-label="This is the tooltip on the no delay side."> 140 + Tooltip no delay 141 + </span> 142 + ``` 143 + 144 + <!-- %enddocs --> 145 + 146 + ## License 147 + 148 + [MIT](./LICENSE) &copy; [GitHub](https://github.com/) 149 + 150 + [primer]: https://github.com/primer/primer 151 + [docs]: http://primer.github.io/ 152 + [npm]: https://www.npmjs.com/ 153 + [install-npm]: https://docs.npmjs.com/getting-started/installing-node 154 + [sass]: http://sass-lang.com/
+1
node_modules/primer-tooltips/build/build.css
··· 1 + .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","Segoe UI Symbol";-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:#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}
+1
node_modules/primer-tooltips/build/data.json
··· 1 + {"cssstats":{"size":3551,"gzipSize":1026,"humanizedSize":"3kB","humanizedGzipSize":"1kB","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":59,"type":2,"class":57,"id":0,"pseudoClass":15,"pseudoElement":56,"values":[".tooltipped",".tooltipped::after",".tooltipped::before","from","to",".tooltipped:hover::before",".tooltipped:hover::after",".tooltipped:active::before",".tooltipped:active::after",".tooltipped:focus::before",".tooltipped:focus::after",".tooltipped-no-delay:hover::before",".tooltipped-no-delay:hover::after",".tooltipped-no-delay:active::before",".tooltipped-no-delay:active::after",".tooltipped-no-delay:focus::before",".tooltipped-no-delay:focus::after",".tooltipped-multiline:hover::after",".tooltipped-multiline:active::after",".tooltipped-multiline:focus::after",".tooltipped-s::after",".tooltipped-se::after",".tooltipped-sw::after",".tooltipped-s::before",".tooltipped-se::before",".tooltipped-sw::before",".tooltipped-se::after",".tooltipped-sw::after",".tooltipped-n::after",".tooltipped-ne::after",".tooltipped-nw::after",".tooltipped-n::before",".tooltipped-ne::before",".tooltipped-nw::before",".tooltipped-ne::after",".tooltipped-nw::after",".tooltipped-s::after",".tooltipped-n::after",".tooltipped-w::after",".tooltipped-w::before",".tooltipped-e::after",".tooltipped-e::before",".tooltipped-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.033898305084746}},"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\",\"Segoe UI Symbol\""],"-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"]}}}]}}}
+1
node_modules/primer-tooltips/build/index.js
··· 1 + module.exports = {"cssstats":{"size":3551,"gzipSize":1026,"humanizedSize":"3kB","humanizedGzipSize":"1kB","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":59,"type":2,"class":57,"id":0,"pseudoClass":15,"pseudoElement":56,"values":[".tooltipped",".tooltipped::after",".tooltipped::before","from","to",".tooltipped:hover::before",".tooltipped:hover::after",".tooltipped:active::before",".tooltipped:active::after",".tooltipped:focus::before",".tooltipped:focus::after",".tooltipped-no-delay:hover::before",".tooltipped-no-delay:hover::after",".tooltipped-no-delay:active::before",".tooltipped-no-delay:active::after",".tooltipped-no-delay:focus::before",".tooltipped-no-delay:focus::after",".tooltipped-multiline:hover::after",".tooltipped-multiline:active::after",".tooltipped-multiline:focus::after",".tooltipped-s::after",".tooltipped-se::after",".tooltipped-sw::after",".tooltipped-s::before",".tooltipped-se::before",".tooltipped-sw::before",".tooltipped-se::after",".tooltipped-sw::after",".tooltipped-n::after",".tooltipped-ne::after",".tooltipped-nw::after",".tooltipped-n::before",".tooltipped-ne::before",".tooltipped-nw::before",".tooltipped-ne::after",".tooltipped-nw::after",".tooltipped-s::after",".tooltipped-n::after",".tooltipped-w::after",".tooltipped-w::before",".tooltipped-e::after",".tooltipped-e::before",".tooltipped-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.033898305084746}},"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\",\"Segoe UI Symbol\""],"-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"]}}}]}}}
+2
node_modules/primer-tooltips/index.scss
··· 1 + @import "primer-support/index.scss"; 2 + @import "./lib/tooltips.scss";
+314
node_modules/primer-tooltips/lib/tooltips.scss
··· 1 + .tooltipped { 2 + position: relative; 3 + } 4 + 5 + // This is the tooltip bubble 6 + .tooltipped::after { 7 + position: absolute; 8 + z-index: 1000000; 9 + display: none; 10 + padding: $em-spacer-5 $em-spacer-6; 11 + font: normal normal 11px/1.5 $body-font; 12 + -webkit-font-smoothing: subpixel-antialiased; 13 + color: $tooltip-text-color; 14 + text-align: center; 15 + text-decoration: none; 16 + text-shadow: none; 17 + text-transform: none; 18 + letter-spacing: normal; 19 + word-wrap: break-word; 20 + white-space: pre; 21 + pointer-events: none; 22 + content: attr(aria-label); 23 + background: $tooltip-background-color; 24 + border-radius: $border-radius; 25 + opacity: 0; 26 + } 27 + 28 + // This is the tooltip arrow 29 + .tooltipped::before { 30 + position: absolute; 31 + z-index: 1000001; 32 + display: none; 33 + width: 0; 34 + height: 0; 35 + color: $tooltip-background-color; 36 + pointer-events: none; 37 + content: ""; 38 + border: 6px $border-style transparent; 39 + opacity: 0; 40 + } 41 + 42 + // delay animation for tooltip 43 + @keyframes tooltip-appear { 44 + from { 45 + opacity: 0; 46 + } 47 + 48 + to { 49 + opacity: 1; 50 + } 51 + } 52 + 53 + // This will indicate when we'll activate the tooltip 54 + .tooltipped:hover, 55 + .tooltipped:active, 56 + .tooltipped:focus { 57 + &::before, 58 + &::after { 59 + display: inline-block; 60 + text-decoration: none; 61 + animation-name: tooltip-appear; 62 + animation-duration: $tooltip-duration; 63 + animation-fill-mode: forwards; 64 + animation-timing-function: ease-in; 65 + animation-delay: $tooltip-delay; 66 + } 67 + } 68 + 69 + .tooltipped-no-delay:hover, 70 + .tooltipped-no-delay:active, 71 + .tooltipped-no-delay:focus { 72 + &::before, 73 + &::after { 74 + animation-delay: 0s; 75 + } 76 + } 77 + 78 + .tooltipped-multiline:hover, 79 + .tooltipped-multiline:active, 80 + .tooltipped-multiline:focus { 81 + &::after { 82 + display: table-cell; 83 + } 84 + } 85 + 86 + // Tooltipped south 87 + .tooltipped-s, 88 + .tooltipped-se, 89 + .tooltipped-sw { 90 + &::after { 91 + top: 100%; 92 + right: 50%; 93 + margin-top: 6px; 94 + } 95 + 96 + &::before { 97 + top: auto; 98 + right: 50%; 99 + bottom: -7px; 100 + margin-right: -6px; 101 + border-bottom-color: $tooltip-background-color; 102 + } 103 + } 104 + 105 + .tooltipped-se { 106 + &::after { 107 + right: auto; 108 + left: 50%; 109 + margin-left: -$spacer-3; 110 + } 111 + } 112 + 113 + .tooltipped-sw::after { 114 + margin-right: -$spacer-3; 115 + } 116 + 117 + // Tooltips above the object 118 + .tooltipped-n, 119 + .tooltipped-ne, 120 + .tooltipped-nw { 121 + &::after { 122 + right: 50%; 123 + bottom: 100%; 124 + margin-bottom: 6px; 125 + } 126 + 127 + &::before { 128 + top: -7px; 129 + right: 50%; 130 + bottom: auto; 131 + margin-right: -6px; 132 + border-top-color: $tooltip-background-color; 133 + } 134 + } 135 + 136 + .tooltipped-ne { 137 + &::after { 138 + right: auto; 139 + left: 50%; 140 + margin-left: -$spacer-3; 141 + } 142 + } 143 + 144 + .tooltipped-nw::after { 145 + margin-right: -$spacer-3; 146 + } 147 + 148 + // Move the tooltip body to the center of the object. 149 + .tooltipped-s::after, 150 + .tooltipped-n::after { 151 + transform: translateX(50%); 152 + } 153 + 154 + // Tooltipped to the left 155 + .tooltipped-w { 156 + &::after { 157 + right: 100%; 158 + bottom: 50%; 159 + margin-right: 6px; 160 + transform: translateY(50%); 161 + } 162 + 163 + &::before { 164 + top: 50%; 165 + bottom: 50%; 166 + left: -7px; 167 + margin-top: -6px; 168 + border-left-color: $tooltip-background-color; 169 + } 170 + } 171 + 172 + // tooltipped to the right 173 + .tooltipped-e { 174 + &::after { 175 + bottom: 50%; 176 + left: 100%; 177 + margin-left: 6px; 178 + transform: translateY(50%); 179 + } 180 + 181 + &::before { 182 + top: 50%; 183 + right: -7px; 184 + bottom: 50%; 185 + margin-top: -6px; 186 + border-right-color: $tooltip-background-color; 187 + } 188 + } 189 + 190 + // Tooltip align right and left 191 + .tooltipped-align-right-1, 192 + .tooltipped-align-right-2 { 193 + &::after { 194 + right: 0; 195 + margin-right: 0; 196 + } 197 + } 198 + 199 + .tooltipped-align-right-1 { 200 + &::before { 201 + right: 10px; 202 + } 203 + } 204 + 205 + .tooltipped-align-right-2 { 206 + &::before { 207 + right: 15px; 208 + } 209 + } 210 + 211 + .tooltipped-align-left-1, 212 + .tooltipped-align-left-2, { 213 + &::after { 214 + left: 0; 215 + margin-left: 0; 216 + } 217 + } 218 + 219 + .tooltipped-align-left-1 { 220 + &::before { 221 + left: 5px; 222 + } 223 + } 224 + 225 + .tooltipped-align-left-2 { 226 + &::before { 227 + left: 10px; 228 + } 229 + } 230 + 231 + // Multiline tooltips 232 + // 233 + // `.tooltipped-multiline` Add this class when you have long content. 234 + // The downside is you cannot preformat the text with newlines and `[w,e]` 235 + // are always `$tooltip-max-width` wide. 236 + .tooltipped-multiline { 237 + &::after { 238 + width: max-content; 239 + max-width: $tooltip-max-width; 240 + word-wrap: break-word; 241 + white-space: pre-line; 242 + border-collapse: separate; 243 + } 244 + 245 + &.tooltipped-s::after, 246 + &.tooltipped-n::after { 247 + right: auto; 248 + left: 50%; 249 + transform: translateX(-50%); 250 + } 251 + 252 + &.tooltipped-w::after, 253 + &.tooltipped-e::after { 254 + right: 100%; 255 + } 256 + } 257 + 258 + @media screen and (min-width: 0\0) { 259 + // IE11 260 + .tooltipped-multiline::after { 261 + width: $tooltip-max-width; 262 + } 263 + } 264 + 265 + // Sticky tooltips 266 + // 267 + // Always show the tooltip. 268 + .tooltipped-sticky { 269 + &::before, 270 + &::after { 271 + display: inline-block; 272 + } 273 + 274 + &.tooltipped-multiline { 275 + &::after { 276 + display: table-cell; 277 + } 278 + } 279 + } 280 + 281 + // Alert tooltips 282 + // 283 + // Colors for different alert states. 284 + @mixin colorizeTooltip($text-color, $background-color) { 285 + &::after { 286 + color: $text-color; 287 + background: $background-color; 288 + } 289 + 290 + &.tooltipped-s, 291 + &.tooltipped-se, 292 + &.tooltipped-sw { 293 + &::before { 294 + border-bottom-color: $background-color; 295 + } 296 + } 297 + 298 + &.tooltipped-n, 299 + &.tooltipped-ne, 300 + &.tooltipped-nw { 301 + &::before { 302 + border-top-color: $background-color; 303 + } 304 + } 305 + 306 + &.tooltipped-e::before { 307 + border-right-color: $background-color; 308 + } 309 + 310 + &.tooltipped-w::before { 311 + border-left-color: $background-color; 312 + } 313 + } 314 + @warn "the colorizeTooltip mixin will be deprecated in version 11.";
+72
node_modules/primer-tooltips/package.json
··· 1 + { 2 + "_from": "primer-tooltips@1.5.11", 3 + "_id": "primer-tooltips@1.5.11", 4 + "_inBundle": false, 5 + "_integrity": "sha512-r0C4gnzg8hChoKVU5hC+e7BlKM3gkO+W8L1o91RCDiguN9S0u/yo3DQwlVL68igvAP34NEYzchsZ82BkQkd1Dg==", 6 + "_location": "/primer-tooltips", 7 + "_phantomChildren": {}, 8 + "_requested": { 9 + "type": "version", 10 + "registry": true, 11 + "raw": "primer-tooltips@1.5.11", 12 + "name": "primer-tooltips", 13 + "escapedName": "primer-tooltips", 14 + "rawSpec": "1.5.11", 15 + "saveSpec": null, 16 + "fetchSpec": "1.5.11" 17 + }, 18 + "_requiredBy": [ 19 + "/primer-core" 20 + ], 21 + "_resolved": "https://registry.npmjs.org/primer-tooltips/-/primer-tooltips-1.5.11.tgz", 22 + "_shasum": "35b583de25008433b443b7b9063825e145fa4cbb", 23 + "_spec": "primer-tooltips@1.5.11", 24 + "_where": "/Users/brandonrosage/github/profile-generator/node_modules/primer-core", 25 + "author": { 26 + "name": "GitHub, Inc." 27 + }, 28 + "bugs": { 29 + "url": "https://github.com/primer/primer/issues" 30 + }, 31 + "bundleDependencies": false, 32 + "dependencies": { 33 + "primer-support": "4.7.2" 34 + }, 35 + "deprecated": false, 36 + "description": "Add tooltips built entirely in CSS to nearly any element.", 37 + "files": [ 38 + "index.scss", 39 + "lib", 40 + "build" 41 + ], 42 + "homepage": "http://primer.github.io/", 43 + "keywords": [ 44 + "primer", 45 + "css", 46 + "github", 47 + "design-system" 48 + ], 49 + "license": "MIT", 50 + "main": "build/index.js", 51 + "name": "primer-tooltips", 52 + "primer": { 53 + "category": "core", 54 + "module_type": "components" 55 + }, 56 + "repository": { 57 + "type": "git", 58 + "url": "https://github.com/primer/primer/tree/master/modules/primer-tooltips" 59 + }, 60 + "sass": "index.scss", 61 + "scripts": { 62 + "build": "../../script/npm-run primer-module-build index.scss", 63 + "lint": "../../script/lint-scss", 64 + "postpublish": "../../script/notify success", 65 + "prepare": "npm run build", 66 + "prepublishOnly": "../../script/notify pending", 67 + "test": "../../script/npm-run-all build lint test-docs", 68 + "test-docs": "../../script/test-docs" 69 + }, 70 + "style": "build/build.css", 71 + "version": "1.5.11" 72 + }
+21
node_modules/primer-truncate/LICENSE
··· 1 + The MIT License (MIT) 2 + 3 + Copyright (c) 2019 GitHub Inc. 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+69
node_modules/primer-truncate/README.md
··· 1 + # Primer Truncate 2 + 3 + [![npm version](https://img.shields.io/npm/v/primer-truncate.svg)](https://www.npmjs.org/package/primer-truncate) 4 + [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer) 5 + 6 + > .css-truncate will shorten text with an ellipsis. The maximum width of the truncated text can be changed by overriding the max-width of the .css-truncate-target. 7 + 8 + This repository is a module of the full [primer][primer] repository. 9 + 10 + ## Install 11 + 12 + This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-truncate` with this command. 13 + 14 + ``` 15 + $ npm install --save primer-truncate 16 + ``` 17 + 18 + ## Usage 19 + 20 + The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. 21 + 22 + ```scss 23 + @import "primer-truncate/index.scss"; 24 + ``` 25 + 26 + You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ 27 + 28 + ## Build 29 + 30 + For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. 31 + 32 + ``` 33 + $ npm run build 34 + ``` 35 + 36 + ## Documentation 37 + 38 + <!-- %docs 39 + title: Truncate 40 + path: components/truncate 41 + status: Stable 42 + --> 43 + 44 + `.css-truncate` will shorten text with an ellipsis. The maximum width of the truncated text can be changed by overriding the max-width of `.css-truncate-target`. Unless the full text is so long that it affects performace, always add `title` to the truncated element so the full text can still be seen. 45 + 46 + ```html title="Truncate" 47 + <span class="branch-ref css-truncate css-truncate-target" title="really-long-branch-name"> 48 + really-long-branch-name 49 + </span> 50 + ``` 51 + 52 + You can reveal the entire string on hover with the addition of `.expandable`. 53 + 54 + ```html title="Truncate Expandable" 55 + <span class="css-truncate expandable"> 56 + <span class="branch-ref css-truncate-target">this-is-a-really-long-branch-name</span> 57 + </span> 58 + ``` 59 + <!-- %enddocs --> 60 + 61 + ## License 62 + 63 + [MIT](./LICENSE) &copy; [GitHub](https://github.com/) 64 + 65 + [primer]: https://github.com/primer/primer 66 + [docs]: http://primer.github.io/ 67 + [npm]: https://www.npmjs.com/ 68 + [install-npm]: https://docs.npmjs.com/getting-started/installing-node 69 + [sass]: http://sass-lang.com/
+1
node_modules/primer-truncate/build/build.css
··· 1 + .css-truncate.css-truncate-target,.css-truncate .css-truncate-target{display:inline-block;max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target,.css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target,.css-truncate.expandable:hover .css-truncate-target,.css-truncate.expandable:hover.css-truncate-target{max-width:10000px !important}
+1
node_modules/primer-truncate/build/data.json
··· 1 + {"cssstats":{"size":453,"gzipSize":196,"humanizedSize":"453B","humanizedGzipSize":"196B","rules":{"total":2,"size":{"graph":[6,1],"max":6,"average":3.5},"selectorByRuleSizes":[{"selector":".css-truncate.css-truncate-target,.css-truncate .css-truncate-target","declarations":6},{"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":6,"type":0,"class":6,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".css-truncate.css-truncate-target",".css-truncate .css-truncate-target",".css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target",".css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target",".css-truncate.expandable:hover .css-truncate-target",".css-truncate.expandable:hover.css-truncate-target"],"specificity":{"max":40,"average":33.333333333333336}},"declarations":{"total":7,"unique":7,"properties":{"display":["inline-block"],"max-width":["125px","10000px"],"overflow":["hidden"],"text-overflow":["ellipsis"],"white-space":["nowrap"],"vertical-align":["top"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
+1
node_modules/primer-truncate/build/index.js
··· 1 + module.exports = {"cssstats":{"size":453,"gzipSize":196,"humanizedSize":"453B","humanizedGzipSize":"196B","rules":{"total":2,"size":{"graph":[6,1],"max":6,"average":3.5},"selectorByRuleSizes":[{"selector":".css-truncate.css-truncate-target,.css-truncate .css-truncate-target","declarations":6},{"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":6,"type":0,"class":6,"id":0,"pseudoClass":2,"pseudoElement":0,"values":[".css-truncate.css-truncate-target",".css-truncate .css-truncate-target",".css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target",".css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target",".css-truncate.expandable:hover .css-truncate-target",".css-truncate.expandable:hover.css-truncate-target"],"specificity":{"max":40,"average":33.333333333333336}},"declarations":{"total":7,"unique":7,"properties":{"display":["inline-block"],"max-width":["125px","10000px"],"overflow":["hidden"],"text-overflow":["ellipsis"],"white-space":["nowrap"],"vertical-align":["top"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
+1
node_modules/primer-truncate/index.scss
··· 1 + @import "./lib/truncate.scss";
+27
node_modules/primer-truncate/lib/truncate.scss
··· 1 + // Truncate 2 + // 3 + // css-truncate will shorten text with an ellipsis. 4 + 5 + .css-truncate { 6 + // Truncate double target 7 + // 8 + // css-truncate will shorten text with an ellipsis. The maximum width 9 + // of the truncated text can be changed by overriding the max-width 10 + // of the .css-truncate-target 11 + &.css-truncate-target, 12 + .css-truncate-target { 13 + display: inline-block; 14 + max-width: 125px; 15 + overflow: hidden; 16 + text-overflow: ellipsis; 17 + white-space: nowrap; 18 + vertical-align: top; 19 + } 20 + 21 + &.expandable.zeroclipboard-is-hover .css-truncate-target, 22 + &.expandable.zeroclipboard-is-hover.css-truncate-target, 23 + &.expandable:hover .css-truncate-target, 24 + &.expandable:hover.css-truncate-target { 25 + max-width: 10000px !important; 26 + } 27 + }
+75
node_modules/primer-truncate/package.json
··· 1 + { 2 + "_from": "primer-truncate@1.4.13", 3 + "_id": "primer-truncate@1.4.13", 4 + "_inBundle": false, 5 + "_integrity": "sha512-/3saQDL8n77nGJ7zMT05PKTKeMTFrR2QVjZsD5XnOblMiglND95ozOKef0sDcyrgR7fv+qLMXr56+QS/FWFSsw==", 6 + "_location": "/primer-truncate", 7 + "_phantomChildren": {}, 8 + "_requested": { 9 + "type": "version", 10 + "registry": true, 11 + "raw": "primer-truncate@1.4.13", 12 + "name": "primer-truncate", 13 + "escapedName": "primer-truncate", 14 + "rawSpec": "1.4.13", 15 + "saveSpec": null, 16 + "fetchSpec": "1.4.13" 17 + }, 18 + "_requiredBy": [ 19 + "/primer-core" 20 + ], 21 + "_resolved": "https://registry.npmjs.org/primer-truncate/-/primer-truncate-1.4.13.tgz", 22 + "_shasum": "e8b763cec0547b413947b3a8aaa5ce72b9469489", 23 + "_spec": "primer-truncate@1.4.13", 24 + "_where": "/Users/brandonrosage/github/profile-generator/node_modules/primer-core", 25 + "author": { 26 + "name": "GitHub, Inc." 27 + }, 28 + "bugs": { 29 + "url": "https://github.com/primer/primer/issues" 30 + }, 31 + "bundleDependencies": false, 32 + "dependencies": { 33 + "primer-support": "4.7.2" 34 + }, 35 + "deprecated": false, 36 + "description": "Shorten text with an ellipsis.", 37 + "files": [ 38 + "index.scss", 39 + "lib", 40 + "build" 41 + ], 42 + "homepage": "http://primer.github.io/", 43 + "keywords": [ 44 + "primer", 45 + "css", 46 + "github", 47 + "design-system", 48 + "truncate", 49 + "ellipsis", 50 + "text" 51 + ], 52 + "license": "MIT", 53 + "main": "build/index.js", 54 + "name": "primer-truncate", 55 + "primer": { 56 + "category": "core", 57 + "module_type": "components" 58 + }, 59 + "repository": { 60 + "type": "git", 61 + "url": "https://github.com/primer/primer/tree/master/modules/primer-truncate" 62 + }, 63 + "sass": "index.scss", 64 + "scripts": { 65 + "build": "../../script/npm-run primer-module-build index.scss", 66 + "lint": "../../script/lint-scss", 67 + "postpublish": "../../script/notify success", 68 + "prepare": "npm run build", 69 + "prepublishOnly": "../../script/notify pending", 70 + "test": "../../script/npm-run-all build lint test-docs", 71 + "test-docs": "../../script/test-docs" 72 + }, 73 + "style": "build/build.css", 74 + "version": "1.4.13" 75 + }
+21
node_modules/primer-utilities/LICENSE
··· 1 + The MIT License (MIT) 2 + 3 + Copyright (c) 2019 GitHub Inc. 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+48
node_modules/primer-utilities/README.md
··· 1 + # Primer Utilities 2 + 3 + [![npm version](https://img.shields.io/npm/v/primer-utilities.svg)](https://www.npmjs.org/package/primer-utilities) 4 + [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer) 5 + 6 + > There are a handful of utilities in Primer for quick behaviors, floats, colors, alignment, and more. 7 + 8 + This repository is a module of the full [primer][primer] repository. 9 + 10 + ## Install 11 + 12 + This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-utilities` with this command. 13 + 14 + ``` 15 + $ npm install --save primer-utilities 16 + ``` 17 + 18 + ## Usage 19 + 20 + The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this. 21 + 22 + ```scss 23 + @import "primer-utilities/index.scss"; 24 + ``` 25 + 26 + You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._ 27 + 28 + ## Build 29 + 30 + For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. 31 + 32 + ``` 33 + $ npm run build 34 + ``` 35 + 36 + ## Documentation 37 + 38 + You can read more about utilities in the [docs folder](./docs/). 39 + 40 + ## License 41 + 42 + [MIT](./LICENSE) &copy; [GitHub](https://github.com/) 43 + 44 + [primer]: https://github.com/primer/primer 45 + [docs]: http://primer.github.io/ 46 + [npm]: https://www.npmjs.com/ 47 + [install-npm]: https://docs.npmjs.com/getting-started/installing-node 48 + [sass]: http://sass-lang.com/
+1
node_modules/primer-utilities/build/build.css
··· 1 + .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{border:1px #e1e4e8 solid !important}.border-y{border-top:1px #e1e4e8 solid !important;border-bottom:1px #e1e4e8 solid !important}.border-0{border:0 !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-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-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-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-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-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}.box-shadow{box-shadow:0 1px 1px rgba(27,31,35,0.1) !important}.box-shadow-medium{box-shadow:0 1px 5px rgba(27,31,35,0.15) !important}.box-shadow-large{box-shadow:0 1px 15px rgba(27,31,35,0.15) !important}.box-shadow-extra-large{box-shadow:0 10px 50px rgba(27,31,35,0.07) !important}.box-shadow-none{box-shadow:none !important}.bg-white{background-color:#fff !important}.bg-blue{background-color:#0366d6 !important}.bg-blue-light{background-color:#f1f8ff !important}.bg-gray-dark{background-color:#24292e !important}.bg-gray{background-color:#f6f8fa !important}.bg-gray-light{background-color:#fafbfc !important}.bg-green{background-color:#28a745 !important}.bg-green-light{background-color:#dcffe4 !important}.bg-red{background-color:#d73a49 !important}.bg-red-light{background-color:#ffdce0 !important}.bg-yellow{background-color:#ffd33d !important}.bg-yellow-light{background-color:#fff5b1 !important}.bg-purple{background-color:#6f42c1 !important}.bg-purple-light{background-color:#f5f0ff !important}.bg-shade-gradient{background-image:linear-gradient(180deg, rgba(27,31,35,0.065), rgba(27,31,35,0)) !important;background-repeat:no-repeat !important;background-size:100% 200px !important}.text-blue{color:#0366d6 !important}.text-red{color:#cb2431 !important}.text-gray-light{color:#6a737d !important}.text-gray{color:#586069 !important}.text-gray-dark{color:#24292e !important}.text-green{color:#28a745 !important}.text-orange{color:#a04100 !important}.text-orange-light{color:#e36209 !important}.text-purple{color:#6f42c1 !important}.text-white{color:#fff !important}.text-inherit{color:inherit !important}.text-pending{color:#b08800 !important}.bg-pending{color:#dbab09 !important}.link-gray{color:#586069 !important}.link-gray:hover{color:#0366d6 !important}.link-gray-dark{color:#24292e !important}.link-gray-dark:hover{color:#0366d6 !important}.link-hover-blue:hover{color:#0366d6 !important}.muted-link{color:#586069 !important}.muted-link:hover{color:#0366d6 !important;text-decoration:none}.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)}.flex-row{flex-direction:row !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column{flex-direction:column !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-auto{flex:1 1 auto !important}.flex-shrink-0{flex-shrink:0 !important}.flex-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-self-start{align-self:flex-start !important}.flex-self-end{align-self:flex-end !important}.flex-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-self-baseline{align-self:baseline !important}.flex-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-item-equal{flex-grow:1;flex-basis:0}@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-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-auto{flex:1 1 auto !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-sm-self-start{align-self:flex-start !important}.flex-sm-self-end{align-self:flex-end !important}.flex-sm-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-sm-self-baseline{align-self:baseline !important}.flex-sm-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-sm-item-equal{flex-grow:1;flex-basis:0}}@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-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-auto{flex:1 1 auto !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-md-self-start{align-self:flex-start !important}.flex-md-self-end{align-self:flex-end !important}.flex-md-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-md-self-baseline{align-self:baseline !important}.flex-md-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-md-item-equal{flex-grow:1;flex-basis:0}}@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-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-auto{flex:1 1 auto !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-lg-self-start{align-self:flex-start !important}.flex-lg-self-end{align-self:flex-end !important}.flex-lg-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-lg-self-baseline{align-self:baseline !important}.flex-lg-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-lg-item-equal{flex-grow:1;flex-basis:0}}@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-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-auto{flex:1 1 auto !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-self-auto{-ms-grid-row-align:auto !important;align-self:auto !important}.flex-xl-self-start{align-self:flex-start !important}.flex-xl-self-end{align-self:flex-end !important}.flex-xl-self-center{-ms-grid-row-align:center !important;align-self:center !important}.flex-xl-self-baseline{align-self:baseline !important}.flex-xl-self-stretch{-ms-grid-row-align:stretch !important;align-self:stretch !important}.flex-xl-item-equal{flex-grow:1;flex-basis:0}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.top-0{top:0 !important}.right-0{right:0 !important}.bottom-0{bottom:0 !important}.left-0{left:0 !important}.v-align-middle{vertical-align:middle !important}.v-align-top{vertical-align:top !important}.v-align-bottom{vertical-align:bottom !important}.v-align-text-top{vertical-align:text-top !important}.v-align-text-bottom{vertical-align:text-bottom !important}.v-align-baseline{vertical-align:baseline !important}.overflow-hidden{overflow:hidden !important}.overflow-scroll{overflow:scroll !important}.overflow-auto{overflow:auto !important}.clearfix::before{display:table;content:""}.clearfix::after{display:table;clear:both;content:""}.float-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}.direction-rtl{direction:rtl !important}.direction-ltr{direction:ltr !important}@media (min-width: 544px){.direction-sm-rtl{direction:rtl !important}.direction-sm-ltr{direction:ltr !important}}@media (min-width: 768px){.direction-md-rtl{direction:rtl !important}.direction-md-ltr{direction:ltr !important}}@media (min-width: 1012px){.direction-lg-rtl{direction:rtl !important}.direction-lg-ltr{direction:ltr !important}}@media (min-width: 1280px){.direction-xl-rtl{direction:rtl !important}.direction-xl-ltr{direction:ltr !important}}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.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}.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}.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,Courier,monospace}.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: 544px){.hide-sm{display:none !important}}@media (min-width: 544px) and (max-width: 768px){.hide-md{display:none !important}}@media (min-width: 768px) and (max-width: 1012px){.hide-lg{display:none !important}}@media (min-width: 1012px){.hide-xl{display:none !important}}.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}
+1
node_modules/primer-utilities/build/data.json
··· 1 + {"cssstats":{"size":57063,"gzipSize":7302,"humanizedSize":"56kB","humanizedGzipSize":"7kB","rules":{"total":1137,"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,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,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,2,2,2,2,2,2,2,2,2,2,2,2,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,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,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,2,1,1,2,1,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,2,1,1,2,1,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,2,1,1,2,1,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,2,1,1,2,1,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,2,1,1,2,1,2,2,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,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,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,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.270008795074758},"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":".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":".flex-xl-item-equal","declarations":2},{"selector":".flex-xl-self-stretch","declarations":2},{"selector":".flex-xl-self-center","declarations":2},{"selector":".flex-xl-self-auto","declarations":2},{"selector":".flex-lg-item-equal","declarations":2},{"selector":".flex-lg-self-stretch","declarations":2},{"selector":".flex-lg-self-center","declarations":2},{"selector":".flex-lg-self-auto","declarations":2},{"selector":".flex-md-item-equal","declarations":2},{"selector":".flex-md-self-stretch","declarations":2},{"selector":".flex-md-self-center","declarations":2},{"selector":".flex-md-self-auto","declarations":2},{"selector":".flex-sm-item-equal","declarations":2},{"selector":".flex-sm-self-stretch","declarations":2},{"selector":".flex-sm-self-center","declarations":2},{"selector":".flex-sm-self-auto","declarations":2},{"selector":".flex-item-equal","declarations":2},{"selector":".flex-self-stretch","declarations":2},{"selector":".flex-self-center","declarations":2},{"selector":".flex-self-auto","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":".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-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":".direction-lg-ltr","declarations":1},{"selector":".direction-lg-rtl","declarations":1},{"selector":".direction-md-ltr","declarations":1},{"selector":".direction-md-rtl","declarations":1},{"selector":".direction-sm-ltr","declarations":1},{"selector":".direction-sm-rtl","declarations":1},{"selector":".direction-ltr","declarations":1},{"selector":".direction-rtl","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-auto","declarations":1},{"selector":".overflow-scroll","declarations":1},{"selector":".overflow-hidden","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-fixed","declarations":1},{"selector":".position-absolute","declarations":1},{"selector":".position-relative","declarations":1},{"selector":".position-static","declarations":1},{"selector":".flex-xl-self-baseline","declarations":1},{"selector":".flex-xl-self-end","declarations":1},{"selector":".flex-xl-self-start","declarations":1},{"selector":".flex-xl-shrink-0","declarations":1},{"selector":".flex-xl-auto","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","declarations":1},{"selector":".flex-xl-row-reverse","declarations":1},{"selector":".flex-xl-row","declarations":1},{"selector":".flex-lg-self-baseline","declarations":1},{"selector":".flex-lg-self-end","declarations":1},{"selector":".flex-lg-self-start","declarations":1},{"selector":".flex-lg-shrink-0","declarations":1},{"selector":".flex-lg-auto","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","declarations":1},{"selector":".flex-lg-row-reverse","declarations":1},{"selector":".flex-lg-row","declarations":1},{"selector":".flex-md-self-baseline","declarations":1},{"selector":".flex-md-self-end","declarations":1},{"selector":".flex-md-self-start","declarations":1},{"selector":".flex-md-shrink-0","declarations":1},{"selector":".flex-md-auto","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","declarations":1},{"selector":".flex-md-row-reverse","declarations":1},{"selector":".flex-md-row","declarations":1},{"selector":".flex-sm-self-baseline","declarations":1},{"selector":".flex-sm-self-end","declarations":1},{"selector":".flex-sm-self-start","declarations":1},{"selector":".flex-sm-shrink-0","declarations":1},{"selector":".flex-sm-auto","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","declarations":1},{"selector":".flex-sm-row-reverse","declarations":1},{"selector":".flex-sm-row","declarations":1},{"selector":".flex-self-baseline","declarations":1},{"selector":".flex-self-end","declarations":1},{"selector":".flex-self-start","declarations":1},{"selector":".flex-shrink-0","declarations":1},{"selector":".flex-auto","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","declarations":1},{"selector":".flex-row-reverse","declarations":1},{"selector":".flex-row","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":".bg-pending","declarations":1},{"selector":".text-pending","declarations":1},{"selector":".text-inherit","declarations":1},{"selector":".text-white","declarations":1},{"selector":".text-purple","declarations":1},{"selector":".text-orange-light","declarations":1},{"selector":".text-orange","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-purple-light","declarations":1},{"selector":".bg-purple","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":".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":".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":".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":".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":".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-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":".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":1142,"type":4,"class":1124,"id":0,"pseudoClass":6,"pseudoElement":4,"values":[".anim-fade-in",".anim-fade-in.fast","0%","100%",".anim-fade-out",".anim-fade-out.fast","0%","100%",".anim-fade-up","0%","100%",".anim-fade-down","0%","100%",".anim-grow-x","to",".anim-shrink-x","to",".anim-scale-in","0%","100%",".anim-pulse","0%","10%","100%",".anim-pulse-in","0%","50%","100%",".hover-grow",".hover-grow:hover",".border",".border-y",".border-0",".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-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-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-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-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-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",".box-shadow",".box-shadow-medium",".box-shadow-large",".box-shadow-extra-large",".box-shadow-none",".bg-white",".bg-blue",".bg-blue-light",".bg-gray-dark",".bg-gray",".bg-gray-light",".bg-green",".bg-green-light",".bg-red",".bg-red-light",".bg-yellow",".bg-yellow-light",".bg-purple",".bg-purple-light",".bg-shade-gradient",".text-blue",".text-red",".text-gray-light",".text-gray",".text-gray-dark",".text-green",".text-orange",".text-orange-light",".text-purple",".text-white",".text-inherit",".text-pending",".bg-pending",".link-gray",".link-gray:hover",".link-gray-dark",".link-gray-dark:hover",".link-hover-blue:hover",".muted-link",".muted-link:hover",".details-overlay[open]>summary::before",".details-overlay-dark[open]>summary::before",".flex-row",".flex-row-reverse",".flex-column",".flex-wrap",".flex-nowrap",".flex-justify-start",".flex-justify-end",".flex-justify-center",".flex-justify-between",".flex-justify-around",".flex-items-start",".flex-items-end",".flex-items-center",".flex-items-baseline",".flex-items-stretch",".flex-content-start",".flex-content-end",".flex-content-center",".flex-content-between",".flex-content-around",".flex-content-stretch",".flex-auto",".flex-shrink-0",".flex-self-auto",".flex-self-start",".flex-self-end",".flex-self-center",".flex-self-baseline",".flex-self-stretch",".flex-item-equal",".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-wrap",".flex-sm-nowrap",".flex-sm-justify-start",".flex-sm-justify-end",".flex-sm-justify-center",".flex-sm-justify-between",".flex-sm-justify-around",".flex-sm-items-start",".flex-sm-items-end",".flex-sm-items-center",".flex-sm-items-baseline",".flex-sm-items-stretch",".flex-sm-content-start",".flex-sm-content-end",".flex-sm-content-center",".flex-sm-content-between",".flex-sm-content-around",".flex-sm-content-stretch",".flex-sm-auto",".flex-sm-shrink-0",".flex-sm-self-auto",".flex-sm-self-start",".flex-sm-self-end",".flex-sm-self-center",".flex-sm-self-baseline",".flex-sm-self-stretch",".flex-sm-item-equal",".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-wrap",".flex-md-nowrap",".flex-md-justify-start",".flex-md-justify-end",".flex-md-justify-center",".flex-md-justify-between",".flex-md-justify-around",".flex-md-items-start",".flex-md-items-end",".flex-md-items-center",".flex-md-items-baseline",".flex-md-items-stretch",".flex-md-content-start",".flex-md-content-end",".flex-md-content-center",".flex-md-content-between",".flex-md-content-around",".flex-md-content-stretch",".flex-md-auto",".flex-md-shrink-0",".flex-md-self-auto",".flex-md-self-start",".flex-md-self-end",".flex-md-self-center",".flex-md-self-baseline",".flex-md-self-stretch",".flex-md-item-equal",".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-wrap",".flex-lg-nowrap",".flex-lg-justify-start",".flex-lg-justify-end",".flex-lg-justify-center",".flex-lg-justify-between",".flex-lg-justify-around",".flex-lg-items-start",".flex-lg-items-end",".flex-lg-items-center",".flex-lg-items-baseline",".flex-lg-items-stretch",".flex-lg-content-start",".flex-lg-content-end",".flex-lg-content-center",".flex-lg-content-between",".flex-lg-content-around",".flex-lg-content-stretch",".flex-lg-auto",".flex-lg-shrink-0",".flex-lg-self-auto",".flex-lg-self-start",".flex-lg-self-end",".flex-lg-self-center",".flex-lg-self-baseline",".flex-lg-self-stretch",".flex-lg-item-equal",".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-wrap",".flex-xl-nowrap",".flex-xl-justify-start",".flex-xl-justify-end",".flex-xl-justify-center",".flex-xl-justify-between",".flex-xl-justify-around",".flex-xl-items-start",".flex-xl-items-end",".flex-xl-items-center",".flex-xl-items-baseline",".flex-xl-items-stretch",".flex-xl-content-start",".flex-xl-content-end",".flex-xl-content-center",".flex-xl-content-between",".flex-xl-content-around",".flex-xl-content-stretch",".flex-xl-auto",".flex-xl-shrink-0",".flex-xl-self-auto",".flex-xl-self-start",".flex-xl-self-end",".flex-xl-self-center",".flex-xl-self-baseline",".flex-xl-self-stretch",".flex-xl-item-equal",".position-static",".position-relative",".position-absolute",".position-fixed",".top-0",".right-0",".bottom-0",".left-0",".v-align-middle",".v-align-top",".v-align-bottom",".v-align-text-top",".v-align-text-bottom",".v-align-baseline",".overflow-hidden",".overflow-scroll",".overflow-auto",".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",".direction-rtl",".direction-ltr",".direction-sm-rtl",".direction-sm-ltr",".direction-md-rtl",".direction-md-ltr",".direction-lg-rtl",".direction-lg-ltr",".direction-xl-rtl",".direction-xl-ltr",".m-0",".mt-0",".mr-0",".mb-0",".ml-0",".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",".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",".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":9.950963222416812}},"declarations":{"total":1444,"unique":336,"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%","1px","1px","auto"],"animation-iteration-count":["infinite"],"transition":["transform 0.3s"],"-webkit-backface-visibility":["hidden"],"backface-visibility":["hidden"],"border":["1px #e1e4e8 solid","0","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-style":["dashed"],"border-color":["#0366d6","#c8e1ff","#34d058","#a2cbac","#d73a49","#cea0a5","#6f42c1","#d9d0a5","#eaecef","#d1d5da","rgba(27,31,35,0.15)"],"border-right":["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","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","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"],"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","#6f42c1","#f5f0ff"],"background-image":["linear-gradient(180deg, rgba(27,31,35,0.065), rgba(27,31,35,0))"],"background-repeat":["no-repeat"],"background-size":["100% 200px"],"color":["#0366d6","#cb2431","#6a737d","#586069","#24292e","#28a745","#a04100","#e36209","#6f42c1","#fff","inherit","#b08800","#dbab09","#586069","#0366d6","#24292e","#0366d6","#0366d6","#586069","#0366d6","#586069","#24292e"],"text-decoration":["none","underline","none"],"position":["fixed","static","relative","absolute","fixed","absolute","absolute"],"top":["0","0"],"right":["0","0"],"bottom":["0","0"],"left":["0","0"],"z-index":["80","99","20"],"display":["block","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)"],"flex-direction":["row","row-reverse","column","row","row-reverse","column","row","row-reverse","column","row","row-reverse","column","row","row-reverse","column"],"flex-wrap":["wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap"],"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 1 auto","1 1 auto","1 1 auto","1 1 auto","1 1 auto"],"flex-shrink":["0","0","0","0","0"],"-ms-grid-row-align":["auto","center","stretch","auto","center","stretch","auto","center","stretch","auto","center","stretch","auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1","1","1","1","1"],"flex-basis":["0","0","0","0","0"],"vertical-align":["middle","top","bottom","text-top","text-bottom","baseline"],"overflow":["hidden","scroll","auto","hidden","hidden"],"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"],"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-all"],"list-style":["none"],"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,Courier,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"],"word-wrap":["normal"]}},"mediaQueries":{"total":50,"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: 1012px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(max-width: 544px)","(min-width: 544px) and (max-width: 768px)","(min-width: 768px) and (max-width: 1012px)","(min-width: 1012px)"],"contents":[{"value":"(min-width: 544px)","rules":{"total":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-sm-top",".border-sm-right",".border-sm-bottom",".border-sm-left",".border-sm-top-0",".border-sm-right-0",".border-sm-bottom-0",".border-sm-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-md-top",".border-md-right",".border-md-bottom",".border-md-left",".border-md-top-0",".border-md-right-0",".border-md-bottom-0",".border-md-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-lg-top",".border-lg-right",".border-lg-bottom",".border-lg-left",".border-lg-top-0",".border-lg-right-0",".border-lg-bottom-0",".border-lg-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-xl-top",".border-xl-right",".border-xl-bottom",".border-xl-left",".border-xl-top-0",".border-xl-right-0",".border-xl-bottom-0",".border-xl-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":30,"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,2,1,1,2,1,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-sm-item-equal","declarations":2},{"selector":",.flex-sm-self-stretch","declarations":2},{"selector":",.flex-sm-self-center","declarations":2},{"selector":",.flex-sm-self-auto","declarations":2},{"selector":",.flex-sm-self-baseline","declarations":1},{"selector":",.flex-sm-self-end","declarations":1},{"selector":",.flex-sm-self-start","declarations":1},{"selector":",.flex-sm-shrink-0","declarations":1},{"selector":",.flex-sm-auto","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","declarations":1},{"selector":",.flex-sm-row-reverse","declarations":1},{"selector":".flex-sm-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-wrap",".flex-sm-nowrap",".flex-sm-justify-start",".flex-sm-justify-end",".flex-sm-justify-center",".flex-sm-justify-between",".flex-sm-justify-around",".flex-sm-items-start",".flex-sm-items-end",".flex-sm-items-center",".flex-sm-items-baseline",".flex-sm-items-stretch",".flex-sm-content-start",".flex-sm-content-end",".flex-sm-content-center",".flex-sm-content-between",".flex-sm-content-around",".flex-sm-content-stretch",".flex-sm-auto",".flex-sm-shrink-0",".flex-sm-self-auto",".flex-sm-self-start",".flex-sm-self-end",".flex-sm-self-center",".flex-sm-self-baseline",".flex-sm-self-stretch",".flex-sm-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 768px)","rules":{"total":30,"size":{"graph":[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,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-md-item-equal","declarations":2},{"selector":",.flex-md-self-stretch","declarations":2},{"selector":",.flex-md-self-center","declarations":2},{"selector":",.flex-md-self-auto","declarations":2},{"selector":",.flex-md-self-baseline","declarations":1},{"selector":",.flex-md-self-end","declarations":1},{"selector":",.flex-md-self-start","declarations":1},{"selector":",.flex-md-shrink-0","declarations":1},{"selector":",.flex-md-auto","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","declarations":1},{"selector":",.flex-md-row-reverse","declarations":1},{"selector":".flex-md-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-wrap",".flex-md-nowrap",".flex-md-justify-start",".flex-md-justify-end",".flex-md-justify-center",".flex-md-justify-between",".flex-md-justify-around",".flex-md-items-start",".flex-md-items-end",".flex-md-items-center",".flex-md-items-baseline",".flex-md-items-stretch",".flex-md-content-start",".flex-md-content-end",".flex-md-content-center",".flex-md-content-between",".flex-md-content-around",".flex-md-content-stretch",".flex-md-auto",".flex-md-shrink-0",".flex-md-self-auto",".flex-md-self-start",".flex-md-self-end",".flex-md-self-center",".flex-md-self-baseline",".flex-md-self-stretch",".flex-md-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 1012px)","rules":{"total":30,"size":{"graph":[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,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-lg-item-equal","declarations":2},{"selector":",.flex-lg-self-stretch","declarations":2},{"selector":",.flex-lg-self-center","declarations":2},{"selector":",.flex-lg-self-auto","declarations":2},{"selector":",.flex-lg-self-baseline","declarations":1},{"selector":",.flex-lg-self-end","declarations":1},{"selector":",.flex-lg-self-start","declarations":1},{"selector":",.flex-lg-shrink-0","declarations":1},{"selector":",.flex-lg-auto","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","declarations":1},{"selector":",.flex-lg-row-reverse","declarations":1},{"selector":".flex-lg-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-wrap",".flex-lg-nowrap",".flex-lg-justify-start",".flex-lg-justify-end",".flex-lg-justify-center",".flex-lg-justify-between",".flex-lg-justify-around",".flex-lg-items-start",".flex-lg-items-end",".flex-lg-items-center",".flex-lg-items-baseline",".flex-lg-items-stretch",".flex-lg-content-start",".flex-lg-content-end",".flex-lg-content-center",".flex-lg-content-between",".flex-lg-content-around",".flex-lg-content-stretch",".flex-lg-auto",".flex-lg-shrink-0",".flex-lg-self-auto",".flex-lg-self-start",".flex-lg-self-end",".flex-lg-self-center",".flex-lg-self-baseline",".flex-lg-self-stretch",".flex-lg-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 1280px)","rules":{"total":30,"size":{"graph":[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,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-xl-item-equal","declarations":2},{"selector":",.flex-xl-self-stretch","declarations":2},{"selector":",.flex-xl-self-center","declarations":2},{"selector":",.flex-xl-self-auto","declarations":2},{"selector":",.flex-xl-self-baseline","declarations":1},{"selector":",.flex-xl-self-end","declarations":1},{"selector":",.flex-xl-self-start","declarations":1},{"selector":",.flex-xl-shrink-0","declarations":1},{"selector":",.flex-xl-auto","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","declarations":1},{"selector":",.flex-xl-row-reverse","declarations":1},{"selector":".flex-xl-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-wrap",".flex-xl-nowrap",".flex-xl-justify-start",".flex-xl-justify-end",".flex-xl-justify-center",".flex-xl-justify-between",".flex-xl-justify-around",".flex-xl-items-start",".flex-xl-items-end",".flex-xl-items-center",".flex-xl-items-baseline",".flex-xl-items-stretch",".flex-xl-content-start",".flex-xl-content-end",".flex-xl-content-center",".flex-xl-content-between",".flex-xl-content-around",".flex-xl-content-stretch",".flex-xl-auto",".flex-xl-shrink-0",".flex-xl-self-auto",".flex-xl-self-start",".flex-xl-self-end",".flex-xl-self-center",".flex-xl-self-baseline",".flex-xl-self-stretch",".flex-xl-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 544px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"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":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-sm-ltr","declarations":1},{"selector":".direction-sm-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-sm-rtl",".direction-sm-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 768px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-md-ltr","declarations":1},{"selector":".direction-md-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-md-rtl",".direction-md-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 1012px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-lg-ltr","declarations":1},{"selector":".direction-lg-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-lg-rtl",".direction-lg-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 1280px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-xl-ltr","declarations":1},{"selector":".direction-xl-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-xl-rtl",".direction-xl-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 544px)","rules":{"total":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":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: 544px)","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: 768px)","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: 1012px)","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"]}}}]}}}
+1
node_modules/primer-utilities/build/index.js
··· 1 + module.exports = {"cssstats":{"size":57063,"gzipSize":7302,"humanizedSize":"56kB","humanizedGzipSize":"7kB","rules":{"total":1137,"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,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,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,2,2,2,2,2,2,2,2,2,2,2,2,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,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,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,2,1,1,2,1,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,2,1,1,2,1,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,2,1,1,2,1,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,2,1,1,2,1,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,2,1,1,2,1,2,2,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,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,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,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.270008795074758},"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":".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":".flex-xl-item-equal","declarations":2},{"selector":".flex-xl-self-stretch","declarations":2},{"selector":".flex-xl-self-center","declarations":2},{"selector":".flex-xl-self-auto","declarations":2},{"selector":".flex-lg-item-equal","declarations":2},{"selector":".flex-lg-self-stretch","declarations":2},{"selector":".flex-lg-self-center","declarations":2},{"selector":".flex-lg-self-auto","declarations":2},{"selector":".flex-md-item-equal","declarations":2},{"selector":".flex-md-self-stretch","declarations":2},{"selector":".flex-md-self-center","declarations":2},{"selector":".flex-md-self-auto","declarations":2},{"selector":".flex-sm-item-equal","declarations":2},{"selector":".flex-sm-self-stretch","declarations":2},{"selector":".flex-sm-self-center","declarations":2},{"selector":".flex-sm-self-auto","declarations":2},{"selector":".flex-item-equal","declarations":2},{"selector":".flex-self-stretch","declarations":2},{"selector":".flex-self-center","declarations":2},{"selector":".flex-self-auto","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":".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-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":".direction-lg-ltr","declarations":1},{"selector":".direction-lg-rtl","declarations":1},{"selector":".direction-md-ltr","declarations":1},{"selector":".direction-md-rtl","declarations":1},{"selector":".direction-sm-ltr","declarations":1},{"selector":".direction-sm-rtl","declarations":1},{"selector":".direction-ltr","declarations":1},{"selector":".direction-rtl","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-auto","declarations":1},{"selector":".overflow-scroll","declarations":1},{"selector":".overflow-hidden","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-fixed","declarations":1},{"selector":".position-absolute","declarations":1},{"selector":".position-relative","declarations":1},{"selector":".position-static","declarations":1},{"selector":".flex-xl-self-baseline","declarations":1},{"selector":".flex-xl-self-end","declarations":1},{"selector":".flex-xl-self-start","declarations":1},{"selector":".flex-xl-shrink-0","declarations":1},{"selector":".flex-xl-auto","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","declarations":1},{"selector":".flex-xl-row-reverse","declarations":1},{"selector":".flex-xl-row","declarations":1},{"selector":".flex-lg-self-baseline","declarations":1},{"selector":".flex-lg-self-end","declarations":1},{"selector":".flex-lg-self-start","declarations":1},{"selector":".flex-lg-shrink-0","declarations":1},{"selector":".flex-lg-auto","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","declarations":1},{"selector":".flex-lg-row-reverse","declarations":1},{"selector":".flex-lg-row","declarations":1},{"selector":".flex-md-self-baseline","declarations":1},{"selector":".flex-md-self-end","declarations":1},{"selector":".flex-md-self-start","declarations":1},{"selector":".flex-md-shrink-0","declarations":1},{"selector":".flex-md-auto","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","declarations":1},{"selector":".flex-md-row-reverse","declarations":1},{"selector":".flex-md-row","declarations":1},{"selector":".flex-sm-self-baseline","declarations":1},{"selector":".flex-sm-self-end","declarations":1},{"selector":".flex-sm-self-start","declarations":1},{"selector":".flex-sm-shrink-0","declarations":1},{"selector":".flex-sm-auto","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","declarations":1},{"selector":".flex-sm-row-reverse","declarations":1},{"selector":".flex-sm-row","declarations":1},{"selector":".flex-self-baseline","declarations":1},{"selector":".flex-self-end","declarations":1},{"selector":".flex-self-start","declarations":1},{"selector":".flex-shrink-0","declarations":1},{"selector":".flex-auto","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","declarations":1},{"selector":".flex-row-reverse","declarations":1},{"selector":".flex-row","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":".bg-pending","declarations":1},{"selector":".text-pending","declarations":1},{"selector":".text-inherit","declarations":1},{"selector":".text-white","declarations":1},{"selector":".text-purple","declarations":1},{"selector":".text-orange-light","declarations":1},{"selector":".text-orange","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-purple-light","declarations":1},{"selector":".bg-purple","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":".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":".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":".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":".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":".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-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":".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":1142,"type":4,"class":1124,"id":0,"pseudoClass":6,"pseudoElement":4,"values":[".anim-fade-in",".anim-fade-in.fast","0%","100%",".anim-fade-out",".anim-fade-out.fast","0%","100%",".anim-fade-up","0%","100%",".anim-fade-down","0%","100%",".anim-grow-x","to",".anim-shrink-x","to",".anim-scale-in","0%","100%",".anim-pulse","0%","10%","100%",".anim-pulse-in","0%","50%","100%",".hover-grow",".hover-grow:hover",".border",".border-y",".border-0",".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-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-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-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-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-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",".box-shadow",".box-shadow-medium",".box-shadow-large",".box-shadow-extra-large",".box-shadow-none",".bg-white",".bg-blue",".bg-blue-light",".bg-gray-dark",".bg-gray",".bg-gray-light",".bg-green",".bg-green-light",".bg-red",".bg-red-light",".bg-yellow",".bg-yellow-light",".bg-purple",".bg-purple-light",".bg-shade-gradient",".text-blue",".text-red",".text-gray-light",".text-gray",".text-gray-dark",".text-green",".text-orange",".text-orange-light",".text-purple",".text-white",".text-inherit",".text-pending",".bg-pending",".link-gray",".link-gray:hover",".link-gray-dark",".link-gray-dark:hover",".link-hover-blue:hover",".muted-link",".muted-link:hover",".details-overlay[open]>summary::before",".details-overlay-dark[open]>summary::before",".flex-row",".flex-row-reverse",".flex-column",".flex-wrap",".flex-nowrap",".flex-justify-start",".flex-justify-end",".flex-justify-center",".flex-justify-between",".flex-justify-around",".flex-items-start",".flex-items-end",".flex-items-center",".flex-items-baseline",".flex-items-stretch",".flex-content-start",".flex-content-end",".flex-content-center",".flex-content-between",".flex-content-around",".flex-content-stretch",".flex-auto",".flex-shrink-0",".flex-self-auto",".flex-self-start",".flex-self-end",".flex-self-center",".flex-self-baseline",".flex-self-stretch",".flex-item-equal",".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-wrap",".flex-sm-nowrap",".flex-sm-justify-start",".flex-sm-justify-end",".flex-sm-justify-center",".flex-sm-justify-between",".flex-sm-justify-around",".flex-sm-items-start",".flex-sm-items-end",".flex-sm-items-center",".flex-sm-items-baseline",".flex-sm-items-stretch",".flex-sm-content-start",".flex-sm-content-end",".flex-sm-content-center",".flex-sm-content-between",".flex-sm-content-around",".flex-sm-content-stretch",".flex-sm-auto",".flex-sm-shrink-0",".flex-sm-self-auto",".flex-sm-self-start",".flex-sm-self-end",".flex-sm-self-center",".flex-sm-self-baseline",".flex-sm-self-stretch",".flex-sm-item-equal",".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-wrap",".flex-md-nowrap",".flex-md-justify-start",".flex-md-justify-end",".flex-md-justify-center",".flex-md-justify-between",".flex-md-justify-around",".flex-md-items-start",".flex-md-items-end",".flex-md-items-center",".flex-md-items-baseline",".flex-md-items-stretch",".flex-md-content-start",".flex-md-content-end",".flex-md-content-center",".flex-md-content-between",".flex-md-content-around",".flex-md-content-stretch",".flex-md-auto",".flex-md-shrink-0",".flex-md-self-auto",".flex-md-self-start",".flex-md-self-end",".flex-md-self-center",".flex-md-self-baseline",".flex-md-self-stretch",".flex-md-item-equal",".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-wrap",".flex-lg-nowrap",".flex-lg-justify-start",".flex-lg-justify-end",".flex-lg-justify-center",".flex-lg-justify-between",".flex-lg-justify-around",".flex-lg-items-start",".flex-lg-items-end",".flex-lg-items-center",".flex-lg-items-baseline",".flex-lg-items-stretch",".flex-lg-content-start",".flex-lg-content-end",".flex-lg-content-center",".flex-lg-content-between",".flex-lg-content-around",".flex-lg-content-stretch",".flex-lg-auto",".flex-lg-shrink-0",".flex-lg-self-auto",".flex-lg-self-start",".flex-lg-self-end",".flex-lg-self-center",".flex-lg-self-baseline",".flex-lg-self-stretch",".flex-lg-item-equal",".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-wrap",".flex-xl-nowrap",".flex-xl-justify-start",".flex-xl-justify-end",".flex-xl-justify-center",".flex-xl-justify-between",".flex-xl-justify-around",".flex-xl-items-start",".flex-xl-items-end",".flex-xl-items-center",".flex-xl-items-baseline",".flex-xl-items-stretch",".flex-xl-content-start",".flex-xl-content-end",".flex-xl-content-center",".flex-xl-content-between",".flex-xl-content-around",".flex-xl-content-stretch",".flex-xl-auto",".flex-xl-shrink-0",".flex-xl-self-auto",".flex-xl-self-start",".flex-xl-self-end",".flex-xl-self-center",".flex-xl-self-baseline",".flex-xl-self-stretch",".flex-xl-item-equal",".position-static",".position-relative",".position-absolute",".position-fixed",".top-0",".right-0",".bottom-0",".left-0",".v-align-middle",".v-align-top",".v-align-bottom",".v-align-text-top",".v-align-text-bottom",".v-align-baseline",".overflow-hidden",".overflow-scroll",".overflow-auto",".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",".direction-rtl",".direction-ltr",".direction-sm-rtl",".direction-sm-ltr",".direction-md-rtl",".direction-md-ltr",".direction-lg-rtl",".direction-lg-ltr",".direction-xl-rtl",".direction-xl-ltr",".m-0",".mt-0",".mr-0",".mb-0",".ml-0",".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",".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",".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":9.950963222416812}},"declarations":{"total":1444,"unique":336,"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%","1px","1px","auto"],"animation-iteration-count":["infinite"],"transition":["transform 0.3s"],"-webkit-backface-visibility":["hidden"],"backface-visibility":["hidden"],"border":["1px #e1e4e8 solid","0","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-style":["dashed"],"border-color":["#0366d6","#c8e1ff","#34d058","#a2cbac","#d73a49","#cea0a5","#6f42c1","#d9d0a5","#eaecef","#d1d5da","rgba(27,31,35,0.15)"],"border-right":["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","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","0","1px #e1e4e8 solid","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"],"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","#6f42c1","#f5f0ff"],"background-image":["linear-gradient(180deg, rgba(27,31,35,0.065), rgba(27,31,35,0))"],"background-repeat":["no-repeat"],"background-size":["100% 200px"],"color":["#0366d6","#cb2431","#6a737d","#586069","#24292e","#28a745","#a04100","#e36209","#6f42c1","#fff","inherit","#b08800","#dbab09","#586069","#0366d6","#24292e","#0366d6","#0366d6","#586069","#0366d6","#586069","#24292e"],"text-decoration":["none","underline","none"],"position":["fixed","static","relative","absolute","fixed","absolute","absolute"],"top":["0","0"],"right":["0","0"],"bottom":["0","0"],"left":["0","0"],"z-index":["80","99","20"],"display":["block","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)"],"flex-direction":["row","row-reverse","column","row","row-reverse","column","row","row-reverse","column","row","row-reverse","column","row","row-reverse","column"],"flex-wrap":["wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap","wrap","nowrap"],"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 1 auto","1 1 auto","1 1 auto","1 1 auto","1 1 auto"],"flex-shrink":["0","0","0","0","0"],"-ms-grid-row-align":["auto","center","stretch","auto","center","stretch","auto","center","stretch","auto","center","stretch","auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch","auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1","1","1","1","1"],"flex-basis":["0","0","0","0","0"],"vertical-align":["middle","top","bottom","text-top","text-bottom","baseline"],"overflow":["hidden","scroll","auto","hidden","hidden"],"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"],"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-all"],"list-style":["none"],"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,Courier,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"],"word-wrap":["normal"]}},"mediaQueries":{"total":50,"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: 1012px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(max-width: 544px)","(min-width: 544px) and (max-width: 768px)","(min-width: 768px) and (max-width: 1012px)","(min-width: 1012px)"],"contents":[{"value":"(min-width: 544px)","rules":{"total":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-sm-top",".border-sm-right",".border-sm-bottom",".border-sm-left",".border-sm-top-0",".border-sm-right-0",".border-sm-bottom-0",".border-sm-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-md-top",".border-md-right",".border-md-bottom",".border-md-left",".border-md-top-0",".border-md-right-0",".border-md-bottom-0",".border-md-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-lg-top",".border-lg-right",".border-lg-bottom",".border-lg-left",".border-lg-top-0",".border-lg-right-0",".border-lg-bottom-0",".border-lg-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":23,"size":{"graph":[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.5217391304347827},"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}]},"selectors":{"total":23,"type":0,"class":23,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".border-xl-top",".border-xl-right",".border-xl-bottom",".border-xl-left",".border-xl-top-0",".border-xl-right-0",".border-xl-bottom-0",".border-xl-left-0",".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":35,"unique":23,"properties":{"border-top":["1px #e1e4e8 solid","0"],"border-right":["1px #e1e4e8 solid","0"],"border-bottom":["1px #e1e4e8 solid","0"],"border-left":["1px #e1e4e8 solid","0"],"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":30,"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,2,1,1,2,1,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-sm-item-equal","declarations":2},{"selector":",.flex-sm-self-stretch","declarations":2},{"selector":",.flex-sm-self-center","declarations":2},{"selector":",.flex-sm-self-auto","declarations":2},{"selector":",.flex-sm-self-baseline","declarations":1},{"selector":",.flex-sm-self-end","declarations":1},{"selector":",.flex-sm-self-start","declarations":1},{"selector":",.flex-sm-shrink-0","declarations":1},{"selector":",.flex-sm-auto","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","declarations":1},{"selector":",.flex-sm-row-reverse","declarations":1},{"selector":".flex-sm-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-sm-row",".flex-sm-row-reverse",".flex-sm-column",".flex-sm-wrap",".flex-sm-nowrap",".flex-sm-justify-start",".flex-sm-justify-end",".flex-sm-justify-center",".flex-sm-justify-between",".flex-sm-justify-around",".flex-sm-items-start",".flex-sm-items-end",".flex-sm-items-center",".flex-sm-items-baseline",".flex-sm-items-stretch",".flex-sm-content-start",".flex-sm-content-end",".flex-sm-content-center",".flex-sm-content-between",".flex-sm-content-around",".flex-sm-content-stretch",".flex-sm-auto",".flex-sm-shrink-0",".flex-sm-self-auto",".flex-sm-self-start",".flex-sm-self-end",".flex-sm-self-center",".flex-sm-self-baseline",".flex-sm-self-stretch",".flex-sm-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 768px)","rules":{"total":30,"size":{"graph":[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,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-md-item-equal","declarations":2},{"selector":",.flex-md-self-stretch","declarations":2},{"selector":",.flex-md-self-center","declarations":2},{"selector":",.flex-md-self-auto","declarations":2},{"selector":",.flex-md-self-baseline","declarations":1},{"selector":",.flex-md-self-end","declarations":1},{"selector":",.flex-md-self-start","declarations":1},{"selector":",.flex-md-shrink-0","declarations":1},{"selector":",.flex-md-auto","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","declarations":1},{"selector":",.flex-md-row-reverse","declarations":1},{"selector":".flex-md-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-md-row",".flex-md-row-reverse",".flex-md-column",".flex-md-wrap",".flex-md-nowrap",".flex-md-justify-start",".flex-md-justify-end",".flex-md-justify-center",".flex-md-justify-between",".flex-md-justify-around",".flex-md-items-start",".flex-md-items-end",".flex-md-items-center",".flex-md-items-baseline",".flex-md-items-stretch",".flex-md-content-start",".flex-md-content-end",".flex-md-content-center",".flex-md-content-between",".flex-md-content-around",".flex-md-content-stretch",".flex-md-auto",".flex-md-shrink-0",".flex-md-self-auto",".flex-md-self-start",".flex-md-self-end",".flex-md-self-center",".flex-md-self-baseline",".flex-md-self-stretch",".flex-md-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 1012px)","rules":{"total":30,"size":{"graph":[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,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-lg-item-equal","declarations":2},{"selector":",.flex-lg-self-stretch","declarations":2},{"selector":",.flex-lg-self-center","declarations":2},{"selector":",.flex-lg-self-auto","declarations":2},{"selector":",.flex-lg-self-baseline","declarations":1},{"selector":",.flex-lg-self-end","declarations":1},{"selector":",.flex-lg-self-start","declarations":1},{"selector":",.flex-lg-shrink-0","declarations":1},{"selector":",.flex-lg-auto","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","declarations":1},{"selector":",.flex-lg-row-reverse","declarations":1},{"selector":".flex-lg-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-lg-row",".flex-lg-row-reverse",".flex-lg-column",".flex-lg-wrap",".flex-lg-nowrap",".flex-lg-justify-start",".flex-lg-justify-end",".flex-lg-justify-center",".flex-lg-justify-between",".flex-lg-justify-around",".flex-lg-items-start",".flex-lg-items-end",".flex-lg-items-center",".flex-lg-items-baseline",".flex-lg-items-stretch",".flex-lg-content-start",".flex-lg-content-end",".flex-lg-content-center",".flex-lg-content-between",".flex-lg-content-around",".flex-lg-content-stretch",".flex-lg-auto",".flex-lg-shrink-0",".flex-lg-self-auto",".flex-lg-self-start",".flex-lg-self-end",".flex-lg-self-center",".flex-lg-self-baseline",".flex-lg-self-stretch",".flex-lg-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 1280px)","rules":{"total":30,"size":{"graph":[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,2,2],"max":2,"average":1.1333333333333333},"selectorByRuleSizes":[{"selector":",.flex-xl-item-equal","declarations":2},{"selector":",.flex-xl-self-stretch","declarations":2},{"selector":",.flex-xl-self-center","declarations":2},{"selector":",.flex-xl-self-auto","declarations":2},{"selector":",.flex-xl-self-baseline","declarations":1},{"selector":",.flex-xl-self-end","declarations":1},{"selector":",.flex-xl-self-start","declarations":1},{"selector":",.flex-xl-shrink-0","declarations":1},{"selector":",.flex-xl-auto","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","declarations":1},{"selector":",.flex-xl-row-reverse","declarations":1},{"selector":".flex-xl-row","declarations":1}]},"selectors":{"total":30,"type":0,"class":30,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".flex-xl-row",".flex-xl-row-reverse",".flex-xl-column",".flex-xl-wrap",".flex-xl-nowrap",".flex-xl-justify-start",".flex-xl-justify-end",".flex-xl-justify-center",".flex-xl-justify-between",".flex-xl-justify-around",".flex-xl-items-start",".flex-xl-items-end",".flex-xl-items-center",".flex-xl-items-baseline",".flex-xl-items-stretch",".flex-xl-content-start",".flex-xl-content-end",".flex-xl-content-center",".flex-xl-content-between",".flex-xl-content-around",".flex-xl-content-stretch",".flex-xl-auto",".flex-xl-shrink-0",".flex-xl-self-auto",".flex-xl-self-start",".flex-xl-self-end",".flex-xl-self-center",".flex-xl-self-baseline",".flex-xl-self-stretch",".flex-xl-item-equal"],"specificity":{"max":10,"average":10}},"declarations":{"total":34,"unique":34,"properties":{"flex-direction":["row","row-reverse","column"],"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 1 auto"],"flex-shrink":["0"],"-ms-grid-row-align":["auto","center","stretch"],"align-self":["auto","flex-start","flex-end","center","baseline","stretch"],"flex-grow":["1"],"flex-basis":["0"]}}},{"value":"(min-width: 544px)","rules":{"total":3,"size":{"graph":[1,1,1],"max":1,"average":1},"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":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-sm-ltr","declarations":1},{"selector":".direction-sm-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-sm-rtl",".direction-sm-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 768px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-md-ltr","declarations":1},{"selector":".direction-md-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-md-rtl",".direction-md-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 1012px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-lg-ltr","declarations":1},{"selector":".direction-lg-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-lg-rtl",".direction-lg-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 1280px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1},"selectorByRuleSizes":[{"selector":",.direction-xl-ltr","declarations":1},{"selector":".direction-xl-rtl","declarations":1}]},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".direction-xl-rtl",".direction-xl-ltr"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"direction":["rtl","ltr"]}}},{"value":"(min-width: 544px)","rules":{"total":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":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: 544px)","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: 768px)","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: 1012px)","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"]}}}]}}}
+76
node_modules/primer-utilities/docs/animations.md
··· 1 + --- 2 + title: Animations 3 + path: utilities/animations 4 + example_layout: toggle 5 + status: Stable 6 + --- 7 + 8 + Animations are reusable animation classes that you can use to emphasize an element. All of these animations will animate if you toggle their visibility using the "Toggle" button. 9 + 10 + {:toc} 11 + 12 + ## Fade In 13 + 14 + The `.anim-fade-in` class is used to fade in an element on the page. This will run once when the element is revealed. 15 + 16 + ```erb 17 + <span class="anim-fade-in"><%= octicon("mark-github", :height => 32, :class => "v-align-middle mr-2") %> Hello from GitHub!</span> 18 + ``` 19 + 20 + ## Fade Out 21 + 22 + The `.anim-fade-out` class is used to fade out an element on the page. This will run once when the element is revealed. 23 + 24 + ```erb 25 + <span class="anim-fade-out"><%= octicon("mark-github", :height => 32, :class => "v-align-middle mr-2") %> Hello from GitHub!</span> 26 + ``` 27 + 28 + ## Fade Up 29 + 30 + The `.anim-fade-up` class is used to reveal an element on the page by sliding it up from below the fold. You should use this in a container with `overflow: hidden;` or on the bottom of the page. 31 + 32 + ```erb 33 + <div class="anim-fade-up"><%= octicon("mark-github", :height => 32, :class => "v-align-middle mr-2") %> Hello from GitHub!</div> 34 + ``` 35 + 36 + ## Fade Down 37 + 38 + The `.anim-fade-down` class is used to slide an element down hiding it. You should use this in a container with `overflow: hidden;` or on the bottom of the page. 39 + 40 + ```erb 41 + <div class="anim-fade-down"><%= octicon("mark-github", :height => 32, :class => "v-align-middle mr-2") %> Hello from GitHub!</div> 42 + ``` 43 + 44 + ## Scale In 45 + 46 + The `.anim-scale-in` class will scale the element in. This is useful on menus when you want them to appear more friendly. 47 + 48 + ```erb 49 + <div class="anim-scale-in bg-gray-dark text-white p-2"><%= octicon("mark-github") %></div> 50 + ``` 51 + 52 + ## Grow X 53 + 54 + The `.anim-grow-x` class will grow an element width from 0-:100: real quick. 55 + 56 + ```html 57 + <div class="anim-grow-x py-2 bg-green"></div> 58 + ``` 59 + 60 + ## Pulse 61 + 62 + The `.anim-pulse` class will pulse an element infinitely. 63 + 64 + ```erb 65 + <%= octicon("mark-github", :class => "anim-pulse") %> 66 + ``` 67 + 68 + ## Hover animation 69 + 70 + The `.hover-grow` class will increase the scale of the element upon hover. 71 + 72 + ```erb 73 + <div class="Box hover-grow m-3 p-4"> 74 + <%= octicon("mark-github", :height => 32) %> 75 + </div> 76 + ```
+156
node_modules/primer-utilities/docs/borders.md
··· 1 + --- 2 + title: Borders 3 + path: utilities/borders 4 + status: Stable 5 + status_issue: https://github.com/github/design-systems/issues/72 6 + --- 7 + 8 + Utilities for borders, border radius, and box shadows. 9 + 10 + {:toc} 11 + 12 + ## Default border 13 + 14 + The default border utility applies a solid, 1px border, with a default gray color. 15 + 16 + ```html 17 + <div class="border"> 18 + .border 19 + </div> 20 + ``` 21 + 22 + Borders can be applied to a specific edge or to the Y axis. 23 + 24 + ```html 25 + <div class="d-flex mb-3"> 26 + <div class="border-left col-3"> 27 + .border-left 28 + </div> 29 + <div class="border-top col-3"> 30 + .border-top 31 + </div> 32 + <div class="border-bottom col-3"> 33 + .border-bottom 34 + </div> 35 + <div class="border-right col-3"> 36 + .border-right 37 + </div> 38 + </div> 39 + <div class="border-y"> 40 + .border-y 41 + </div> 42 + ``` 43 + 44 + Remove borders from all sides or a single side with `.border-0`, `.border-top-0`, `.border-right-0`, `.border-bottom-0`, `.border-left-0`. 45 + 46 + ```html 47 + <div class="Box border-top-0"> 48 + .border-top-0 49 + </div> 50 + ``` 51 + 52 + ## Border colors 53 + 54 + Override default border colors with blue, green, red, purple, yellow, and gray border color utilities. 55 + 56 + ```html 57 + <div class="border border-blue mb-2"> 58 + .border-blue 59 + </div> 60 + <div class="border border-blue-light mb-2"> 61 + .border-blue-light 62 + </div> 63 + <div class="border border-green mb-2"> 64 + .border-green 65 + </div> 66 + <div class="border border-green-light mb-2"> 67 + .border-green-light 68 + </div> 69 + <div class="border border-red mb-2"> 70 + .border-red 71 + </div> 72 + <div class="border border-red-light mb-2"> 73 + .border-red-light 74 + </div> 75 + <div class="border border-purple mb-2"> 76 + .border-purple 77 + </div> 78 + <div class="border border-yellow mb-2"> 79 + .border-yellow 80 + </div> 81 + <div class="border border-gray-light mb-2"> 82 + .border-gray-light 83 + </div> 84 + <div class="border border-gray-dark mb-2"> 85 + .border-gray-dark 86 + </div> 87 + ``` 88 + 89 + ### Borders with alpha transparency 90 + 91 + Use `border-black-fade` to add an rgba black border with an alpha transparency of `0.15`. This is useful when you want a border that tints the background color. The shade of black we use matches the hue of the GitHub dark header and our gray color palette: `rgba(27,31,35, 0.15)`. 92 + 93 + ```html 94 + <div class="border border-black-fade bg-blue-light p-2 mb-2"> 95 + .border-black-fade .bg-blue-light 96 + </div> 97 + <div class="border border-black-fade bg-red-light p-2 mb-2"> 98 + .border-black-fade .bg-red-light 99 + </div> 100 + ``` 101 + 102 + ## Border style 103 + 104 + Use `border-dashed` to give an element a dashed border. 105 + 106 + ```html 107 + <div class="border border-dashed p-2"> 108 + .border-dashed 109 + </div> 110 + ``` 111 + 112 + ## Rounded corners 113 + 114 + Use the following utilities to add or remove rounded corners: `rounded-0` removes rounded corners, `rounded-1` applies a border radius of 3px, `rounded-2` applies a border radius of 6px. `.circle` applies a border radius of 50%, which turns square elements into perfect circles. 115 + 116 + ```html 117 + <div class="Box rounded-0 mb-2"> 118 + .rounded-0 119 + </div> 120 + <div class="border rounded-1 mb-2"> 121 + .rounded-1 122 + </div> 123 + <div class="border rounded-2 mb-2"> 124 + .rounded-2 125 + </div> 126 + <div class="border circle p-3" style="width: 100px; height: 100px;"> 127 + .circle 128 + </div> 129 + ``` 130 + 131 + You can also add rounded corners to each edge (top, right, bottom, left) with the following utilities: 132 + 133 + ```html 134 + <div class="border rounded-top-1 mb-2"> 135 + .rounded-top-1 136 + </div> 137 + <div class="border rounded-right-1 mb-2"> 138 + .rounded-right-1 139 + </div> 140 + <div class="border rounded-bottom-1 mb-2"> 141 + .rounded-bottom-1 142 + </div> 143 + <div class="border rounded-left-1 mb-2"> 144 + .rounded-left-1 145 + </div> 146 + ``` 147 + 148 + ## Responsive borders 149 + 150 + Top, right, bottom, and left border utilities are can be used responsively to add or remove borders to an element at different screensizes. 151 + 152 + ```html 153 + <div class="border-top border-sm-right border-md-bottom border-lg-top-0"> 154 + .border-top-0 155 + </div> 156 + ```
+108
node_modules/primer-utilities/docs/box-shadow.md
··· 1 + --- 2 + title: Box shadow 3 + path: utilities/box-shadow 4 + status: Stable 5 + status_issue: https://github.com/github/design-systems/issues/269 6 + --- 7 + 8 + Box shadows are used to make content appear elevated. They are typically applied to containers of content that users need to pay attention to or content that appears on top of (overlapping) other elements on the page (like a pop-over or modal). 9 + 10 + {:toc} 11 + 12 + ## Default 13 + 14 + Default shadows are mainly used on things that need to appear slightly elevated, like pricing cards or UI elements containing important information. 15 + 16 + ```html 17 + <div class="box-shadow p-3"> 18 + .box-shadow 19 + </div> 20 + ``` 21 + 22 + These types of shadows are typically applied to elements with borders, such as the [Box component](/css/components/box). 23 + 24 + ```html 25 + <div class="col-5"> 26 + <div class="Box box-shadow"> 27 + <div class="Box-row"> 28 + <h3 class="m-0">Organization</h3> 29 + </div> 30 + <div class="Box-row"> 31 + <p class="mb-0 alt-text-small text-gray"> 32 + Taxidermy live-edge mixtape, keytar tumeric locavore meh selvage deep v letterpress vexillologist lo-fi tousled church-key thundercats. Brooklyn bicycle rights tousled, marfa actually. 33 + </p> 34 + </div> 35 + <div class="Box-row"> 36 + <button type="button" name="Create an organization" class="btn btn-primary btn-block">Create an organization</button> 37 + </div> 38 + </div> 39 + </div> 40 + ``` 41 + 42 + ## Medium 43 + 44 + Medium box shadows are more diffused and slightly larger than small box shadows. 45 + 46 + ```html 47 + <div class="box-shadow-medium p-3"> 48 + .box-shadow-medium 49 + </div> 50 + ``` 51 + 52 + Medium box shadows are typically used on editorialized content that needs to appear elevated. Most of the time, the elements using this level of shadow will be clickable. 53 + 54 + ```erb 55 + <div class="col-6"> 56 + <a class="d-block box-shadow-medium px-3 pt-4 pb-6 position-relative rounded-1 overflow-hidden no-underline" href="#"> 57 + <div class="bg-blue position-absolute top-0 left-0 py-1 width-full"></div> 58 + <h3 class="text-gray-dark">Serverless architecture</h3> 59 + <p class="alt-text-small text-gray"> 60 + Build powerful, event-driven, serverless architectures with these open-source libraries and frameworks. 61 + </p> 62 + <ul class="position-absolute bottom-0 pb-3 text-small text-gray list-style-none "> 63 + <li class="d-inline-block mr-1"><%= octicon "repo", :class => "mr-1" %>12 Repositories</li> 64 + <li class="d-inline-block"><%= octicon "code", :class => "mr-1" %>5 Languages</li> 65 + </ul> 66 + </a> 67 + </div> 68 + ``` 69 + 70 + ## Large 71 + 72 + Large box shadows are very diffused and used sparingly in the product UI. 73 + 74 + ```html 75 + <div class="box-shadow-large p-3"> 76 + .box-shadow-large 77 + </div> 78 + ``` 79 + 80 + These shadows are used for marketing content, UI screenshots, and content that appears on top of other page elements. 81 + 82 + ```html 83 + <div class="box-shadow-large rounded-2 overflow-hidden"> 84 + <img src="https://github.com/nasa.png" class="img-responsive" alt="NASA is on GitHub"> 85 + </div> 86 + ``` 87 + 88 + ## Extra Large 89 + 90 + Extra large box shadows are even more diffused. 91 + 92 + ```html 93 + <div class="box-shadow-extra-large p-3"> 94 + .box-shadow-extra-large 95 + </div> 96 + ``` 97 + 98 + These shadows are used for marketing content and content that appears on top of other page elements. 99 + 100 + ## Remove a box shadow 101 + 102 + Additionally there is a `box-shadow-none` class that removes `box-shadow`: 103 + 104 + ```html 105 + <div class="box-shadow-large box-shadow-none p-3"> 106 + .box-shadow-none 107 + </div> 108 + ```
+31
node_modules/primer-utilities/docs/details.md
··· 1 + --- 2 + title: Details 3 + path: utilities/details 4 + status: Stable 5 + --- 6 + 7 + Details classes are created to enhance the native behaviors of `<details>`. 8 + 9 + {:toc} 10 + 11 + ## Fullscreen click area 12 + 13 + Use `.details-overlay` to expand the click area of `<summary>` to cover the full screen, so user can click anywhere on a page to close `<details>`. 14 + 15 + ```html 16 + <details class="details-overlay"> 17 + <summary class="btn">More</summary> 18 + <div class="position-relative bg-white p-3 border" style="z-index: 100">Hidden text</div> 19 + </details> 20 + ``` 21 + 22 + ## Darkened fullscreen click area 23 + 24 + Use `.details-overlay-dark` darken the click area overlay. Useful for modals. 25 + 26 + ```html 27 + <details class="details-overlay details-overlay-dark"> 28 + <summary class="btn">More</summary> 29 + <div class="position-relative bg-white p-3 border" style="z-index: 100">Hidden text</div> 30 + </details> 31 + ```
+665
node_modules/primer-utilities/docs/flexbox.md
··· 1 + --- 2 + title: Flexbox 3 + path: utilities/flexbox 4 + status: Stable 5 + status_issue: https://github.com/github/design-systems/issues/157 6 + --- 7 + 8 + Flex utilities can be used to apply `flexbox` behaviors to elements by using utility classes. 9 + 10 + {:toc} 11 + 12 + ## Required reading 13 + 14 + Before using these utilities, **you should be familiar with CSS3 Flexible Box spec**. If you are not, check out MDN's guide: 15 + 16 + :book: **[Using CSS Flexible Boxes](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes)** 17 + 18 + ## Flex container 19 + 20 + Use these classes to make an element lay out its content using the flexbox model. Each **direct** child of the flex container will become a flex item. 21 + 22 + #### CSS 23 + 24 + ```css 25 + .d-flex { display: flex; } 26 + .d-inline-flex { display: inline-flex; } 27 + ``` 28 + 29 + #### Classes 30 + 31 + | Class | Description | 32 + | --- | --- | 33 + | `.d-flex` | The element behaves like a block and lays out its content using the flexbox model. | 34 + | `.d-inline-flex` | The element behaves like an inline element and lays out its content using the flexbox model. | 35 + 36 + #### Example using `.d-flex` 37 + 38 + ```html 39 + <!-- flex container --> 40 + <div class="border d-flex"> 41 + <div class="p-5 border bg-gray-light">flex item 1</div> 42 + <div class="p-5 border bg-gray-light">flex item 2</div> 43 + <div class="p-5 border bg-gray-light">flex item 3</div> 44 + </div> 45 + ``` 46 + 47 + #### Example using `.d-inline-flex` 48 + 49 + ```html 50 + <!-- inline-flex container --> 51 + <div class="border d-inline-flex"> 52 + <div class="p-5 border bg-gray-light">flex item 1</div> 53 + <div class="p-5 border bg-gray-light">flex item 2</div> 54 + <div class="p-5 border bg-gray-light">flex item 3</div> 55 + </div> 56 + ``` 57 + 58 + ## Flex direction 59 + 60 + Use these classes to define the orientation of the main axis (`row` or `column`). By default, flex items will display in a row. Use `.flex-column` to change the direction of the main axis to vertical. 61 + 62 + #### CSS 63 + 64 + ```css 65 + .flex-row { flex-direction: row; } 66 + .flex-row-reverse { flex-direction: row-reverse; } 67 + .flex-column { flex-direction: column; } 68 + ``` 69 + 70 + #### Classes 71 + 72 + | Class | Description | 73 + | --- | --- | 74 + | `.flex-row` | The main axis runs left to right (default). | 75 + | `.flex-row-reverse` | The main axis runs right to left. | 76 + | `.flex-column` | The main axis runs top to bottom. | 77 + 78 + #### Example using `.flex-column` 79 + 80 + ```html 81 + <div class="border d-flex flex-column"> 82 + <div class="p-5 border bg-gray-light">Item 1</div> 83 + <div class="p-5 border bg-gray-light">Item 2</div> 84 + <div class="p-5 border bg-gray-light">Item 3</div> 85 + </div> 86 + ``` 87 + 88 + #### Example using `.flex-row` 89 + 90 + This example uses the responsive variant `.flex-md-row` to override `.flex-column` Learn more about responsive flexbox utilities **[here](#responsive-flex-utilities)**. 91 + 92 + ```html 93 + <div class="border d-flex flex-column flex-md-row"> 94 + <div class="p-5 border bg-gray-light">Item 1</div> 95 + <div class="p-5 border bg-gray-light">Item 2</div> 96 + <div class="p-5 border bg-gray-light">Item 3</div> 97 + </div> 98 + ``` 99 + 100 + #### Example using `.flex-row-reverse` 101 + 102 + This example uses the responsive variant `.flex-md-row-reverse` to override `.flex-column` Learn more about responsive flexbox utilities **[here](#responsive-flex-utilities)**. 103 + 104 + ```html 105 + <div class="border d-flex flex-column flex-md-row-reverse"> 106 + <div class="p-5 border bg-gray-light">Item 1</div> 107 + <div class="p-5 border bg-gray-light">Item 2</div> 108 + <div class="p-5 border bg-gray-light">Item 3</div> 109 + </div> 110 + ``` 111 + 112 + ## Flex wrap 113 + 114 + You can choose whether flex items are forced into a single line or wrapped onto multiple lines. 115 + 116 + #### CSS 117 + 118 + ```css 119 + .flex-wrap { flex-wrap: wrap; } 120 + .flex-nowrap { flex-wrap: nowrap; } 121 + ``` 122 + 123 + #### Classes 124 + 125 + | Class | Description | 126 + | --- | --- | 127 + | `.flex-wrap` | Flex items will break onto multiple lines (default) | 128 + | `.flex-nowrap` | Flex items are laid out in a single line, even if they overflow | 129 + 130 + #### `flex-wrap` example 131 + 132 + ```html 133 + <div class="border d-flex flex-wrap"> 134 + <div class="p-5 px-6 border bg-gray-light">1</div> 135 + <div class="p-5 px-6 border bg-gray-light">2</div> 136 + <div class="p-5 px-6 border bg-gray-light">3</div> 137 + <div class="p-5 px-6 border bg-gray-light">4</div> 138 + <div class="p-5 px-6 border bg-gray-light">5</div> 139 + <div class="p-5 px-6 border bg-gray-light">6</div> 140 + <div class="p-5 px-6 border bg-gray-light">7</div> 141 + <div class="p-5 px-6 border bg-gray-light">8</div> 142 + <div class="p-5 px-6 border bg-gray-light">9</div> 143 + </div> 144 + ``` 145 + 146 + #### `flex-nowrap` example 147 + 148 + ```html 149 + <div class="border d-flex flex-nowrap"> 150 + <div class="p-5 px-6 border bg-gray-light">1</div> 151 + <div class="p-5 px-6 border bg-gray-light">2</div> 152 + <div class="p-5 px-6 border bg-gray-light">3</div> 153 + <div class="p-5 px-6 border bg-gray-light">4</div> 154 + <div class="p-5 px-6 border bg-gray-light">5</div> 155 + <div class="p-5 px-6 border bg-gray-light">6</div> 156 + <div class="p-5 px-6 border bg-gray-light">7</div> 157 + <div class="p-5 px-6 border bg-gray-light">8</div> 158 + <div class="p-5 px-6 border bg-gray-light">9</div> 159 + </div> 160 + ``` 161 + 162 + ## Justify content 163 + 164 + Use these classes to distribute space between and around flex items along the **main axis** of the container. 165 + 166 + #### CSS 167 + 168 + ```CSS 169 + .flex-justify-start { justify-content: flex-start; } 170 + .flex-justify-end { justify-content: flex-end; } 171 + .flex-justify-center { justify-content: center; } 172 + .flex-justify-between { justify-content: space-between; } 173 + .flex-justify-around { justify-content: space-around; } 174 + ``` 175 + 176 + #### Classes 177 + 178 + | Class | Default behavior | 179 + | --- | --- | 180 + | `.flex-justify-start` | Justify all items to the left | 181 + | `.flex-justify-end` | Justify all items to the right | 182 + | `.flex-justify-center` | Justify items to the center of the container | 183 + | `.flex-justify-between` | Distribute items evenly. First item is on the start line, last item is on the end line. | 184 + | `.flex-justify-around` | Distribute items evenly with equal space around them | 185 + 186 + #### flex-justify-start 187 + 188 + Use `.flex-justify-start` to align items to the start line. By default this will be on the left side of the container. If you are using `.flex-column`, the end line will be at the top of the container. 189 + 190 + ```html 191 + <div class="border d-flex flex-justify-start"> 192 + <div class="p-5 border bg-gray-light">1</div> 193 + <div class="p-5 border bg-gray-light">2</div> 194 + <div class="p-5 border bg-gray-light">3</div> 195 + </div> 196 + ``` 197 + 198 + #### flex-justify-end 199 + 200 + Use `.flex-justify-end` to align items to the end line. By default this will be on the right side of the container. If you are using `.flex-column`, the end line will be at the bottom of the container. 201 + 202 + ```html 203 + <div class="border d-flex flex-justify-end"> 204 + <div class="p-5 border bg-gray-light">1</div> 205 + <div class="p-5 border bg-gray-light">2</div> 206 + <div class="p-5 border bg-gray-light">3</div> 207 + </div> 208 + ``` 209 + 210 + #### flex-justify-center 211 + 212 + Use `.flex-justify-center` to align items in the middle of the container. 213 + 214 + ```html 215 + <div class="border d-flex flex-justify-center"> 216 + <div class="p-5 border bg-gray-light">1</div> 217 + <div class="p-5 border bg-gray-light">2</div> 218 + <div class="p-5 border bg-gray-light">3</div> 219 + </div> 220 + ``` 221 + 222 + #### flex-justify-between 223 + 224 + Use `.flex-justify-between` to distribute items evenly in the container. The first items will be on the start line and the last item will be on the end line. 225 + 226 + ```html 227 + <div class="border d-flex flex-justify-between"> 228 + <div class="p-5 border bg-gray-light">1</div> 229 + <div class="p-5 border bg-gray-light">2</div> 230 + <div class="p-5 border bg-gray-light">3</div> 231 + </div> 232 + ``` 233 + 234 + #### flex-justify-around 235 + 236 + Use `.flex-justify-around` to distribute items evenly, with an equal amount of space around them. Visually the spaces won't look equal, since each item has the same unit of space around it. For example, the first item only has one unit of space between it and the start line, but it has two units of space between it and the next item. 237 + 238 + ```html 239 + <div class="border d-flex flex-justify-around"> 240 + <div class="p-5 border bg-gray-light">1</div> 241 + <div class="p-5 border bg-gray-light">2</div> 242 + <div class="p-5 border bg-gray-light">3</div> 243 + </div> 244 + ``` 245 + 246 + ## Align items 247 + 248 + Use these classes to align items on the **cross axis**. 249 + 250 + The cross axis runs perpendicular to the main axis. By default the main axis runs horizontally, so your items will align vertically on the cross axis. If you use [flex-column](#flex-direction) to make the main axis run vertically, your items will be aligned horizontally. 251 + 252 + #### CSS 253 + 254 + ```css 255 + .flex-items-start { align-items: flex-start; } 256 + .flex-items-end { align-items: flex-end; } 257 + .flex-items-center { align-items: center; } 258 + .flex-items-baseline { align-items: baseline; } 259 + .flex-items-stretch { align-items: stretch; } 260 + ``` 261 + 262 + #### Classes 263 + 264 + | Class | Behavior | 265 + | --- | --- | 266 + | `.flex-items-start` | Align items to the start of the cross axis | 267 + | `.flex-items-end` | Align items to the end of the cross axis | 268 + | `.flex-items-center` | Align items to the center of the cross axis | 269 + | `.flex-items-baseline` | Align items along their baselines | 270 + | `.flex-items-stretch` | Stretch items from start of cross axis to end of cross axis | 271 + 272 + #### flex-items-start 273 + 274 + ```html 275 + <div style="min-height: 150px;" class="border d-flex flex-items-start"> 276 + <div class="p-5 border bg-gray-light">1</div> 277 + <div class="p-5 border bg-gray-light">2</div> 278 + <div class="p-5 border bg-gray-light">3</div> 279 + <div class="p-5 border bg-gray-light">4</div> 280 + </div> 281 + ``` 282 + 283 + #### flex-items-end 284 + 285 + ```html 286 + <div style="min-height: 150px;" class="border d-flex flex-items-end"> 287 + <div class="p-5 border bg-gray-light">1</div> 288 + <div class="p-5 border bg-gray-light">2</div> 289 + <div class="p-5 border bg-gray-light">3</div> 290 + <div class="p-5 border bg-gray-light">4</div> 291 + </div> 292 + ``` 293 + 294 + #### flex-items-center 295 + 296 + ```html 297 + <div style="min-height: 150px;" class="border d-flex flex-items-center"> 298 + <div class="p-5 border bg-gray-light">1</div> 299 + <div class="p-5 border bg-gray-light">2</div> 300 + <div class="p-5 border bg-gray-light">3</div> 301 + <div class="p-5 border bg-gray-light">4</div> 302 + </div> 303 + ``` 304 + 305 + #### flex-items-baseline 306 + 307 + With `.flex-items-baseline`, items will be aligned along their baselines even if they have different font sizes. 308 + 309 + ```html 310 + <div style="min-height: 150px;" class="border d-flex flex-items-baseline"> 311 + <div class="p-5 border bg-gray-light f1">1</div> 312 + <div class="p-5 border bg-gray-light">2</div> 313 + <div class="p-5 border bg-gray-light f3">3</div> 314 + <div class="p-5 border bg-gray-light">4</div> 315 + </div> 316 + ``` 317 + 318 + #### flex-items-stretch 319 + 320 + ```html 321 + <div style="min-height: 150px;" class="border d-flex flex-items-stretch"> 322 + <div class="p-5 border bg-gray-light">1</div> 323 + <div class="p-5 border bg-gray-light">2</div> 324 + <div class="p-5 border bg-gray-light">3</div> 325 + <div class="p-5 border bg-gray-light">4</div> 326 + </div> 327 + ``` 328 + 329 + ## Align content 330 + 331 + When the main axis wraps, this creates multiple main axis lines and adds extra space in the cross axis. Use these classes to align the lines of the main axis on the cross axis. 332 + 333 + #### CSS 334 + 335 + ```css 336 + .flex-content-start { align-content: flex-start; } 337 + .flex-content-end { align-content: flex-end; } 338 + .flex-content-center { align-content: center; } 339 + .flex-content-between { align-content: space-between; } 340 + .flex-content-around { align-content: space-around; } 341 + .flex-content-stretch { align-content: stretch; } 342 + ``` 343 + 344 + #### Classes 345 + 346 + | Class | Description | 347 + | --- | --- | 348 + | `.flex-content-start` | Align content to the start of the cross axis | 349 + | `.flex-content-end` | Align content to the end of the cross axis | 350 + | `.flex-content-center` | Align content to the center of the cross axis | 351 + | `.flex-content-between` | Distribute content evenly. First line is on the start of the cross axis, last line is on the end of the cross axis. | 352 + | `.flex-content-around` | Stretch items from the start of the cross axis to the end of the cross axis. | 353 + | `.flex-content-stretch` | Lines stretch to occupy available space. | 354 + 355 + #### flex-content-start 356 + 357 + ```html 358 + <div style="min-height: 300px;" class="border d-flex flex-wrap flex-content-start"> 359 + <div class="p-5 border bg-gray-light">1</div> 360 + <div class="p-5 border bg-gray-light">2</div> 361 + <div class="p-5 border bg-gray-light">3</div> 362 + <div class="p-5 border bg-gray-light">4</div> 363 + <div class="p-5 border bg-gray-light">5</div> 364 + <div class="p-5 border bg-gray-light">6</div> 365 + <div class="p-5 border bg-gray-light">7</div> 366 + <div class="p-5 border bg-gray-light">8</div> 367 + <div class="p-5 border bg-gray-light">9</div> 368 + <div class="p-5 border bg-gray-light">10</div> 369 + <div class="p-5 border bg-gray-light">11</div> 370 + <div class="p-5 border bg-gray-light">12</div> 371 + </div> 372 + ``` 373 + 374 + #### flex-content-end 375 + 376 + ```html 377 + <div style="min-height: 300px;" class="border d-flex flex-wrap flex-content-end"> 378 + <div class="p-5 border bg-gray-light">1</div> 379 + <div class="p-5 border bg-gray-light">2</div> 380 + <div class="p-5 border bg-gray-light">3</div> 381 + <div class="p-5 border bg-gray-light">4</div> 382 + <div class="p-5 border bg-gray-light">5</div> 383 + <div class="p-5 border bg-gray-light">6</div> 384 + <div class="p-5 border bg-gray-light">7</div> 385 + <div class="p-5 border bg-gray-light">8</div> 386 + <div class="p-5 border bg-gray-light">9</div> 387 + <div class="p-5 border bg-gray-light">10</div> 388 + <div class="p-5 border bg-gray-light">11</div> 389 + <div class="p-5 border bg-gray-light">12</div> 390 + </div> 391 + ``` 392 + 393 + #### flex-content-center 394 + 395 + ```html 396 + <div style="min-height: 300px;" class="border d-flex flex-wrap flex-content-center"> 397 + <div class="p-5 border bg-gray-light">1</div> 398 + <div class="p-5 border bg-gray-light">2</div> 399 + <div class="p-5 border bg-gray-light">3</div> 400 + <div class="p-5 border bg-gray-light">4</div> 401 + <div class="p-5 border bg-gray-light">5</div> 402 + <div class="p-5 border bg-gray-light">6</div> 403 + <div class="p-5 border bg-gray-light">7</div> 404 + <div class="p-5 border bg-gray-light">8</div> 405 + <div class="p-5 border bg-gray-light">9</div> 406 + <div class="p-5 border bg-gray-light">10</div> 407 + <div class="p-5 border bg-gray-light">11</div> 408 + <div class="p-5 border bg-gray-light">12</div> 409 + </div> 410 + ``` 411 + 412 + #### flex-content-between 413 + 414 + ```html 415 + <div style="min-height: 300px;" class="border d-flex flex-wrap flex-content-between"> 416 + <div class="p-5 border bg-gray-light">1</div> 417 + <div class="p-5 border bg-gray-light">2</div> 418 + <div class="p-5 border bg-gray-light">3</div> 419 + <div class="p-5 border bg-gray-light">4</div> 420 + <div class="p-5 border bg-gray-light">5</div> 421 + <div class="p-5 border bg-gray-light">6</div> 422 + <div class="p-5 border bg-gray-light">7</div> 423 + <div class="p-5 border bg-gray-light">8</div> 424 + <div class="p-5 border bg-gray-light">9</div> 425 + <div class="p-5 border bg-gray-light">10</div> 426 + <div class="p-5 border bg-gray-light">11</div> 427 + <div class="p-5 border bg-gray-light">12</div> 428 + </div> 429 + ``` 430 + 431 + #### flex-content-around 432 + 433 + ```html 434 + <div style="min-height: 300px;" class="border d-flex flex-wrap flex-content-around"> 435 + <div class="p-5 border bg-gray-light">1</div> 436 + <div class="p-5 border bg-gray-light">2</div> 437 + <div class="p-5 border bg-gray-light">3</div> 438 + <div class="p-5 border bg-gray-light">4</div> 439 + <div class="p-5 border bg-gray-light">5</div> 440 + <div class="p-5 border bg-gray-light">6</div> 441 + <div class="p-5 border bg-gray-light">7</div> 442 + <div class="p-5 border bg-gray-light">8</div> 443 + <div class="p-5 border bg-gray-light">9</div> 444 + <div class="p-5 border bg-gray-light">10</div> 445 + <div class="p-5 border bg-gray-light">11</div> 446 + <div class="p-5 border bg-gray-light">12</div> 447 + </div> 448 + ``` 449 + 450 + #### flex-content-stretch 451 + 452 + ```html 453 + <div style="min-height: 300px;" class="border d-flex flex-wrap flex-content-stretch"> 454 + <div class="p-5 border bg-gray-light">1</div> 455 + <div class="p-5 border bg-gray-light">2</div> 456 + <div class="p-5 border bg-gray-light">3</div> 457 + <div class="p-5 border bg-gray-light">4</div> 458 + <div class="p-5 border bg-gray-light">5</div> 459 + <div class="p-5 border bg-gray-light">6</div> 460 + <div class="p-5 border bg-gray-light">7</div> 461 + <div class="p-5 border bg-gray-light">8</div> 462 + <div class="p-5 border bg-gray-light">9</div> 463 + <div class="p-5 border bg-gray-light">10</div> 464 + <div class="p-5 border bg-gray-light">11</div> 465 + <div class="p-5 border bg-gray-light">12</div> 466 + </div> 467 + ``` 468 + 469 + ## Flex 470 + 471 + Use this class to specify the ability of a flex item to alter its dimensions to fill available space. 472 + 473 + ```CSS 474 + .flex-auto { flex: 1 1 auto; } 475 + ``` 476 + 477 + | Class | Description | 478 + | --- | --- | 479 + | `.flex-auto` | Sets default values for `flex-grow` (1), `flex-shrink` (1) and `flex-basis` (auto) | 480 + 481 + #### flex-auto 482 + 483 + ```html 484 + <div class="border d-flex"> 485 + <div class="p-5 border bg-gray-light flex-auto">.flex-auto</div> 486 + <div class="p-5 border bg-gray-light flex-auto">.flex-auto</div> 487 + <div class="p-5 border bg-gray-light flex-auto">.flex-auto</div> 488 + </div> 489 + ``` 490 + 491 + ## Align self 492 + 493 + Use these classes to adjust the alignment of an individual flex item on the cross axis. This overrides any `align-items` property applied to the flex container. 494 + 495 + #### CSS 496 + 497 + ```css 498 + .flex-self-auto { align-self: auto; } 499 + .flex-self-start { align-self: flex-start; } 500 + .flex-self-end { align-self: flex-end; } 501 + .flex-self-center { align-self: center; } 502 + .flex-self-baseline { align-self: baseline; } 503 + .flex-self-stretch { align-self: stretch; } 504 + ``` 505 + 506 + #### Classes 507 + 508 + | Class | Description | 509 + | --- | --- | 510 + | `.flex-self-auto` | Inherit alignment from parent | 511 + | `.flex-self-start` | Align to the start of the cross axis | 512 + | `.flex-self-end` | Align to the end of the cross axis | 513 + | `.flex-self-center` | Align to center of cross axis | 514 + | `.flex-self-baseline` | Align baseline to the start of the cross axis | 515 + | `.flex-self-stretch` | Stretch item from start of cross axis to end of cross axis. | 516 + 517 + #### flex-self-auto 518 + 519 + ```html 520 + <div style="min-height: 150px;" class="border d-flex"> 521 + <div class="p-5 border bg-gray-light flex-self-auto">.flex-self-auto</div> 522 + <div class="p-5 border bg-gray-light">&nbsp;</div> 523 + <div class="p-5 border bg-gray-light">&nbsp;</div> 524 + </div> 525 + ``` 526 + 527 + #### flex-self-start 528 + 529 + ```html 530 + <div style="min-height: 150px;" class="border d-flex"> 531 + <div class="p-5 border bg-gray-light flex-self-start">.flex-self-start</div> 532 + <div class="p-5 border bg-gray-light">&nbsp;</div> 533 + <div class="p-5 border bg-gray-light">&nbsp;</div> 534 + </div> 535 + ``` 536 + 537 + #### flex-self-end 538 + 539 + ```html 540 + <div style="min-height: 150px;" class="border d-flex"> 541 + <div class="p-5 border bg-gray-light flex-self-end">.flex-self-end</div> 542 + <div class="p-5 border bg-gray-light">&nbsp;</div> 543 + <div class="p-5 border bg-gray-light">&nbsp;</div> 544 + </div> 545 + ``` 546 + 547 + #### flex-self-center 548 + 549 + ```html 550 + <div style="min-height: 150px;" class="border d-flex"> 551 + <div class="p-5 border bg-gray-light flex-self-center">.flex-self-center</div> 552 + <div class="p-5 border bg-gray-light">&nbsp;</div> 553 + <div class="p-5 border bg-gray-light">&nbsp;</div> 554 + </div> 555 + ``` 556 + 557 + #### flex-self-baseline 558 + 559 + ```html 560 + <div style="min-height: 150px;" class="border d-flex flex-items-end"> 561 + <div class="p-5 border bg-gray-light flex-self-baseline f4">.flex-self-baseline</div> 562 + <div class="p-5 border bg-gray-light f1">item</div> 563 + <div class="p-5 border bg-gray-light f00">item</div> 564 + </div> 565 + ``` 566 + 567 + #### flex-self-stretch 568 + 569 + ```html 570 + <div style="min-height: 150px;" class="border d-flex flex-items-start"> 571 + <div class="p-5 border bg-gray-light flex-self-stretch">.flex-self-stretch</div> 572 + <div class="p-5 border bg-gray-light">&nbsp;</div> 573 + <div class="p-5 border bg-gray-light">&nbsp;</div> 574 + </div> 575 + ``` 576 + 577 + ## Responsive flex utilities 578 + 579 + All flexbox utilities can be adjusted per [breakpoint](/css/objects/grid#breakpoints) using the following formulas: 580 + 581 + - `d-[breakpoint]-[property]` for `display` 582 + - `flex-[breakpoint]-[property]-[behavior]` for various flex properties 583 + - `flex-[breakpoint]-item-equal` for equal width and equal height flex items 584 + 585 + Each responsive style is applied to the specified breakpoint and up. 586 + 587 + #### Example classes 588 + 589 + ```css 590 + /* Example classes */ 591 + 592 + .d-sm-flex {} 593 + .d-md-inline-flex {} 594 + 595 + .flex-lg-row {} 596 + .flex-xl-column {} 597 + 598 + .flex-sm-wrap {} 599 + .flex-lg-nowrap {} 600 + 601 + .flex-lg-self-start {} 602 + 603 + .flex-md-item-equal {} 604 + ``` 605 + 606 + #### Example usage 607 + 608 + Mixing flex properties: 609 + 610 + ```html 611 + <div style="min-height: 150px;" class="border d-flex flex-items-start flex-md-items-center flex-justify-start flex-lg-justify-between"> 612 + <div class="p-5 border bg-gray-light flex-md-self-stretch">.flex-self-stretch</div> 613 + <div class="p-5 border bg-gray-light">&nbsp;</div> 614 + <div class="p-5 border bg-gray-light">&nbsp;</div> 615 + </div> 616 + ``` 617 + 618 + Using the equal width, equal height utilities: 619 + 620 + ```html 621 + <div class="border d-flex"> 622 + <div class="flex-md-item-equal p-3 border bg-gray-light">Stuff and things</div> 623 + <div class="flex-md-item-equal p-3 border bg-gray-light">More stuff<br> on multiple lines</div> 624 + <div class="flex-md-item-equal p-3 border bg-gray-light">Hi mom</div> 625 + </div> 626 + ``` 627 + 628 + ## Example components 629 + 630 + The flex utilities can be used to create a number of components. Here are some examples. 631 + 632 + ### Media object 633 + 634 + You can use flex utilities to make a simple media object, like this: 635 + 636 + ```html 637 + <div class="border d-flex flex-items-center p-4"> 638 + <div class="p-5 border bg-gray-light">image</div> 639 + <p class="pl-4 m-0"><b>Body</b> Bacon ipsum dolor sit amet chuck prosciutto landjaeger ham hock filet mignon shoulder hamburger pig venison.</p> 640 + </div> 641 + ``` 642 + 643 + ### Responsive media object 644 + 645 + Here is an example of a media object that is **vertically centered on large screens**, but converts to a stacked column layout on small screens. 646 + 647 + ```erb 648 + <div class="border p-3 d-flex flex-column flex-md-row flex-md-items-center"> 649 + <div class="pr-0 pr-md-3 mb-3 mb-md-0 d-flex flex-justify-center flex-md-justify-start"> 650 + <img style="max-width:100px; max-height:100px;" src="https://github.com/github.png" /> 651 + </div> 652 + <div class="d-flex text-center text-md-left"> 653 + <p><b>Body</b> Bacon ipsum dolor sit amet chuck prosciutto landjaeger ham hock filet mignon shoulder hamburger pig venison.</p> 654 + </div> 655 + <div class="ml-md-3 d-flex flex-justify-center"> 656 + <%= octicon "mark-github", :height => '32' %> 657 + </div> 658 + </div> 659 + ``` 660 + 661 + ## Flexbox bugs 662 + 663 + This section lists flexbox bugs that affect browsers we currently support (**citation needed**). 664 + 665 + **1. Minimum content sizing of flex items not honored:** Some browsers don't respect flex item size. Instead of respecting the minimum content size, items shrink below their minimum size which can create some undesirable results, such as overflowing text. The workaround is to apply `flex-shrink: 0;` to the items using `d-flex`. This can be applied with the `flex-shrink-0` utility. For more information read [philipwalton/flexbugs](https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored).
+324
node_modules/primer-utilities/docs/layout.md
··· 1 + --- 2 + title: Layout 3 + path: utilities/layout 4 + status: Stable 5 + --- 6 + 7 + Change the document layout with display, float, alignment, and other utilities. 8 + 9 + {:toc} 10 + 11 + ## Display 12 + Adjust the display of an element with `.d-block`, `.d-none`, `.d-inline`, `.d-inline-block`, `.d-table`, `.d-table-cell` utilities. 13 + 14 + ```html 15 + <div class="d-inline border"> 16 + .d-inline 17 + <div class="d-inline-block border"> 18 + .d-inline-block 19 + </div> 20 + <span class="d-block border">.d-block</span> 21 + <div class="d-table border"> 22 + <div class="d-table-cell border"> 23 + .d-table-cell 24 + </div> 25 + </div> 26 + <div class="d-table-cell border"> 27 + .d-table-cell 28 + </div> 29 + <div class="d-none"> 30 + .d-none 31 + </div> 32 + </div> 33 + ``` 34 + 35 + ### The HTML `hidden` attribute 36 + 37 + As of [Primer v10.10.0](https://github.com/primer/primer/releases/v10.10.0), `primer-base` includes a rule that sets `display: none !important` for any element with the [`hidden` attribute][hidden]. You can safely use the `hidden` attribute with display utilities, but we suggest: 38 + 39 + 1. Use the `hidden` attribute (and corresponding JavaScript property) if you're going to programmatically show and hide content. 40 + 1. Use `d-none` and/or its responsive variants (`d-sm-block`, `d-lg-none`) to conditionally show content at different screen sizes. 41 + 42 + Rather than toggling the `d-none` class in JavaScript, you should toggle the `hidden` property on an element. This means that you won't have to restore any more specific display utility (`d-inline` or `d-flex`, for instance) just to work around the order in which they're listed in the stylesheet. 43 + 44 + ```js 45 + // Good: 46 + element.hidden = !visible 47 + 48 + // Bad: 49 + element.classList.toggle('d-none', !visible) 50 + element.classList.toggle('d-inline', visible) 51 + ``` 52 + 53 + ### `display:table` wrapping issues 54 + 55 + There are known issues with using `display:table` and wrapping long strings, particularly in Firefox. You may need to use `table-fixed` on elements with `d-table` and apply column widths to table cells, which you can do with our [column width styles](/css/objects/grid#column-widths). 56 + 57 + ```html 58 + <div class="d-table table-fixed width-full"> 59 + <div class="d-table-cell border"> 60 + .d-table-cell 61 + </div> 62 + <div class="d-table-cell col-10 border"> 63 + d-table-cell .col-10 64 + </div> 65 + </div> 66 + ``` 67 + 68 + ### Responsive display 69 + A selection of display utilities are able to be applied or changed per [breakpoint](/css/objects/grid#breakpoints). `.d-block`, `.d-none`, `.d-inline`, and `.d-inline-block` are available as responsive utilities using the following formula: `d-[breakpoint]-[property]`. For example: `d-md-inline-block`. Each responsive display utility is applied to the specified breakpoint and up. 70 + 71 + In the following example, the `ul` element switches from `display: block` on mobile to `display: inline-block` at the `md` breakpoint, while the list items remain inline. 72 + 73 + ```html 74 + <h5 class="d-md-inline-block">.d-md-inline-block</h5> 75 + <ul class="d-md-inline-block border"> 76 + <li class="d-inline border">.d-inline</li> 77 + <li class="d-inline border">.d-inline</li> 78 + </ul> 79 + ``` 80 + 81 + ### Responsive hide 82 + Hide utilities are able to be applied or changed per breakpoint using the following formula:<br /> `hide-[breakpoint]`, for example: `hide-sm`. Hide utilities act differently from other responsive styles and are applied to each **breakpoint-range only**. 83 + 84 + | Shorthand | Range | 85 + | --- | --- | 86 + | -sm | 0—544px | 87 + | -md | 544px—768px | 88 + | -lg | 768px—1004px | 89 + | -xl | 1004px and above | 90 + 91 + ```html 92 + <div> 93 + <h3>Potato update</h3> 94 + <span class="hide-sm hide-md">Opened by <a href="#url">broccolini</a></span> 95 + <span class="d-md-none">Updated</span> 3 hours ago 96 + </div> 97 + ``` 98 + 99 + ### Text direction 100 + `.direction-ltr` or `.direction-rtl` can be used to change the text direction. This is especially helpful when paired with `.d-table`, `.d-table-cell`, and `.v-align-middle` to create equal height, vertically centered, alternating content. 101 + 102 + ## Visibility 103 + Adjust the visibility of an element with `.v-hidden` and `.v-visible`. 104 + 105 + ## Overflow 106 + Adjust element overflow with `.overflow-hidden`, `.overflow-scroll`, and `.overflow-auto`. `.overflow-hidden` can also be used to create a new [block formatting context](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Block_formatting_context) or clear floats. 107 + 108 + ## Floats 109 + Use `.float-left` and `.float-right` to set floats, and `.clearfix` to clear. 110 + ```html 111 + <div class="clearfix border border-gray"> 112 + <div class="float-left border border-gray"> 113 + .float-left 114 + </div> 115 + <div class="float-right border border-gray"> 116 + .float-right 117 + </div> 118 + </div> 119 + ``` 120 + ### Responsive floats 121 + Float utilities can be applied or changed per [breakpoint](/css/objects/grid#breakpoints). This can be useful for responsive layouts when you want an element to be full width on mobile but floated at a larger breakpoint. 122 + 123 + Each responsive float utility is applied to the specified breakpoint and up, using the following formula: `float-[breakpoint]-[property]`. For example: `float-md-left`. Remember to use `.clearfix` to clear. 124 + 125 + ```html 126 + <div class="clearfix border border-gray"> 127 + <div class="float-md-left border border-gray"> 128 + .float-md-left 129 + </div> 130 + <div class="float-md-right border border-gray"> 131 + .float-md-right 132 + </div> 133 + </div> 134 + ``` 135 + 136 + ## Alignment 137 + Adjust the alignment of an element with `.v-align-baseline`, `.v-align-top`, `.v-align-middle` or `.v-align-bottom`. The vertical-align property only applies to inline or table-cell boxes. 138 + 139 + ```html 140 + <div class="d-table border border-gray"> 141 + <div class="d-table-cell"><h1>Potatoes</h1></div> 142 + <div class="d-table-cell v-align-baseline">.v-align-baseline</div> 143 + <div class="d-table-cell v-align-top">.v-align-top</div> 144 + <div class="d-table-cell v-align-middle">.v-align-middle</div> 145 + <div class="d-table-cell v-align-bottom">.v-align-bottom</div> 146 + </div> 147 + ``` 148 + 149 + Use `v-align-text-top` or `v-align-text-bottom` to adjust the alignment of an element with the top or bottom of the parent element's font. 150 + 151 + ```html 152 + <div class="border border-gray"> 153 + <h1 class="mr-1">Potatoes 154 + <span class="f4 v-align-text-top mr-1">.v-align-text-top</span> 155 + <span class="f4 v-align-text-bottom mr-1">.v-align-text-bottom</span> 156 + </h1> 157 + </div> 158 + ``` 159 + 160 + ## Width and height 161 + 162 + Use `.width-fit` to set max-width 100%. 163 + 164 + ```html 165 + <div class="one-fourth column"> 166 + <img class="width-fit bg-gray" src="https://github.com/github.png" alt="width fitted octocat" /> 167 + </div> 168 + ``` 169 + 170 + Use `.width-full` to set width to 100%. 171 + 172 + ```html 173 + <div class="d-table width-full"> 174 + <div class="d-table-cell"> 175 + <input class="form-control width-full" type="text" value="Full width form field" aria-label="Sample full width form field"> 176 + </div> 177 + </div> 178 + ``` 179 + 180 + Use `.height-fit` to set max-height 100%. 181 + 182 + ```html 183 + <div class="one-fourth column" style="height: 100px; overflow: auto;"> 184 + <div class="p-3 height-fit border"> 185 + Bacon ipsum dolor amet meatball flank beef tail pig boudin ham hock chicken capicola. Shoulder ham spare ribs turducken pork tongue. Bresaola corned beef sausage jowl ribeye kielbasa tenderloin andouille leberkas tongue. Ribeye tri-tip tenderloin pig, chuck ground round chicken tongue corned beef biltong. 186 + </div> 187 + </div> 188 + ``` 189 + 190 + Use `.height-full` to set height to 100%. 191 + 192 + ```erb 193 + <div class="d-table border border-gray"> 194 + <div class="d-table-cell height-full v-align-middle pl-3"> 195 + <%= octicon "three-bars" %> 196 + </div> 197 + <div class="p-3"> 198 + Bacon ipsum dolor amet meatball flank beef tail pig boudin ham hock chicken capicola. Shoulder ham spare ribs turducken pork tongue. Bresaola corned beef sausage jowl ribeye kielbasa tenderloin andouille leberkas tongue. Ribeye tri-tip tenderloin pig, chuck ground round chicken tongue corned beef biltong. 199 + </div> 200 + </div> 201 + ``` 202 + 203 + ## Position 204 + Position utilities can be used to alter the default document flow. **Be careful when using positioning, it's often unnecessary and commonly misused.** 205 + 206 + Use `.position-relative` to create a new stacking context. 207 + 208 + _Note how the other elements are displayed as if "Two" were in its normal position and taking up space._ 209 + 210 + ```html 211 + <div class="d-inline-block float-left bg-blue text-white m-3" style="width:100px; height:100px;"> 212 + One 213 + </div> 214 + <div class="d-inline-block float-left position-relative bg-blue text-white m-3" style="width:100px; height:100px; top:12px; left:12px;"> 215 + Two 216 + </div> 217 + <div class="d-inline-block float-left bg-blue text-white m-3" style="width:100px; height:100px;"> 218 + Three 219 + </div> 220 + <div class="d-inline-block float-left bg-blue text-white m-3" style="width:100px; height:100px;"> 221 + Four 222 + </div> 223 + ``` 224 + 225 + Use `.position-absolute` to take elements out of the normal document flow. 226 + 227 + ```html 228 + <div class="position-relative" style="height:116px;"> 229 + <button type="button" class="btn mb-1">Button</button> 230 + <div class="position-absolute border border-gray p-2"> 231 + <a href="#url" class="d-block p-1">Mashed potatoes</a> 232 + <a href="#url" class="d-block p-1">Fries</a> 233 + </div> 234 + </div> 235 + ``` 236 + 237 + Use `.position-fixed` to position an element relative to the viewport. **Be careful when using fixed positioning. It is tricky to use and can lead to unwanted side effects.** 238 + 239 + _Note: fixed positioning has been disabled here for demonstration only._ 240 + 241 + ```html 242 + <div class="position-fixed bg-gray-light border-bottom border-gray p-3"> 243 + .position-fixed 244 + </div> 245 + ``` 246 + 247 + Use `top-0`, `right-0`, `bottom-0`, and `left-0` with `position-absolute`, `position-fixed`, or `position-relative` to further specify an elements position. 248 + 249 + ```html 250 + <div style="height: 64px;"> 251 + <div class="border position-absolute top-0 left-0"> 252 + .top-0 .left-0 253 + </div> 254 + <div class="border position-absolute top-0 right-0"> 255 + .top-0 .right-0 256 + </div> 257 + <div class="border position-absolute bottom-0 right-0"> 258 + .bottom-0 .right-0 259 + </div> 260 + <div class="border position-absolute bottom-0 left-0"> 261 + .bottom-0 .left-0 262 + </div> 263 + </div> 264 + ``` 265 + 266 + To fill an entire width or height, use opposing directions. 267 + 268 + _Note: fixed positioning has been disabled here for demonstration only._ 269 + 270 + ```html 271 + <div class="position-fixed left-0 right-0 p-3 bg-gray-dark text-white"> 272 + .position-fixed .left-0 .right-0 273 + </div> 274 + ``` 275 + 276 + ### Screen reader only 277 + 278 + Use `.sr-only` to position an element outside of the viewport for screen reader access only. **Even though the element can't be seen, make sure it still has a sensible tab order.** 279 + 280 + ```html 281 + <div class="js-details-container Details"> 282 + <button type="button" class="btn">Tab once from this button, and press enter</button> 283 + <button type="button" class="sr-only js-details-target"> 284 + Screen reader only button 285 + </button> 286 + <div class="Details-content--hidden"> 287 + Button activated! 288 + </div> 289 + </div> 290 + ``` 291 + 292 + ## The media object 293 + 294 + Create a media object with utilities. 295 + 296 + ```html 297 + <div class="clearfix p-3 border"> 298 + <div class="float-left p-3 mr-3 bg-gray"> 299 + Image 300 + </div> 301 + <div class="overflow-hidden"> 302 + <p><b>Body</b> Bacon ipsum dolor amet shankle rump tenderloin pork chop meatball strip steak bresaola doner sirloin capicola biltong shank pig. Alcatra frankfurter ham hock, ribeye prosciutto hamburger kevin brisket chuck burgdoggen short loin.</p> 303 + </div> 304 + </div> 305 + ``` 306 + Create a double-sided media object for a container with a flexible center. 307 + 308 + ```html 309 + <div class="clearfix p-3 border border-gray"> 310 + <div class="float-left p-3 mr-3 bg-gray"> 311 + Image 312 + </div> 313 + <div class="float-right p-3 ml-3 bg-gray"> 314 + Image 315 + </div> 316 + <div class="overflow-hidden"> 317 + <p><b>Body</b> Bacon ipsum dolor amet shankle rump tenderloin pork chop meatball strip steak bresaola doner sirloin capicola biltong shank pig. Alcatra frankfurter ham hock, ribeye prosciutto hamburger kevin brisket chuck burgdoggen short loin.</p> 318 + </div> 319 + </div> 320 + ``` 321 + 322 + You can also create a media object with [flexbox utilities](./flexbox#media-object) instead of floats which can be useful for changing the vertical alignment. 323 + 324 + [hidden]: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden
+127
node_modules/primer-utilities/docs/margin.md
··· 1 + --- 2 + title: Margin 3 + path: utilities/margin 4 + status: Stable 5 + --- 6 + 7 + Margin utilities are based on a global [spacing scale](/css/support/spacing) which helps keep horizontal and vertical spacing consistent. These utilities help us reduce the amount of custom CSS that share the same properties, and allows to achieve many different page layouts using the same styles. 8 + 9 + {:toc} 10 + 11 + ## Naming convention 12 + 13 + Since margin utilities have many variations and will be used in many places, we use a shorthand naming convention to help keep class names succinct. 14 + 15 + 16 + | Shorthand | Description | 17 + | --- | --- | 18 + | m | margin | 19 + | t | top | 20 + | r | right | 21 + | b | bottom | 22 + | l | left | 23 + | x | horizontal, left & right | 24 + | y | vertical, top & bottom | 25 + | 0 | 0 | 26 + | 1 | 4px | 27 + | 2 | 8px | 28 + | 3 | 16px | 29 + | 4 | 24px | 30 + | 5 | 32px | 31 + | 6 | 40px | 32 + 33 + _**Note:** The blue in the examples represents the element, and the orange represents the margin_ 34 + 35 + ## Uniform margins 36 + 37 + Use uniform spacing utilities to apply equal margin to all sides of an element. These utilities can change or override default margins, and can be used with a spacing scale from 0-6. 38 + 39 + ```html 40 + <div class="margin-orange d-inline-block"> 41 + <div class="d-inline-block block-blue m-0">.m-0</div> 42 + </div> 43 + <div class="margin-orange d-inline-block"> 44 + <div class="d-inline-block block-blue m-1">.m-1</div> 45 + </div> 46 + <div class="margin-orange d-inline-block"> 47 + <div class="d-inline-block block-blue m-2">.m-2</div> 48 + </div> 49 + <div class="margin-orange d-inline-block"> 50 + <div class="d-inline-block block-blue m-3">.m-3</div> 51 + </div> 52 + <div class="margin-orange d-inline-block"> 53 + <div class="d-inline-block block-blue m-4">.m-4</div> 54 + </div> 55 + <div class="margin-orange d-inline-block"> 56 + <div class="d-inline-block block-blue m-5">.m-5</div> 57 + </div> 58 + <div class="margin-orange d-inline-block"> 59 + <div class="d-inline-block block-blue m-6">.m-6</div> 60 + </div> 61 + ``` 62 + 63 + ## Directional margins 64 + 65 + Use directional utilities to apply margin to an individual side, or the X and Y axis of an element. Directional utilities can change or override default margins, and can be used with a spacing scale of 0-6. 66 + 67 + ```html 68 + <div class="margin-orange d-inline-block"> 69 + <div class="d-inline-block block-blue mt-3">.mt-3</div> 70 + </div> 71 + <div class="margin-orange d-inline-block"> 72 + <div class="d-inline-block block-blue mr-3">.mr-3</div> 73 + </div> 74 + <div class="margin-orange d-inline-block"> 75 + <div class="d-inline-block block-blue mb-3">.mb-3</div> 76 + </div> 77 + <div class="margin-orange d-inline-block"> 78 + <div class="d-inline-block block-blue ml-3">.ml-3</div> 79 + </div> 80 + <div class="margin-orange d-inline-block"> 81 + <div class="d-inline-block block-blue my-3">.my-3</div> 82 + </div> 83 + <div class="margin-orange d-inline-block"> 84 + <div class="d-inline-block block-blue mx-3">.mx-3</div> 85 + </div> 86 + ``` 87 + 88 + ## Center elements 89 + 90 + Use `mx-auto`to center block elements with a set width. 91 + 92 + ```html 93 + <div class="margin-orange"> 94 + <div class="block-blue mx-auto text-center" style="width: 5rem;">.mx-auto</div> 95 + </div> 96 + ``` 97 + 98 + ## Reset margins 99 + Reset margins built into typography elements or other components with `m-0`, `mt-0`, `mr-0`, `mb-0`, `ml-0`, `mx-0`, and `my-0`. 100 + 101 + ```html 102 + <p class="mb-0 block-blue">No bottom margin on this paragraph.</p> 103 + ``` 104 + 105 + ## Responsive margins 106 + 107 + All margin utilities, except `mx-auto`, can be adjusted per [breakpoint](/css/objects/grid#breakpoints) using the following formula: `m[direction]-[breakpoint]-[spacer]`. Each responsive style is applied to the specified breakpoint and up. 108 + 109 + ```html 110 + <div class="d-inline-block margin-orange"> 111 + <div class="mx-sm-2 mx-lg-4 d-inline-block block-blue"> 112 + .mx-sm-2 .mx-lg-4 113 + </div> 114 + </div> 115 + ``` 116 + 117 + ## Negative margins 118 + 119 + You can add negative margins to the top, right, bottom, or left of an item by adding a negative margin utility. The formula for this is: `m[direction]-n[spacer]`. This also works responsively, with the following formula: `m[direction]-[breakpoint]-n[spacer]`. 120 + 121 + ```html 122 + <div class="d-inline-block margin-orange p-3"> 123 + <div class="d-inline-block block-blue mt-n4 mr-lg-n4"> 124 + .mt-n4 .mr-lg-n6 125 + </div> 126 + </div> 127 + ```
+111
node_modules/primer-utilities/docs/padding.md
··· 1 + --- 2 + title: Padding 3 + path: utilities/padding 4 + status: Stable 5 + --- 6 + 7 + Padding utilities are based on a global [spacing scale](/css/support/spacing) which helps keep horizontal and vertical spacing consistent. These utilities help us reduce the amount of custom CSS that could share the same properties, and allows to achieve many different page layouts using the same styles. 8 + 9 + {:toc} 10 + 11 + ## Shorthand 12 + 13 + Since padding utilities have many variations and will be used in many places, we use a shorthand naming convention to help keep class names succinct. 14 + 15 + | Shorthand | Description | 16 + | --- | --- | 17 + | p | padding | 18 + | t | top | 19 + | r | right | 20 + | b | bottom | 21 + | l | left | 22 + | x | horizontal, left & right | 23 + | y | vertical, top & bottom | 24 + | 0 | 0 | 25 + | 1 | 4px | 26 + | 2 | 8px | 27 + | 3 | 16px | 28 + | 4 | 24px | 29 + | 5 | 32px | 30 + | 6 | 40px | 31 + 32 + _**Note:** The blue in the examples below represents the element, and the green represents the padding._ 33 + 34 + ## Uniform padding 35 + 36 + Use uniform spacing utilities to apply equal padding to all sides of an element. These utilities can be used with a spacing scale from 0-6. 37 + 38 + ```html 39 + <div class="padding-green d-inline-block p-0"> 40 + <div class="d-inline-block block-blue">.p-0</div> 41 + </div> 42 + <div class="padding-green d-inline-block p-1"> 43 + <div class="d-inline-block block-blue">.p-1</div> 44 + </div> 45 + <div class="padding-green d-inline-block p-2"> 46 + <div class="d-inline-block block-blue">.p-2</div> 47 + </div> 48 + <div class="padding-green d-inline-block p-3"> 49 + <div class="d-inline-block block-blue">.p-3</div> 50 + </div> 51 + <div class="padding-green d-inline-block p-4"> 52 + <div class="d-inline-block block-blue">.p-4</div> 53 + </div> 54 + <div class="padding-green d-inline-block p-5"> 55 + <div class="d-inline-block block-blue">.p-5</div> 56 + </div> 57 + <div class="padding-green d-inline-block p-6"> 58 + <div class="d-inline-block block-blue">.p-6</div> 59 + </div> 60 + ``` 61 + 62 + ## Directional padding 63 + 64 + Use directional utilities to apply padding to an individual side, or the X and Y axis of an element. Directional utilities can change or override default padding, and can be used with a spacing scale of 0-6. 65 + 66 + ```html 67 + <div class="padding-green d-inline-block pt-3"> 68 + <div class="d-inline-block block-blue">.pt-3</div> 69 + </div> 70 + <div class="padding-green d-inline-block pr-3"> 71 + <div class="d-inline-block block-blue">.pr-3</div> 72 + </div> 73 + <div class="padding-green d-inline-block pb-3"> 74 + <div class="d-inline-block block-blue">.pb-3</div> 75 + </div> 76 + <div class="padding-green d-inline-block pl-3"> 77 + <div class="d-inline-block block-blue">.pl-3</div> 78 + </div> 79 + <div class="padding-green d-inline-block py-3"> 80 + <div class="d-inline-block block-blue">.py-3</div> 81 + </div> 82 + <div class="padding-green d-inline-block px-3"> 83 + <div class="d-inline-block block-blue">.px-3</div> 84 + </div> 85 + ``` 86 + 87 + ## Responsive padding 88 + 89 + All padding utilities can be adjusted per [breakpoint](/css/support/breakpoints) using the following formula: <br /> `p-[direction]-[breakpoint]-[spacer]`. Each responsive style is applied to the specified breakpoint and up. 90 + 91 + ```html 92 + <div class="px-sm-2 px-lg-4 d-inline-block padding-green"> 93 + <div class="d-inline-block block-blue"> 94 + .px-sm-2 .px-lg-4 95 + </div> 96 + </div> 97 + ``` 98 + 99 + ## Responsive container padding 100 + 101 + `.p-responsive` is a padding class that adds padding on the left and right sides of an element. On small screens, it gives the element padding of `$spacer-3`, on mid-sized screens it gives the element padding of `$spacer-6`, and on large screens, it gives the element padding of `$spacer-3`. 102 + 103 + It is intended to be used with [container styles](/css/objects/grid#containers) 104 + 105 + ```html 106 + <div class="container-lg p-responsive"> 107 + <div class="border"> 108 + .container-lg .p-responsive 109 + </div> 110 + </div> 111 + ```
+144
node_modules/primer-utilities/docs/typography.md
··· 1 + --- 2 + title: Typography 3 + path: utilities/typography 4 + status: Stable 5 + --- 6 + 7 + Type utilities are designed to work in combination with line-height utilities so as to result in more sensible numbers wherever possible. These also exist as [variables](/css/support/typography#typography-variables) that you can use in components or custom CSS. 8 + 9 + {:toc} 10 + 11 + Font sizes are smaller on mobile and scale up at the `md` [breakpoint](/css/support/breakpoints) to be larger on desktop. 12 + 13 + | Scale | Font size: mobile | Font size: desktop | 1.25 line height | 1.5 line height | 14 + | --- | --- | --- | --- | --- | 15 + | 00 | 40px | 48px | 60 | 72 | 16 + | 0 | 32px | 40px | 50 | 60 | 17 + | 1 | 26px | 32px | 40 | 48 | 18 + | 2 | 22px | 24px | 30 | 36 | 19 + | 3 | 18px | 20px | 25 | 30 | 20 + | 4 | 16px | 16px | 20 | 24 | 21 + | 5 | 14px | 14px | 17.5 | 21 | 22 + | 6 | 12px | 12px | 15 | 18 | 23 + 24 + 25 + ## Heading utilities 26 + 27 + Use `.h1` – `.h6` to change an elements font size and weight to match our heading styles. 28 + 29 + ```html 30 + <p class="h1">Pizza 1</p> 31 + <p class="h2">Pizza 2</p> 32 + <p class="h3">Pizza 3</p> 33 + <p class="h4">Pizza 4</p> 34 + <p class="h5">Pizza 5</p> 35 + <p class="h6">Pizza 6</p> 36 + ``` 37 + 38 + These are particularly useful for changing the visual appearance while keeping the markup semantically correct. Be sure you keep the hierarchy appropriate for the page. 39 + 40 + ```html 41 + <h2 class="h1">Looks like a heading 1, semantically a heading 2</h2> 42 + ``` 43 + 44 + ## Type scale utilities 45 + 46 + Use `.f1` – `.f6` to change an elements font size while keeping inline with our type scale. 47 + 48 + ```html 49 + <p class="f1">Focaccia</p> 50 + <p class="f2">Focaccia</p> 51 + <p class="f3">Focaccia</p> 52 + <p class="f4">Focaccia</p> 53 + <p class="f5">Focaccia</p> 54 + <p class="f6">Focaccia</p> 55 + ``` 56 + 57 + Lighter font-weight utilities are available in a limited range. Lighter font-weights reduce the legibility of text, particularly at small font sizes, so the scale only goes down to `f3` at 20px. The larger sizes`f0` and `f00` allow for lighter and larger type that is in keeping with our marketing styles. 58 + 59 + ```html 60 + <h1 class="f00-light">Potato chips</h1> 61 + <h1 class="f0-light">Potato chips</h1> 62 + <h1 class="f1-light">Potato chips</h1> 63 + <h1 class="f2-light">Potato chips</h1> 64 + <h1 class="f3-light">Potato chips</h1> 65 + ``` 66 + 67 + ## Line height styles 68 + Change the line height density with these utilities. 69 + 70 + ```html 71 + <p class="lh-default"> 72 + Bacon ipsum dolor amet tri-tip chicken kielbasa, cow swine beef corned beef ground round prosciutto hamburger porchetta sausage alcatra tail. Jowl chuck biltong flank meatball, beef short ribs. Jowl tenderloin ground round, short loin tri-tip ribeye picanha filet mignon pig chicken kielbasa t-bone fatback. Beef ribs meatball chicken corned beef salami. 73 + </p> 74 + <p class="lh-condensed"> 75 + Bacon ipsum dolor amet tri-tip chicken kielbasa, cow swine beef corned beef ground round prosciutto hamburger porchetta sausage alcatra tail. Jowl chuck biltong flank meatball, beef short ribs. Jowl tenderloin ground round, short loin tri-tip ribeye picanha filet mignon pig chicken kielbasa t-bone fatback. Beef ribs meatball chicken corned beef salami. 76 + </p> 77 + <p class="lh-condensed-ultra"> 78 + Bacon ipsum dolor amet tri-tip chicken kielbasa, cow swine beef corned beef ground round prosciutto hamburger porchetta sausage alcatra tail. Jowl chuck biltong flank meatball, beef short ribs. Jowl tenderloin ground round, short loin tri-tip ribeye picanha filet mignon pig chicken kielbasa t-bone fatback. Beef ribs meatball chicken corned beef salami. 79 + </p> 80 + ``` 81 + 82 + The `lh-0` utility class sets `line-height: 0 !important`, and can be used to remove vertical spacing from elements that inherit line-height but don't contain any text. 83 + 84 + ## Typographic styles 85 + Change the font weight, styles, and alignment with these utilities. 86 + 87 + ```html 88 + <p class="text-normal">Normal</p> 89 + <p class="text-italic">Italic</p> 90 + <p class="text-bold">Bold</p> 91 + <p class="text-uppercase">Uppercase</p> 92 + <p class="no-wrap">No wrap</p> 93 + <p class="ws-normal">Normal whitespace</p> 94 + <p class="wb-break-all">Line break long lines</p> 95 + <p class="text-underline">Text underline</p> 96 + <p class="no-underline">No underline</p> 97 + <p class="text-emphasized">Emphasized</p> 98 + <p class="text-small">Small</p> 99 + <p class="lead">Bacon ipsum dolor amet tri-tip chicken kielbasa, cow swine beef corned beef ground round prosciutto hamburger porchetta sausage alcatra tail.</p> 100 + <p class="text-mono">Monospace</p> 101 + <p class="user-select-none">User Select None</p> 102 + ``` 103 + 104 + ## Text alignment 105 + 106 + Use text alignment utilities to left align, center, or right align text. 107 + 108 + ```html 109 + <p class="text-left">Left align</p> 110 + <p class="text-center">Center</p> 111 + <p class="text-right">Right align</p> 112 + ``` 113 + ## Responsive text alignment 114 + 115 + Use the following formula to make a text alignment utility responsive: `.text-[breakpoint]-[alignment]` 116 + 117 + ```html 118 + <p class="text-left text-sm-center text-lg-right">Left in a small viewport, centered in mid-sized viewports, and right aligned in larger viewports</p> 119 + ``` 120 + 121 + ## List styles 122 + 123 + Remove bullets from an unordered list or numbers from an ordered list by applying `.list-style-none` to the `<ul>`. 124 + 125 + ```html 126 + <ul class="list-style-none"> 127 + <li>First list item</li> 128 + <li>Second list item</li> 129 + <li>Third list item</li> 130 + </ul> 131 + ``` 132 + 133 + ## Text Shadows 134 + 135 + Text shadows can be used to help readability and to add some depth on colored backgrounds. 136 + 137 + ```html 138 + <div class="bg-gray-dark p-5"> 139 + <h3 class="text-white text-shadow-dark">.text-shadow-dark helps white text stand out on dark or photographic backgrounds</h3> 140 + </div> 141 + <div class="bg-gray p-5"> 142 + <h3 class="text-shadow-light">.text-shadow-light creates an embossed effect for dark text</h3> 143 + </div> 144 + ```
+14
node_modules/primer-utilities/index.scss
··· 1 + @import "primer-support/index.scss"; 2 + // utilities 3 + @import "./lib/animations.scss"; 4 + @import "./lib/borders.scss"; 5 + @import "./lib/box-shadow.scss"; 6 + @import "./lib/colors.scss"; 7 + @import "./lib/details.scss"; 8 + @import "./lib/flexbox.scss"; 9 + @import "./lib/layout.scss"; 10 + @import "./lib/margin.scss"; 11 + @import "./lib/padding.scss"; 12 + @import "./lib/typography.scss"; 13 + // Visibility and display should always come last in the imports so that they override other utilities with !important 14 + @import "./lib/visibility-display.scss";
+184
node_modules/primer-utilities/lib/animations.scss
··· 1 + // This file contains reusable animations for github. 2 + // stylelint-disable primer/selector-no-utility 3 + 4 + /* Fade in an element */ 5 + .anim-fade-in { 6 + animation-name: fade-in; 7 + animation-duration: 1s; 8 + animation-timing-function: ease-in-out; 9 + 10 + &.fast { 11 + animation-duration: 300ms; 12 + } 13 + } 14 + 15 + @keyframes fade-in { 16 + 0% { 17 + opacity: 0; 18 + } 19 + 20 + 100% { 21 + opacity: 1; 22 + } 23 + } 24 + 25 + /* Fade out an element */ 26 + .anim-fade-out { 27 + animation-name: fade-out; 28 + animation-duration: 1s; 29 + animation-timing-function: ease-out; 30 + 31 + &.fast { 32 + animation-duration: 0.3s; 33 + } 34 + } 35 + 36 + @keyframes fade-out { 37 + 0% { 38 + opacity: 1; 39 + } 40 + 41 + 100% { 42 + opacity: 0; 43 + } 44 + } 45 + 46 + /* Fade in and slide up an element */ 47 + .anim-fade-up { 48 + opacity: 0; 49 + animation-name: fade-up; 50 + animation-duration: 0.3s; 51 + animation-fill-mode: forwards; 52 + animation-timing-function: ease-out; 53 + animation-delay: 1s; 54 + } 55 + 56 + @keyframes fade-up { 57 + 0% { 58 + opacity: 0.8; 59 + transform: translateY(100%); 60 + } 61 + 62 + 100% { 63 + opacity: 1; 64 + transform: translateY(0); 65 + } 66 + } 67 + 68 + /* Fade an element out and slide down */ 69 + .anim-fade-down { 70 + animation-name: fade-down; 71 + animation-duration: 0.3s; 72 + animation-fill-mode: forwards; 73 + animation-timing-function: ease-in; 74 + } 75 + 76 + @keyframes fade-down { 77 + 0% { 78 + opacity: 1; 79 + transform: translateY(0); 80 + } 81 + 82 + 100% { 83 + opacity: 0.5; 84 + transform: translateY(100%); 85 + } 86 + } 87 + 88 + /* Grow an element width from 0 to 100% */ 89 + .anim-grow-x { 90 + width: 0%; 91 + animation-name: grow-x; 92 + animation-duration: 0.3s; 93 + animation-fill-mode: forwards; 94 + animation-timing-function: ease; 95 + animation-delay: 0.5s; 96 + } 97 + 98 + @keyframes grow-x { 99 + to { width: 100%; } 100 + } 101 + 102 + /* Shrink an element from 100% to 0% */ 103 + .anim-shrink-x { 104 + animation-name: shrink-x; 105 + animation-duration: 0.3s; 106 + animation-fill-mode: forwards; 107 + animation-timing-function: ease-in-out; 108 + animation-delay: 0.5s; 109 + } 110 + 111 + @keyframes shrink-x { 112 + to { width: 0%; } 113 + } 114 + 115 + /* Fade in an element and scale it fast */ 116 + .anim-scale-in { 117 + animation-name: scale-in; 118 + animation-duration: 0.15s; 119 + animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5); 120 + } 121 + 122 + @keyframes scale-in { 123 + 0% { 124 + opacity: 0; 125 + transform: scale(0.5); 126 + } 127 + 128 + 100% { 129 + opacity: 1; 130 + transform: scale(1); 131 + } 132 + } 133 + 134 + /* Pulse an element's opacity */ 135 + .anim-pulse { 136 + animation-name: pulse; 137 + animation-duration: 2s; 138 + animation-timing-function: linear; 139 + animation-iteration-count: infinite; 140 + } 141 + 142 + @keyframes pulse { 143 + 0% { 144 + opacity: 0.3; 145 + } 146 + 147 + 10% { 148 + opacity: 1; 149 + } 150 + 151 + 100% { 152 + opacity: 0.3; 153 + } 154 + } 155 + 156 + /* Pulse in an element */ 157 + .anim-pulse-in { 158 + animation-name: pulse-in; 159 + animation-duration: 0.5s; 160 + } 161 + 162 + @keyframes pulse-in { 163 + 0% { 164 + transform: scale3d(1, 1, 1); 165 + } 166 + 167 + 50% { 168 + transform: scale3d(1.1, 1.1, 1.1); 169 + } 170 + 171 + 100% { 172 + transform: scale3d(1, 1, 1); 173 + } 174 + } 175 + 176 + /* Increase scale of an element on hover */ 177 + .hover-grow { 178 + transition: transform 0.3s; 179 + backface-visibility: hidden; 180 + 181 + &:hover { 182 + transform: scale(1.025); 183 + } 184 + }
+100
node_modules/primer-utilities/lib/borders.scss
··· 1 + // Border utilities 2 + // stylelint-disable block-opening-brace-space-before, primer/selector-no-utility, comment-empty-line-before 3 + 4 + /* Add a gray border on all sides */ 5 + .border { border: $border !important; } 6 + 7 + /* Add a gray border to the left and right */ 8 + .border-y { 9 + border-top: $border !important; 10 + border-bottom: $border !important; 11 + } 12 + 13 + /* Remove borders from all sides */ 14 + .border-0 { border: 0 !important; } 15 + 16 + .border-dashed { border-style: dashed !important; } 17 + 18 + /* Use with .border to turn the border blue */ 19 + .border-blue { border-color: $border-blue !important; } 20 + /* Use with .border to turn the border blue-light */ 21 + .border-blue-light { border-color: $border-blue-light !important; } 22 + /* Use with .border to turn the border green */ 23 + .border-green { border-color: $border-green !important; } 24 + /* Use with .border to turn the border green light */ 25 + .border-green-light { border-color: $border-green-light !important; } 26 + /* Use with .border to turn the border red */ 27 + .border-red { border-color: $border-red !important; } 28 + /* Use with .border to turn the border red-light */ 29 + .border-red-light { border-color: $border-red-light !important; } 30 + /* Use with .border to turn the border purple */ 31 + .border-purple { border-color: $border-purple !important; } 32 + /* Use with .border to turn the border yellow */ 33 + .border-yellow { border-color: $border-yellow !important; } 34 + /* Use with .border to turn the border gray-light */ 35 + .border-gray-light { border-color: $border-gray-light !important; } 36 + /* Use with .border to turn the border gray-dark */ 37 + .border-gray-dark { border-color: $border-gray-dark !important; } 38 + /* Use with .border to turn the border rgba black 0.15 */ 39 + .border-black-fade { border-color: $border-black-fade !important; } 40 + 41 + $edges: ( 42 + top: (top-left, top-right), 43 + right: (top-right, bottom-right), 44 + bottom: (bottom-right, bottom-left), 45 + left: (bottom-left, top-left) 46 + ); 47 + 48 + @each $breakpoint, $variant in $responsive-variants { 49 + @include breakpoint($breakpoint) { 50 + /* Add a gray border */ 51 + /* Add a gray border to the top */ 52 + .border#{$variant}-top { border-top: $border !important; } 53 + /* Add a gray border to the right */ 54 + .border#{$variant}-right { border-right: $border !important; } 55 + /* Add a gray border to the bottom */ 56 + .border#{$variant}-bottom { border-bottom: $border !important; } 57 + /* Add a gray border to the left */ 58 + .border#{$variant}-left { border-left: $border !important; } 59 + 60 + /* Remove the top border */ 61 + .border#{$variant}-top-0 { border-top: 0 !important; } 62 + /* Remove the right border */ 63 + .border#{$variant}-right-0 { border-right: 0 !important; } 64 + /* Remove the bottom border */ 65 + .border#{$variant}-bottom-0 { border-bottom: 0 !important; } 66 + /* Remove the left border */ 67 + .border#{$variant}-left-0 { border-left: 0 !important; } 68 + 69 + // Rounded corners 70 + /* Remove the border-radius */ 71 + .rounded#{$variant}-0 { border-radius: 0 !important; } 72 + /* Add a border-radius to all corners */ 73 + .rounded#{$variant}-1 { border-radius: $border-radius !important; } 74 + /* Add a 2x border-radius to all corners */ 75 + .rounded#{$variant}-2 { border-radius: $border-radius * 2 !important; } 76 + 77 + @each $edge, $corners in $edges { 78 + .rounded#{$variant}-#{$edge}-0 { 79 + @each $corner in $corners { 80 + border-#{$corner}-radius: 0 !important; 81 + } 82 + } 83 + 84 + .rounded#{$variant}-#{$edge}-1 { 85 + @each $corner in $corners { 86 + border-#{$corner}-radius: $border-radius !important; 87 + } 88 + } 89 + 90 + .rounded#{$variant}-#{$edge}-2 { 91 + @each $corner in $corners { 92 + border-#{$corner}-radius: $border-radius * 2 !important; 93 + } 94 + } 95 + } 96 + } 97 + } 98 + 99 + /* Add a 50% border-radius to make something into a circle */ 100 + .circle { border-radius: 50% !important; }
+26
node_modules/primer-utilities/lib/box-shadow.scss
··· 1 + // Box shadow utilities 2 + // stylelint-disable primer/selector-no-utility 3 + 4 + // Box shadows 5 + 6 + .box-shadow { 7 + box-shadow: $box-shadow !important; 8 + } 9 + 10 + .box-shadow-medium { 11 + box-shadow: $box-shadow-medium !important; 12 + } 13 + 14 + .box-shadow-large { 15 + box-shadow: $box-shadow-large !important; 16 + } 17 + 18 + .box-shadow-extra-large { 19 + box-shadow: $box-shadow-extra-large !important; 20 + } 21 + 22 + // Turn off box shadow 23 + 24 + .box-shadow-none { 25 + box-shadow: none !important; 26 + }
+106
node_modules/primer-utilities/lib/colors.scss
··· 1 + // Color utilities 2 + // stylelint-disable block-opening-brace-space-before, primer/selector-no-utility 3 + // stylelint-disable comment-empty-line-before 4 + 5 + // background colors 6 + /* Set the background to $bg-white */ 7 + .bg-white { background-color: $bg-white !important; } 8 + /* Set the background to $bg-blue */ 9 + .bg-blue { background-color: $bg-blue !important; } 10 + /* Set the background to $bg-blue-light */ 11 + .bg-blue-light { background-color: $bg-blue-light !important; } 12 + /* Set the background to $bg-gray-dark */ 13 + .bg-gray-dark { background-color: $bg-gray-dark !important; } 14 + /* Set the background to $bg-gray */ 15 + .bg-gray { background-color: $bg-gray !important; } 16 + /* Set the background to $bg-gray-light */ 17 + .bg-gray-light { background-color: $bg-gray-light !important; } 18 + /* Set the background to $bg-green */ 19 + .bg-green { background-color: $bg-green !important; } 20 + /* Set the background to $bg-green-light */ 21 + .bg-green-light { background-color: $bg-green-light !important; } 22 + /* Set the background to $bg-red */ 23 + .bg-red { background-color: $bg-red !important; } 24 + /* Set the background to $bg-red-light */ 25 + .bg-red-light { background-color: $bg-red-light !important; } 26 + /* Set the background to $bg-yellow */ 27 + .bg-yellow { background-color: $bg-yellow !important; } 28 + /* Set the background to $bg-yellow-light */ 29 + .bg-yellow-light { background-color: $bg-yellow-light !important; } 30 + /* Set the background to $bg-purple */ 31 + .bg-purple { background-color: $bg-purple !important; } 32 + /* Set the background to $bg-purple-light */ 33 + .bg-purple-light { background-color: $bg-purple-light !important; } 34 + 35 + .bg-shade-gradient { 36 + background-image: linear-gradient(180deg, rgba($black, 0.065), rgba($black, 0)) !important; 37 + background-repeat: no-repeat !important; 38 + background-size: 100% 200px !important; 39 + } 40 + 41 + // text colors 42 + /* Set the text color to $text-blue */ 43 + .text-blue { color: $text-blue !important; } 44 + /* Set the text color to $text-red */ 45 + .text-red { color: $text-red !important; } 46 + /* Set the text color to $text-gray-light */ 47 + .text-gray-light { color: $text-gray-light !important; } 48 + /* Set the text color to $text-gray */ 49 + .text-gray { color: $text-gray !important; } 50 + /* Set the text color to $text-gray-dark */ 51 + .text-gray-dark { color: $text-gray-dark !important; } 52 + /* Set the text color to $text-green */ 53 + .text-green { color: $text-green !important; } 54 + /* Set the text color to $text-orange */ 55 + .text-orange { color: $text-orange !important; } 56 + /* Set the text color to $text-orange-light */ 57 + .text-orange-light { color: $text-orange-light !important; } 58 + /* Set the text color to $text-purple */ 59 + .text-purple { color: $text-purple !important; } 60 + /* Set the text color to $text-white */ 61 + .text-white { color: $text-white !important; } 62 + /* Set the text color to inherit */ 63 + .text-inherit { color: inherit !important; } 64 + 65 + // Text states 66 + // These can probably all be regular utilities 67 + .text-pending { color: $yellow-800 !important; } 68 + // Separate text and background colors in future to improve a11y 69 + .bg-pending { color: $yellow-700 !important; } 70 + 71 + // Link colors 72 + // Sets the links color to $text-gray and $text-blue on hover 73 + .link-gray { 74 + color: $text-gray !important; 75 + 76 + &:hover { 77 + color: $text-blue !important; 78 + } 79 + } 80 + 81 + // Sets the links color to $text-gray-dark and $text-blue on hover 82 + .link-gray-dark { 83 + color: $text-gray-dark !important; 84 + 85 + &:hover { 86 + color: $text-blue !important; 87 + } 88 + } 89 + 90 + /* Set the link color to $text-blue on hover 91 + Useful when you want only part of a link to turn blue on hover */ 92 + .link-hover-blue { 93 + &:hover { 94 + color: $text-blue !important; 95 + } 96 + } 97 + 98 + /* Make a link $text-gray, then $text-blue on hover and removes the underline */ 99 + .muted-link { 100 + color: $text-gray !important; 101 + 102 + &:hover { 103 + color: $text-blue !important; 104 + text-decoration: none; 105 + } 106 + }
+18
node_modules/primer-utilities/lib/details.scss
··· 1 + // stylelint-disable selector-max-type 2 + .details-overlay[open] > summary::before { 3 + position: fixed; 4 + top: 0; 5 + right: 0; 6 + bottom: 0; 7 + left: 0; 8 + z-index: 80; 9 + display: block; 10 + cursor: default; 11 + content: " "; 12 + background: transparent; 13 + } 14 + 15 + .details-overlay-dark[open] > summary::before { 16 + z-index: 99; 17 + background: $black-fade-50; 18 + }
+52
node_modules/primer-utilities/lib/flexbox.scss
··· 1 + // Flex utility classes 2 + // stylelint-disable block-opening-brace-space-after, block-opening-brace-space-before 3 + // stylelint-disable comment-empty-line-before 4 + 5 + @each $breakpoint, $variant in $responsive-variants { 6 + @include breakpoint($breakpoint) { 7 + // Flexbox classes 8 + // Container 9 + .flex#{$variant}-row { flex-direction: row !important; } 10 + .flex#{$variant}-row-reverse { flex-direction: row-reverse !important; } 11 + .flex#{$variant}-column { flex-direction: column !important; } 12 + 13 + .flex#{$variant}-wrap { flex-wrap: wrap !important; } 14 + .flex#{$variant}-nowrap { flex-wrap: nowrap !important; } 15 + 16 + .flex#{$variant}-justify-start { justify-content: flex-start !important; } 17 + .flex#{$variant}-justify-end { justify-content: flex-end !important; } 18 + .flex#{$variant}-justify-center { justify-content: center !important; } 19 + .flex#{$variant}-justify-between { justify-content: space-between !important; } 20 + .flex#{$variant}-justify-around { justify-content: space-around !important; } 21 + 22 + .flex#{$variant}-items-start { align-items: flex-start !important; } 23 + .flex#{$variant}-items-end { align-items: flex-end !important; } 24 + .flex#{$variant}-items-center { align-items: center !important; } 25 + .flex#{$variant}-items-baseline { align-items: baseline !important; } 26 + .flex#{$variant}-items-stretch { align-items: stretch !important; } 27 + 28 + .flex#{$variant}-content-start { align-content: flex-start !important; } 29 + .flex#{$variant}-content-end { align-content: flex-end !important; } 30 + .flex#{$variant}-content-center { align-content: center !important; } 31 + .flex#{$variant}-content-between { align-content: space-between !important; } 32 + .flex#{$variant}-content-around { align-content: space-around !important; } 33 + .flex#{$variant}-content-stretch { align-content: stretch !important; } 34 + 35 + // Item 36 + .flex#{$variant}-auto { flex: 1 1 auto !important; } 37 + .flex#{$variant}-shrink-0 { flex-shrink: 0 !important; } 38 + 39 + .flex#{$variant}-self-auto { align-self: auto !important; } 40 + .flex#{$variant}-self-start { align-self: flex-start !important; } 41 + .flex#{$variant}-self-end { align-self: flex-end !important; } 42 + .flex#{$variant}-self-center { align-self: center !important; } 43 + .flex#{$variant}-self-baseline { align-self: baseline !important; } 44 + .flex#{$variant}-self-stretch { align-self: stretch !important; } 45 + 46 + // Shorthand for equal width and height cols 47 + .flex#{$variant}-item-equal { 48 + flex-grow: 1; 49 + flex-basis: 0; 50 + } 51 + } 52 + }
+85
node_modules/primer-utilities/lib/layout.scss
··· 1 + // Layout 2 + // stylelint-disable block-opening-brace-space-after, block-opening-brace-space-before, primer/selector-no-utility 3 + // stylelint-disable comment-empty-line-before 4 + 5 + /* Set position to static */ 6 + .position-static { position: static !important; } 7 + /* Set position to relative */ 8 + .position-relative { position: relative !important; } 9 + /* Set position to absolute */ 10 + .position-absolute { position: absolute !important; } 11 + /* Set position to fixed */ 12 + .position-fixed { position: fixed !important; } 13 + 14 + /* Set top 0 */ 15 + .top-0 { top: 0 !important; } 16 + /* Set right 0 */ 17 + .right-0 { right: 0 !important; } 18 + /* Set bottom 0 */ 19 + .bottom-0 { bottom: 0 !important; } 20 + /* Set left 0 */ 21 + .left-0 { left: 0 !important; } 22 + 23 + /* Vertical align middle */ 24 + .v-align-middle { vertical-align: middle !important; } 25 + /* Vertical align top */ 26 + .v-align-top { vertical-align: top !important; } 27 + /* Vertical align bottom */ 28 + .v-align-bottom { vertical-align: bottom !important; } 29 + /* Vertical align to the top of the text */ 30 + .v-align-text-top { vertical-align: text-top !important; } 31 + /* Vertical align to the bottom of the text */ 32 + .v-align-text-bottom { vertical-align: text-bottom !important; } 33 + /* Vertical align to the parent's baseline */ 34 + .v-align-baseline { vertical-align: baseline !important; } 35 + 36 + // Overflow utilities 37 + // overflow-hidden can also be used to create a new 38 + // block formatting context or clear floats. 39 + /* Set the overflow hidden */ 40 + .overflow-hidden { overflow: hidden !important; } 41 + /* Set the overflow scroll */ 42 + .overflow-scroll { overflow: scroll !important; } 43 + /* Set the overflow auto */ 44 + .overflow-auto { overflow: auto !important; } 45 + 46 + // Clear floats 47 + /* Clear floats around the element */ 48 + .clearfix { 49 + @include clearfix; 50 + } 51 + 52 + // Floats 53 + @each $breakpoint, $variant in $responsive-variants { 54 + @include breakpoint($breakpoint) { 55 + /* Float to the left */ 56 + .float#{$variant}-left { float: left !important; } 57 + /* Float to the right */ 58 + .float#{$variant}-right { float: right !important; } 59 + /* No float */ 60 + .float#{$variant}-none { float: none !important; } 61 + } 62 + } 63 + 64 + // Width and height utilities, helpful in combination 65 + // with display-table utilities and images 66 + /* Max width 100% */ 67 + .width-fit { max-width: 100% !important; } 68 + /* Set the width to 100% */ 69 + .width-full { width: 100% !important; } 70 + /* Max height 100% */ 71 + .height-fit { max-height: 100% !important; } 72 + /* Set the height to 100% */ 73 + .height-full { height: 100% !important; } 74 + 75 + /* Remove min-width from element */ 76 + .min-width-0 { min-width: 0 !important; } 77 + 78 + @each $breakpoint, $variant in $responsive-variants { 79 + @include breakpoint($breakpoint) { 80 + /* Set the direction to rtl */ 81 + .direction#{$variant}-rtl { direction: rtl !important; } 82 + /* Set the direction to ltr */ 83 + .direction#{$variant}-ltr { direction: ltr !important; } 84 + } 85 + }
+53
node_modules/primer-utilities/lib/margin.scss
··· 1 + // Margin spacer utilities 2 + // stylelint-disable block-opening-brace-space-before, declaration-colon-space-before, primer/selector-no-utility, comment-empty-line-before 3 + 4 + // Loop through the breakpoint values 5 + @each $breakpoint, $variant in $responsive-variants { 6 + @include breakpoint($breakpoint) { 7 + // Loop through the spacer values 8 + @for $i from 1 through length($spacers) { 9 + $size: nth($spacers, $i); // sm, md, lg, xl 10 + $scale: $i - 1; // 0, 1, 2, 3, 4, 5, 6 11 + 12 + /* Set a $size margin to all sides at $breakpoint */ 13 + .m#{$variant}-#{$scale} { margin: $size !important; } 14 + /* Set a $size margin on the top at $breakpoint */ 15 + .mt#{$variant}-#{$scale} { margin-top: $size !important; } 16 + /* Set a $size margin on the right at $breakpoint */ 17 + .mr#{$variant}-#{$scale} { margin-right: $size !important; } 18 + /* Set a $size margin on the bottom at $breakpoint */ 19 + .mb#{$variant}-#{$scale} { margin-bottom: $size !important; } 20 + /* Set a $size margin on the left at $breakpoint */ 21 + .ml#{$variant}-#{$scale} { margin-left: $size !important; } 22 + 23 + @if ($size != 0) { 24 + /* Set a negative $size margin on top at $breakpoint */ 25 + .mt#{$variant}-n#{$scale} { margin-top : -$size !important; } 26 + /* Set a negative $size margin on the right at $breakpoint */ 27 + .mr#{$variant}-n#{$scale} { margin-right : -$size !important; } 28 + /* Set a negative $size margin on the bottom at $breakpoint */ 29 + .mb#{$variant}-n#{$scale} { margin-bottom: -$size !important; } 30 + /* Set a negative $size margin on the left at $breakpoint */ 31 + .ml#{$variant}-n#{$scale} { margin-left : -$size !important; } 32 + } 33 + 34 + /* Set a $size margin on the left & right at $breakpoint */ 35 + .mx#{$variant}-#{$scale} { 36 + margin-right: $size !important; 37 + margin-left: $size !important; 38 + } 39 + 40 + /* Set a $size margin on the top & bottom at $breakpoint */ 41 + .my#{$variant}-#{$scale} { 42 + margin-top: $size !important; 43 + margin-bottom: $size !important; 44 + } 45 + } 46 + 47 + /* responsive horizontal auto margins */ 48 + .mx#{$variant}-auto { 49 + margin-right: auto !important; 50 + margin-left: auto !important; 51 + } 52 + } 53 + }
+54
node_modules/primer-utilities/lib/padding.scss
··· 1 + // Padding spacer utilities 2 + // stylelint-disable block-opening-brace-space-before, declaration-colon-space-before 3 + // stylelint-disable comment-empty-line-before 4 + 5 + // Responsive padding spacer utilities 6 + @each $breakpoint, $variant in $responsive-variants { 7 + @include breakpoint($breakpoint) { 8 + // Loop through the spacer values 9 + @for $i from 1 through length($spacers) { 10 + $size: nth($spacers, $i); // xs, sm, md, lg, xl 11 + $scale: $i - 1; // 0, 1, 2, 3, 4, 5, 6 12 + 13 + /* Set a $size padding to all sides at $breakpoint */ 14 + .p#{$variant}-#{$scale} { padding: $size !important; } 15 + /* Set a $size padding to the top at $breakpoint */ 16 + .pt#{$variant}-#{$scale} { padding-top: $size !important; } 17 + /* Set a $size padding to the right at $breakpoint */ 18 + .pr#{$variant}-#{$scale} { padding-right: $size !important; } 19 + /* Set a $size padding to the bottom at $breakpoint */ 20 + .pb#{$variant}-#{$scale} { padding-bottom: $size !important; } 21 + /* Set a $size padding to the left at $breakpoint */ 22 + .pl#{$variant}-#{$scale} { padding-left: $size !important; } 23 + 24 + /* Set a $size padding to the left & right at $breakpoint */ 25 + .px#{$variant}-#{$scale} { 26 + padding-right: $size !important; 27 + padding-left: $size !important; 28 + } 29 + 30 + /* Set a $size padding to the top & bottom at $breakpoint */ 31 + .py#{$variant}-#{$scale} { 32 + padding-top: $size !important; 33 + padding-bottom: $size !important; 34 + } 35 + } 36 + } 37 + } 38 + 39 + // responsive padding for containers 40 + // stylelint-disable-next-line primer/selector-no-utility 41 + .p-responsive { 42 + padding-right: $spacer-3 !important; 43 + padding-left: $spacer-3 !important; 44 + 45 + @include breakpoint(sm) { 46 + padding-right: $spacer-6 !important; 47 + padding-left: $spacer-6 !important; 48 + } 49 + 50 + @include breakpoint(lg) { 51 + padding-right: $spacer-3 !important; 52 + padding-left: $spacer-3 !important; 53 + } 54 + }
+215
node_modules/primer-utilities/lib/typography.scss
··· 1 + // stylelint-disable block-closing-brace-space-before, primer/selector-no-utility, selector-list-comma-newline-after 2 + // stylelint-disable comment-empty-line-before 3 + // Type scale variables found in primer-support/lib/variables.scss 4 + // $h00-size-mobile: 40px; 5 + // $h0-size-mobile: 32px; 6 + // $h1-size-mobile: 26px; 7 + // $h2-size-mobile: 22px; 8 + // $h3-size-mobile: 18px; 9 + // $h00-size: 48px; 10 + // $h0-size: 40px; 11 + // $h1-size: 32px; 12 + // $h2-size: 24px; 13 + // $h3-size: 20px; 14 + // $h4-size: 16px; 15 + // $h5-size: 14px; 16 + // $h6-size: 12px; 17 + 18 + /* Set the font size to 26px */ 19 + .h1 { 20 + font-size: $h1-size-mobile !important; 21 + 22 + @include breakpoint(md) { font-size: $h1-size !important; } 23 + } 24 + 25 + /* Set the font size to 22px */ 26 + .h2 { 27 + font-size: $h2-size-mobile !important; 28 + 29 + @include breakpoint(md) { font-size: $h2-size !important; } 30 + } 31 + 32 + /* Set the font size to 18px */ 33 + .h3 { 34 + font-size: $h3-size-mobile !important; 35 + 36 + @include breakpoint(md) { font-size: $h3-size !important; } 37 + } 38 + 39 + /* Set the font size to #{$h4-size} */ 40 + .h4 { 41 + font-size: $h4-size !important; 42 + } 43 + 44 + /* Set the font size to #{$h5-size} */ 45 + .h5 { font-size: $h5-size !important; } 46 + 47 + // Does not include color property like typography base 48 + // styles, color should be applied with color utilities. 49 + /* Set the font size to #{$h6-size} */ 50 + .h6 { font-size: $h6-size !important; } 51 + 52 + // Heading utilities 53 + .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: $font-weight-bold !important; } 54 + 55 + // Type utilities that match type sale 56 + /* Set the font size to 26px */ 57 + .f1 { 58 + font-size: $h1-size-mobile !important; 59 + 60 + @include breakpoint(md) { font-size: $h1-size !important; } 61 + } 62 + 63 + /* Set the font size to 22px */ 64 + .f2 { 65 + font-size: $h2-size-mobile !important; 66 + 67 + @include breakpoint(md) { font-size: $h2-size !important; } 68 + } 69 + 70 + /* Set the font size to 18px */ 71 + .f3 { 72 + font-size: $h3-size-mobile !important; 73 + 74 + @include breakpoint(md) { font-size: $h3-size !important; } 75 + } 76 + 77 + /* Set the font size to #{$h4-size} */ 78 + .f4 { 79 + font-size: $h4-size !important; 80 + 81 + @include breakpoint(md) { font-size: $h4-size !important; } 82 + } 83 + 84 + /* Set the font size to #{$h5-size} */ 85 + .f5 { font-size: $h5-size !important; } 86 + /* Set the font size to #{$h6-size} */ 87 + .f6 { font-size: $h6-size !important; } 88 + 89 + // Type utils with light weight that match type scale 90 + /* Set the font size to 40px and weight to light */ 91 + .f00-light { 92 + font-size: $h00-size-mobile !important; 93 + font-weight: $font-weight-light !important; 94 + 95 + @include breakpoint(md) { font-size: $h00-size !important; } 96 + } 97 + 98 + /* Set the font size to 32px and weight to light */ 99 + .f0-light { 100 + font-size: $h0-size-mobile !important; 101 + font-weight: $font-weight-light !important; 102 + 103 + @include breakpoint(md) { font-size: $h0-size !important; } 104 + } 105 + 106 + /* Set the font size to 26px and weight to light */ 107 + .f1-light { 108 + font-size: $h1-size-mobile !important; 109 + font-weight: $font-weight-light !important; 110 + 111 + @include breakpoint(md) { font-size: $h1-size !important; } 112 + } 113 + 114 + /* Set the font size to 22px and weight to light */ 115 + .f2-light { 116 + font-size: $h2-size-mobile !important; 117 + font-weight: $font-weight-light !important; 118 + 119 + @include breakpoint(md) { font-size: $h2-size !important; } 120 + } 121 + 122 + // Same size and weight as .lead but without color property 123 + /* Set the font size to 18px and weight to light */ 124 + .f3-light { 125 + font-size: $h3-size-mobile !important; 126 + font-weight: $font-weight-light !important; 127 + 128 + @include breakpoint(md) { font-size: $h3-size !important; } 129 + } 130 + 131 + // Smallest text size 132 + /* Set the font size to ${#h6-size} */ 133 + .text-small { font-size: $h6-size !important; } // 12px 134 + 135 + /* Large leading paragraphs */ 136 + .lead { 137 + margin-bottom: 30px; 138 + font-size: $h3-size; 139 + font-weight: $font-weight-light; 140 + color: $gray-600; 141 + } 142 + 143 + // Line-height variations 144 + // Close to commonly used line-heights. Most line-heights 145 + // combined with type size equate to whole pixels. 146 + // Will be improved with future typography scale updates. 147 + /* Set the line height to ultra condensed */ 148 + .lh-condensed-ultra { line-height: $lh-condensed-ultra !important; } 149 + /* Set the line height to condensed */ 150 + .lh-condensed { line-height: $lh-condensed !important; } 151 + /* Set the line height to default */ 152 + .lh-default { line-height: $lh-default !important; } 153 + /* Set the line height to zero */ 154 + .lh-0 { line-height: 0 !important; } 155 + 156 + // Text alignments 157 + // Responsive text alignment 158 + @each $breakpoint, $variant in $responsive-variants { 159 + @include breakpoint($breakpoint) { 160 + /* Text align to the right */ 161 + .text#{$variant}-right { text-align: right !important; } 162 + /* Text align to the left */ 163 + .text#{$variant}-left { text-align: left !important; } 164 + /* Text align to the center */ 165 + .text#{$variant}-center { text-align: center !important; } 166 + } 167 + } 168 + 169 + // Text styles 170 + /* Set the font weight to normal */ 171 + .text-normal { font-weight: $font-weight-normal !important; } 172 + /* Set the font weight to bold */ 173 + .text-bold { font-weight: $font-weight-bold !important;} 174 + /* Set the font to italic */ 175 + .text-italic { font-style: italic !important; } 176 + /* Make text uppercase */ 177 + .text-uppercase { text-transform: uppercase !important; } 178 + /* Underline text */ 179 + .text-underline { text-decoration: underline !important; } 180 + /* Don't underline text */ 181 + .no-underline { text-decoration: none !important; } 182 + /* Don't wrap white space */ 183 + .no-wrap { white-space: nowrap !important; } 184 + /* Normal white space */ 185 + .ws-normal { white-space: normal !important; } 186 + /* Allow long lines with no spaces to line break */ 187 + .wb-break-all { word-break: break-all !important; } 188 + 189 + .text-emphasized { 190 + font-weight: $font-weight-bold; 191 + color: $text-gray-dark; 192 + } 193 + 194 + // List styles 195 + .list-style-none { list-style: none !important; } 196 + 197 + // Text Shadows 198 + /* Add a dark text shadow */ 199 + .text-shadow-dark { 200 + text-shadow: 0 1px 1px rgba($black, 0.25), 0 1px 25px rgba($black, 0.75); 201 + } 202 + /* Add a light text shadow */ 203 + .text-shadow-light { 204 + text-shadow: 0 1px 0 rgba($white, 0.5); 205 + } 206 + 207 + /* Set to monospace font */ 208 + .text-mono { 209 + font-family: $mono-font; 210 + } 211 + 212 + /* Disallow user from selecting text */ 213 + .user-select-none { 214 + user-select: none !important; 215 + }
+87
node_modules/primer-utilities/lib/visibility-display.scss
··· 1 + // Visibility and display utilities 2 + // stylelint-disable block-opening-brace-space-after, block-opening-brace-space-before, primer/selector-no-utility 3 + // stylelint-disable comment-empty-line-before 4 + 5 + $display-values: ( 6 + block, 7 + flex, 8 + inline, 9 + inline-block, 10 + inline-flex, 11 + none, 12 + table, 13 + table-cell 14 + ); 15 + 16 + // Responsive display utilities 17 + @each $breakpoint, $variant in $responsive-variants { 18 + @include breakpoint($breakpoint) { 19 + @each $display in $display-values { 20 + .d#{$variant}-#{$display} { display: $display !important; } 21 + } 22 + } 23 + } 24 + 25 + .v-hidden { visibility: hidden !important; } 26 + .v-visible { visibility: visible !important; } 27 + 28 + // Hide utilities for each breakpoint 29 + // Each hide utility only applies to one breakpoint range. 30 + @media (max-width: $width-sm) { 31 + .hide-sm { 32 + display: none !important; 33 + } 34 + } 35 + 36 + @media (min-width: $width-sm) and (max-width: $width-md) { 37 + .hide-md { 38 + display: none !important; 39 + } 40 + } 41 + 42 + @media (min-width: $width-md) and (max-width: $width-lg) { 43 + .hide-lg { 44 + display: none !important; 45 + } 46 + } 47 + 48 + @media (min-width: $width-lg) { 49 + .hide-xl { 50 + display: none !important; 51 + } 52 + } 53 + 54 + /* Set the table-layout to fixed */ 55 + .table-fixed { table-layout: fixed !important; } 56 + 57 + // Only display content to screen readers 58 + // 59 + // See: http://a11yproject.com/posts/how-to-hide-content/ 60 + .sr-only { 61 + position: absolute; 62 + width: 1px; 63 + height: 1px; 64 + padding: 0; 65 + overflow: hidden; 66 + clip: rect(0, 0, 0, 0); 67 + // Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1241631 68 + word-wrap: normal; 69 + border: 0; 70 + } 71 + 72 + // Only display content on focus 73 + .show-on-focus { 74 + position: absolute; 75 + width: 1px; 76 + height: 1px; 77 + margin: 0; 78 + overflow: hidden; 79 + clip: rect(1px, 1px, 1px, 1px); 80 + 81 + &:focus { 82 + z-index: 20; 83 + width: auto; 84 + height: auto; 85 + clip: auto; 86 + } 87 + }
+72
node_modules/primer-utilities/package.json
··· 1 + { 2 + "_from": "primer-utilities@4.14.4", 3 + "_id": "primer-utilities@4.14.4", 4 + "_inBundle": false, 5 + "_integrity": "sha512-EEZxsp/bjY4jkTqDeVJfWI/df55icDhFDGylX59VeiSVudIgUUe5G1VqtgGJIXgqnkiLf5u+iaOSayFvxqhTrg==", 6 + "_location": "/primer-utilities", 7 + "_phantomChildren": {}, 8 + "_requested": { 9 + "type": "version", 10 + "registry": true, 11 + "raw": "primer-utilities@4.14.4", 12 + "name": "primer-utilities", 13 + "escapedName": "primer-utilities", 14 + "rawSpec": "4.14.4", 15 + "saveSpec": null, 16 + "fetchSpec": "4.14.4" 17 + }, 18 + "_requiredBy": [ 19 + "/primer-core" 20 + ], 21 + "_resolved": "https://registry.npmjs.org/primer-utilities/-/primer-utilities-4.14.4.tgz", 22 + "_shasum": "642d8df36fc35b3c34b1442ff8684864d44a073d", 23 + "_spec": "primer-utilities@4.14.4", 24 + "_where": "/Users/brandonrosage/github/profile-generator/node_modules/primer-core", 25 + "author": { 26 + "name": "GitHub, Inc." 27 + }, 28 + "bugs": { 29 + "url": "https://github.com/primer/primer/issues" 30 + }, 31 + "bundleDependencies": false, 32 + "dependencies": { 33 + "primer-support": "4.7.2" 34 + }, 35 + "deprecated": false, 36 + "description": "Immutable, atomic CSS classes to rapidly build product", 37 + "files": [ 38 + "index.scss", 39 + "lib", 40 + "build", 41 + "docs" 42 + ], 43 + "homepage": "http://primer.github.io/", 44 + "keywords": [ 45 + "primer", 46 + "css", 47 + "github", 48 + "design-system" 49 + ], 50 + "license": "MIT", 51 + "main": "build/index.js", 52 + "name": "primer-utilities", 53 + "primer": { 54 + "category": "core", 55 + "module_type": "utilities" 56 + }, 57 + "repository": { 58 + "type": "git", 59 + "url": "https://github.com/primer/primer/tree/master/modules/primer-utilities" 60 + }, 61 + "sass": "index.scss", 62 + "scripts": { 63 + "build": "../../script/npm-run primer-module-build index.scss", 64 + "lint": "../../script/lint-scss", 65 + "postpublish": "../../script/notify success", 66 + "prepare": "npm run build", 67 + "prepublishOnly": "../../script/notify pending", 68 + "test": "../../script/npm-run-all build lint" 69 + }, 70 + "style": "build/build.css", 71 + "version": "4.14.4" 72 + }
+129
package-lock.json
··· 1 + { 2 + "name": "profile-generator", 3 + "version": "1.0.0", 4 + "lockfileVersion": 1, 5 + "requires": true, 6 + "dependencies": { 7 + "primer-base": { 8 + "version": "1.9.2", 9 + "resolved": "https://registry.npmjs.org/primer-base/-/primer-base-1.9.2.tgz", 10 + "integrity": "sha512-KgZP0cGq0rdgyK5ozw7UbyqG52o0sbzAfRP3iEeoRhDwCJ3X0XaHeCINty7QhcIzWCccXkdamMe/P6HBwWM12g==", 11 + "requires": { 12 + "primer-support": "4.7.2" 13 + } 14 + }, 15 + "primer-box": { 16 + "version": "2.5.13", 17 + "resolved": "https://registry.npmjs.org/primer-box/-/primer-box-2.5.13.tgz", 18 + "integrity": "sha512-ZNZ8TFU05gqZx1oSk6DVdjACOOPsdJZqn0qYBcfsEu+AQQiKJ7HVH8pgODlH5tqj8Ihtoz3Q1CxCmrZhVnjnbA==", 19 + "requires": { 20 + "primer-support": "4.7.2" 21 + } 22 + }, 23 + "primer-breadcrumb": { 24 + "version": "1.5.9", 25 + "resolved": "https://registry.npmjs.org/primer-breadcrumb/-/primer-breadcrumb-1.5.9.tgz", 26 + "integrity": "sha512-A2+rm3Gi2vk4LYr8yWrNwYNc2i59gcnfAGyT/QJ7G66R0kLD8M3rIPDw2vmRY5LagTvZ8KnY6wRwc5GSSKVBDQ==", 27 + "requires": { 28 + "primer-support": "4.7.2" 29 + } 30 + }, 31 + "primer-buttons": { 32 + "version": "2.6.4", 33 + "resolved": "https://registry.npmjs.org/primer-buttons/-/primer-buttons-2.6.4.tgz", 34 + "integrity": "sha512-6+wFjXKGk76qZmUrnUTXm8Zo6viiNlcGcSSiW89OeAW2qkHHlTvyMqoKwExg8nGNFbLIGxhvqb9V++nx20Pq1Q==", 35 + "requires": { 36 + "primer-support": "4.7.2" 37 + } 38 + }, 39 + "primer-core": { 40 + "version": "6.10.9", 41 + "resolved": "https://registry.npmjs.org/primer-core/-/primer-core-6.10.9.tgz", 42 + "integrity": "sha512-OJmJzhjw4UXXU/IzH3JoJL6KGHfWep8G8t+EHNGIJVHBsrGQYylp5iEcsPuHLDQVpKbOtuj3Rqg3ef53ei2R5A==", 43 + "requires": { 44 + "primer-base": "1.9.2", 45 + "primer-box": "2.5.13", 46 + "primer-breadcrumb": "1.5.9", 47 + "primer-buttons": "2.6.4", 48 + "primer-forms": "2.1.8", 49 + "primer-layout": "1.6.2", 50 + "primer-navigation": "1.5.11", 51 + "primer-pagination": "1.0.7", 52 + "primer-support": "4.7.2", 53 + "primer-table-object": "1.4.13", 54 + "primer-tooltips": "1.5.11", 55 + "primer-truncate": "1.4.13", 56 + "primer-utilities": "4.14.4" 57 + } 58 + }, 59 + "primer-forms": { 60 + "version": "2.1.8", 61 + "resolved": "https://registry.npmjs.org/primer-forms/-/primer-forms-2.1.8.tgz", 62 + "integrity": "sha512-bAobB7DUWphIjdcXfPD6CPWwvWBp5hbH65seO0OT+KkYbCLrDZCeFxLfRs9u1LyYN07DJR/vf4k8wom0Bksr4A==", 63 + "requires": { 64 + "primer-support": "4.7.2" 65 + } 66 + }, 67 + "primer-layout": { 68 + "version": "1.6.2", 69 + "resolved": "https://registry.npmjs.org/primer-layout/-/primer-layout-1.6.2.tgz", 70 + "integrity": "sha512-Ov/g9GiAaKhRAXku2wxsTlmJXhQPAjWpCwibJ+Ooxu0X8n6BA52y/ScZUPFdde+vZYhbFGFQwozU8y2bzuw3dg==", 71 + "requires": { 72 + "primer-support": "4.7.2" 73 + } 74 + }, 75 + "primer-navigation": { 76 + "version": "1.5.11", 77 + "resolved": "https://registry.npmjs.org/primer-navigation/-/primer-navigation-1.5.11.tgz", 78 + "integrity": "sha512-Fykn/zuJX8z8kEIkzxnbwZhbCbYbuQF7Iv+03yzBeesOfN4VaQKgpTtaAXW26NB1BjOo3omrhVivYoejTFXbuw==", 79 + "requires": { 80 + "primer-support": "4.7.2" 81 + } 82 + }, 83 + "primer-pagination": { 84 + "version": "1.0.7", 85 + "resolved": "https://registry.npmjs.org/primer-pagination/-/primer-pagination-1.0.7.tgz", 86 + "integrity": "sha512-c0Vmc3ZYspn+JdY6nmH626c+bxkuJLToYueksEMOrET4da05xwnC8dF7v6fh7UlBZ+qNArf+SsFWqXJPW5C8IA==", 87 + "requires": { 88 + "primer-support": "4.7.2" 89 + } 90 + }, 91 + "primer-support": { 92 + "version": "4.7.2", 93 + "resolved": "https://registry.npmjs.org/primer-support/-/primer-support-4.7.2.tgz", 94 + "integrity": "sha512-WbfjjITtGV6iXQeaVPL+AzHj1Jv9RHJRp7kIu5ebFXwolWmCqTBpA/8VmWmssyeTfv8zR7iuCoT0UoBF+uGHww==" 95 + }, 96 + "primer-table-object": { 97 + "version": "1.4.13", 98 + "resolved": "https://registry.npmjs.org/primer-table-object/-/primer-table-object-1.4.13.tgz", 99 + "integrity": "sha512-JoU/T1aubSg3cvEXh5K95X63W5bJLFlvDflVWMc8QJKiHBPmICH7yccsGI+ybhEUnd7MUD+BEXKgQwM+Iinv5g==", 100 + "requires": { 101 + "primer-support": "4.7.2" 102 + } 103 + }, 104 + "primer-tooltips": { 105 + "version": "1.5.11", 106 + "resolved": "https://registry.npmjs.org/primer-tooltips/-/primer-tooltips-1.5.11.tgz", 107 + "integrity": "sha512-r0C4gnzg8hChoKVU5hC+e7BlKM3gkO+W8L1o91RCDiguN9S0u/yo3DQwlVL68igvAP34NEYzchsZ82BkQkd1Dg==", 108 + "requires": { 109 + "primer-support": "4.7.2" 110 + } 111 + }, 112 + "primer-truncate": { 113 + "version": "1.4.13", 114 + "resolved": "https://registry.npmjs.org/primer-truncate/-/primer-truncate-1.4.13.tgz", 115 + "integrity": "sha512-/3saQDL8n77nGJ7zMT05PKTKeMTFrR2QVjZsD5XnOblMiglND95ozOKef0sDcyrgR7fv+qLMXr56+QS/FWFSsw==", 116 + "requires": { 117 + "primer-support": "4.7.2" 118 + } 119 + }, 120 + "primer-utilities": { 121 + "version": "4.14.4", 122 + "resolved": "https://registry.npmjs.org/primer-utilities/-/primer-utilities-4.14.4.tgz", 123 + "integrity": "sha512-EEZxsp/bjY4jkTqDeVJfWI/df55icDhFDGylX59VeiSVudIgUUe5G1VqtgGJIXgqnkiLf5u+iaOSayFvxqhTrg==", 124 + "requires": { 125 + "primer-support": "4.7.2" 126 + } 127 + } 128 + } 129 + }
+22
package.json
··· 1 + { 2 + "name": "profile-generator", 3 + "version": "1.0.0", 4 + "description": "", 5 + "main": "index.js", 6 + "scripts": { 7 + "test": "echo \"Error: no test specified\" && exit 1" 8 + }, 9 + "repository": { 10 + "type": "git", 11 + "url": "git+https://github.com/github/profile-generator.git" 12 + }, 13 + "author": "github", 14 + "license": "ISC", 15 + "bugs": { 16 + "url": "https://github.com/github/profile-generator/issues" 17 + }, 18 + "homepage": "https://github.com/github/profile-generator#readme", 19 + "dependencies": { 20 + "primer-core": "^6.10.9" 21 + } 22 + }