| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | html { | 
					
						
							|  |  |  |   box-sizing: border-box; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  | *, | 
					
						
							|  |  |  | *:before, | 
					
						
							|  |  |  | *:after { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   box-sizing: inherit; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | body { | 
					
						
							|  |  |  |   font-family: var(--sl-font-sans); | 
					
						
							|  |  |  |   font-size: var(--sl-font-size-medium); | 
					
						
							|  |  |  |   font-weight: var(--sl-font-weight-normal); | 
					
						
							|  |  |  |   letter-spacing: var(--sl-letter-spacing-normal); | 
					
						
							| 
									
										
										
										
											2021-08-06 13:37:16 +00:00
										 |  |  |   background-color: rgb(var(--sl-color-neutral-1000)); | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   color: rgb(var(--sl-color-neutral-800)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   line-height: var(--sl-line-height-normal); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | a { | 
					
						
							| 
									
										
										
										
											2021-08-05 21:48:04 +00:00
										 |  |  |   color: rgb(var(--sl-color-primary-600)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-16 11:06:08 +00:00
										 |  |  | strong { | 
					
						
							|  |  |  |   font-weight: var(--sl-font-weight-bold); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | /* Sidebar */ | 
					
						
							|  |  |  | .sidebar { | 
					
						
							| 
									
										
										
										
											2021-08-06 13:37:16 +00:00
										 |  |  |   background: rgb(var(--sl-color-neutral-1000)); | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   border-right: solid 1px rgb(var(--sl-color-neutral-200)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .sidebar .app-name { | 
					
						
							|  |  |  |   padding: 0 1.5rem; | 
					
						
							|  |  |  |   margin-top: 1.5rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .sidebar-version { | 
					
						
							|  |  |  |   font-size: var(--sl-font-size-x-small); | 
					
						
							|  |  |  |   font-weight: var(--sl-font-weight-normal); | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   color: rgb(var(--sl-color-neutral-400)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   text-align: right; | 
					
						
							|  |  |  |   padding: 0 var(--sl-spacing-small); | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   margin: -1.25rem 0 0.6rem 0; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .sidebar-buttons { | 
					
						
							|  |  |  |   text-align: center; | 
					
						
							|  |  |  |   margin-top: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Search */ | 
					
						
							|  |  |  | .sidebar .search { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   border: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .sidebar .search input[type='search'] { | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   background-color: rgb(var(--sl-input-background-color)); | 
					
						
							|  |  |  |   border: solid 1px rgb(var(--sl-input-border-color)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   border-radius: var(--sl-border-radius-pill); | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   color: rgb(var(--sl-input-color)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   padding-left: 1rem; | 
					
						
							|  |  |  |   padding-right: 2rem; | 
					
						
							|  |  |  |   margin: 0 1.25rem; | 
					
						
							| 
									
										
										
										
											2020-08-14 21:56:40 +00:00
										 |  |  |   transition: var(--sl-transition-fast) color, var(--sl-transition-fast) border, var(--sl-transition-fast) box-shadow; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  | .sidebar .search input[type='search']::placeholder { | 
					
						
							|  |  |  |   color: rgb(var(--sl-input-placeholder-color)); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-14 21:56:40 +00:00
										 |  |  | .sidebar .search input[type='search']:hover { | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   background-color: rgb(var(--sl-input-background-color-hover)); | 
					
						
							|  |  |  |   border-color: rgb(var(--sl-input-border-color-hover)); | 
					
						
							|  |  |  |   color: rgb(var(--sl-input-color-hover)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .sidebar .search input[type='search']:focus { | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   background-color: rgb(var(--sl-input-background-color-focus)); | 
					
						
							| 
									
										
										
										
											2021-08-10 21:53:15 +00:00
										 |  |  |   box-shadow: 0 0 0 var(--sl-focus-ring-width) rgb(var(--sl-color-primary-500) / var(--sl-focus-ring-alpha)); | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   border-color: rgb(var(--sl-input-border-color-focus)); | 
					
						
							|  |  |  |   color: rgb(var(--sl-input-color-focus)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   outline: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .sidebar .input-wrap { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   padding: 0 0.25rem; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .sidebar .clear-button { | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  |   right: 34px; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   top: 7px; | 
					
						
							|  |  |  |   width: 22px !important; | 
					
						
							|  |  |  |   height: 22px !important; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .sidebar .clear-button svg { | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   transform: scale(0.75) !important; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | .sidebar .clear-button svg circle { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   fill: rgb(var(--sl-color-neutral-400)); | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .sidebar .clear-button svg path { | 
					
						
							| 
									
										
										
										
											2021-08-06 13:37:16 +00:00
										 |  |  |   stroke: rgb(var(--sl-color-neutral-1000)); | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | .sidebar .clear-button:focus { | 
					
						
							|  |  |  |   outline: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .search .results-panel { | 
					
						
							|  |  |  |   margin-top: 1rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .search .matching-post { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   border-bottom: solid 1px rgb(var(--sl-color-neutral-500)) !important; | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   padding: 0.25rem 1.5rem; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .search .matching-post a { | 
					
						
							|  |  |  |   display: block; | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   border-radius: inherit; | 
					
						
							|  |  |  |   padding: 0.5rem; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .search .matching-post h2 { | 
					
						
							|  |  |  |   margin-bottom: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .search .matching-post p { | 
					
						
							|  |  |  |   margin-top: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Sidebar toggle */ | 
					
						
							|  |  |  | .sidebar-toggle { | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   top: 0.25rem; | 
					
						
							|  |  |  |   left: 0.25rem; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   width: 2rem; | 
					
						
							|  |  |  |   height: 2rem; | 
					
						
							|  |  |  |   border-radius: var(--sl-border-radius-medium); | 
					
						
							| 
									
										
										
										
											2021-08-06 13:37:16 +00:00
										 |  |  |   background-color: rgb(var(--sl-color-neutral-1000)); | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   padding: 0.5rem; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-14 21:56:40 +00:00
										 |  |  | .sidebar-toggle:focus { | 
					
						
							|  |  |  |   outline: none; | 
					
						
							| 
									
										
										
										
											2021-08-10 21:53:15 +00:00
										 |  |  |   box-shadow: 0 0 0 var(--sl-focus-ring-width) rgb(var(--sl-color-primary-500) / var(--sl-focus-ring-alpha)); | 
					
						
							| 
									
										
										
										
											2020-08-14 21:56:40 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .sidebar-toggle span:last-child { | 
					
						
							|  |  |  |   margin-bottom: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | @media screen and (max-width: 768px) { | 
					
						
							|  |  |  |   body.close .sidebar-toggle { | 
					
						
							| 
									
										
										
										
											2020-07-16 11:29:26 +00:00
										 |  |  |     width: 2rem; | 
					
						
							|  |  |  |     background: none; | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |     padding: 0.5rem; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Sidebar nav */ | 
					
						
							|  |  |  | .sidebar-nav { | 
					
						
							|  |  |  |   padding: 0 1rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-07 12:37:46 +00:00
										 |  |  | .sidebar-nav li { | 
					
						
							|  |  |  |   line-height: 1; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | .sidebar-nav a { | 
					
						
							|  |  |  |   color: inherit; | 
					
						
							|  |  |  |   text-decoration: none; | 
					
						
							| 
									
										
										
										
											2020-07-19 15:26:40 +00:00
										 |  |  |   line-height: 1.5em; | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   padding-top: 0.25em; | 
					
						
							|  |  |  |   padding-bottom: 0.25em; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .sidebar-nav li.collapse > a, | 
					
						
							|  |  |  | .sidebar-nav li.active > a { | 
					
						
							| 
									
										
										
										
											2021-08-05 21:48:04 +00:00
										 |  |  |   color: rgb(var(--sl-color-primary-600)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .sidebar li > p { | 
					
						
							|  |  |  |   font-weight: var(--sl-font-weight-bold); | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   border-bottom: solid 1px rgb(var(--sl-color-neutral-200)); | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   margin: 0 0.75rem 0.5rem 0; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .sidebar ul li ul { | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   padding-left: 0.5rem; | 
					
						
							|  |  |  |   margin: 0 0.75rem 1.5rem 0; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .sidebar ul ul ul { | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   margin: 0 0 0 0.5rem; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .sidebar ul ul ul li { | 
					
						
							|  |  |  |   list-style: disc; | 
					
						
							|  |  |  |   margin-left: 1.5rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-16 11:05:22 +00:00
										 |  |  | /* Splash */ | 
					
						
							|  |  |  | .splash { | 
					
						
							|  |  |  |   display: flex; | 
					
						
							| 
									
										
										
										
											2020-08-10 11:34:16 +00:00
										 |  |  |   padding-top: 2rem; | 
					
						
							| 
									
										
										
										
											2020-07-16 11:05:22 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .splash-start { | 
					
						
							|  |  |  |   min-width: 420px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .splash-end { | 
					
						
							|  |  |  |   display: flex; | 
					
						
							|  |  |  |   align-items: flex-end; | 
					
						
							|  |  |  |   width: auto; | 
					
						
							|  |  |  |   padding-left: 1rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .splash-image { | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  |   height: auto; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .splash-logo { | 
					
						
							|  |  |  |   max-width: 22rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @media screen and (max-width: 1040px) { | 
					
						
							|  |  |  |   .splash { | 
					
						
							|  |  |  |     display: block; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .splash-start { | 
					
						
							|  |  |  |     min-width: 0; | 
					
						
							|  |  |  |     padding-bottom: 1rem; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .splash-end { | 
					
						
							|  |  |  |     padding: 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .splash-image { | 
					
						
							|  |  |  |     display: block; | 
					
						
							|  |  |  |     max-width: 400px; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2020-08-10 11:34:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   /* Shields */ | 
					
						
							|  |  |  |   .splash + p { | 
					
						
							|  |  |  |     margin-top: 2rem; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2020-07-16 11:05:22 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | /* Content */ | 
					
						
							|  |  |  | .content { | 
					
						
							|  |  |  |   padding-top: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section { | 
					
						
							|  |  |  |   max-width: 860px; | 
					
						
							| 
									
										
										
										
											2020-10-06 12:14:07 +00:00
										 |  |  |   overflow-anchor: none; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | .anchor span { | 
					
						
							| 
									
										
										
										
											2021-08-06 13:37:16 +00:00
										 |  |  |   color: rgb(var(--sl-color-neutral-0)); | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-16 11:44:01 +00:00
										 |  |  | .markdown-section blockquote { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   border-left: solid 4px rgb(var(--sl-color-neutral-200)); | 
					
						
							| 
									
										
										
										
											2020-07-16 11:44:01 +00:00
										 |  |  |   font-style: italic; | 
					
						
							|  |  |  |   padding: 1rem 1.5rem; | 
					
						
							|  |  |  |   margin: 0 0 1rem 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section blockquote p:first-child { | 
					
						
							|  |  |  |   margin-top: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section blockquote p:last-child { | 
					
						
							|  |  |  |   margin-bottom: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | .markdown-section ul { | 
					
						
							|  |  |  |   padding: 0 0 0 1.5rem; | 
					
						
							| 
									
										
										
										
											2020-10-01 16:56:58 +00:00
										 |  |  |   margin: 0 0 1rem 0; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-12-23 20:56:58 +00:00
										 |  |  | .markdown-section ul ul { | 
					
						
							|  |  |  |   margin-bottom: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-14 21:56:40 +00:00
										 |  |  | .docsify-pagination-container { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   border-top-color: rgb(var(--sl-color-neutral-200)) !important; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section h1, | 
					
						
							|  |  |  | .markdown-section h2, | 
					
						
							|  |  |  | .markdown-section h3, | 
					
						
							|  |  |  | .markdown-section h4, | 
					
						
							|  |  |  | .markdown-section h5, | 
					
						
							|  |  |  | .markdown-section h6 { | 
					
						
							|  |  |  |   font-weight: var(--sl-font-weight-normal); | 
					
						
							|  |  |  |   margin: 0 0 1em 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section h1 { | 
					
						
							|  |  |  |   font-size: var(--sl-font-size-xx-large); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section h2 { | 
					
						
							|  |  |  |   font-size: var(--sl-font-size-x-large); | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   border-bottom: solid 1px rgb(var(--sl-color-neutral-200)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   margin-top: 2rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section h3 { | 
					
						
							|  |  |  |   font-size: var(--sl-font-size-large); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section h4 { | 
					
						
							|  |  |  |   font-size: var(--sl-font-size-medium); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section h5 { | 
					
						
							|  |  |  |   font-size: var(--sl-font-size-small); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section h6 { | 
					
						
							|  |  |  |   font-size: var(--sl-font-size-x-small); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section pre { | 
					
						
							|  |  |  |   font-family: var(--sl-font-mono); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section h1:first-of-type { | 
					
						
							|  |  |  |   margin-bottom: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section code { | 
					
						
							|  |  |  |   font-family: var(--sl-font-mono); | 
					
						
							|  |  |  |   font-size: 87.5%; | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   background-color: rgb(var(--sl-color-neutral-50)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   border-radius: var(--sl-border-radius-small); | 
					
						
							|  |  |  |   padding: 2px 4px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | .sl-theme-dark .markdown-section code { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   background-color: rgb(var(--sl-color-neutral-100)); | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-07 19:39:39 +00:00
										 |  |  | .markdown-section kbd { | 
					
						
							|  |  |  |   font-family: var(--sl-font-mono); | 
					
						
							|  |  |  |   font-size: 87.5%; | 
					
						
							|  |  |  |   border-radius: var(--sl-border-radius-small); | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   border: solid 1px rgb(var(--sl-color-neutral-200)); | 
					
						
							| 
									
										
										
										
											2020-08-07 19:39:39 +00:00
										 |  |  |   padding: 2px 4px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | /* Code blocks */ | 
					
						
							|  |  |  | .markdown-section pre { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   background-color: rgb(var(--sl-color-neutral-50)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   border-radius: var(--sl-border-radius-medium); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | .sl-theme-dark .markdown-section pre { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   background-color: rgb(var(--sl-color-neutral-100)); | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | .markdown-section pre > code { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   background: none; | 
					
						
							| 
									
										
										
										
											2020-08-14 21:56:40 +00:00
										 |  |  |   border-radius: 0; | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   color: rgb(var(--sl-color-neutral-700)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   padding: var(--sl-spacing-medium); | 
					
						
							|  |  |  |   overflow: auto; | 
					
						
							|  |  |  |   hyphens: none; | 
					
						
							|  |  |  |   tab-size: 2; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section pre .token.comment { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   color: rgb(var(--sl-color-neutral-400)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section pre .token.prolog, | 
					
						
							|  |  |  | .markdown-section pre .token.doctype, | 
					
						
							|  |  |  | .markdown-section pre .token.cdata, | 
					
						
							|  |  |  | .markdown-section pre .token.operator { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   color: rgb(var(--sl-color-neutral-600)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section pre .token.punctuation { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   color: rgb(var(--sl-color-neutral-600)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .namespace { | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   opacity: 0.7; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section pre .token.property, | 
					
						
							|  |  |  | .markdown-section pre .token.keyword, | 
					
						
							|  |  |  | .markdown-section pre .token.tag, | 
					
						
							|  |  |  | .markdown-section pre .token.url { | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   color: rgb(var(--sl-color-sky-600)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section pre .token.symbol, | 
					
						
							|  |  |  | .markdown-section pre .token.deleted { | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   color: rgb(var(--sl-color-pink-600)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section pre .token.boolean, | 
					
						
							|  |  |  | .markdown-section pre .token.constant, | 
					
						
							|  |  |  | .markdown-section pre .token.selector, | 
					
						
							|  |  |  | .markdown-section pre .token.attr-name, | 
					
						
							|  |  |  | .markdown-section pre .token.string, | 
					
						
							|  |  |  | .markdown-section pre .token.char, | 
					
						
							|  |  |  | .markdown-section pre .token.builtin, | 
					
						
							|  |  |  | .markdown-section pre .token.inserted { | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   color: rgb(var(--sl-color-emerald-600)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section pre .token.atrule, | 
					
						
							|  |  |  | .markdown-section pre .token.attr-value, | 
					
						
							|  |  |  | .markdown-section pre .token.number, | 
					
						
							|  |  |  | .markdown-section pre .token.variable { | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   color: rgb(var(--sl-color-violet-600)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 22:02:15 +00:00
										 |  |  | .markdown-section pre .token.function, | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | .markdown-section pre .token.class-name, | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | .markdown-section pre .token.regex { | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   color: rgb(var(--sl-color-orange-600)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section pre .token.important { | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   color: rgb(var(--sl-color-red-600)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section pre .token.important, | 
					
						
							|  |  |  | .markdown-section pre .token.bold { | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section pre .token.italic { | 
					
						
							|  |  |  |   font-style: italic; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Tables */ | 
					
						
							|  |  |  | .markdown-section table { | 
					
						
							| 
									
										
										
										
											2021-06-24 22:24:54 +00:00
										 |  |  |   display: table; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   margin-bottom: 1.5rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section tr { | 
					
						
							|  |  |  |   border: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section tr:nth-child(2n) { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   background: rgb(var(--sl-color-neutral-50)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | .sl-theme-dark .markdown-section tr:nth-child(2n) { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   background: rgb(var(--sl-color-neutral-100)); | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | .markdown-section th { | 
					
						
							|  |  |  |   border: none; | 
					
						
							| 
									
										
										
										
											2021-06-24 22:24:54 +00:00
										 |  |  |   font-weight: var(--sl-font-weight-semibold); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   text-align: left; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section td { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   border-top: solid 1px rgb(var(--sl-color-neutral-200)); | 
					
						
							|  |  |  |   border-bottom: solid 1px rgb(var(--sl-color-neutral-200)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   border-left: none; | 
					
						
							|  |  |  |   border-right: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-24 22:24:54 +00:00
										 |  |  | .markdown-section table .nowrap { | 
					
						
							| 
									
										
										
										
											2020-07-16 11:25:28 +00:00
										 |  |  |   white-space: nowrap; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-12-22 14:40:11 +00:00
										 |  |  | /* Iframes */ | 
					
						
							|  |  |  | .markdown-section iframe { | 
					
						
							|  |  |  |   border: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | /* Tips & Warnings */ | 
					
						
							|  |  |  | .markdown-section p.tip, | 
					
						
							|  |  |  | .markdown-section p.warn { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   background-color: rgb(var(--sl-color-neutral-50)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   border-left: solid 4px transparent; | 
					
						
							|  |  |  |   border-radius: var(--sl-border-radius-medium); | 
					
						
							|  |  |  |   padding-left: 1.5rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | .sl-theme-dark .markdown-section p.tip, | 
					
						
							|  |  |  | .sl-theme-dark .markdown-section p.warn { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   background-color: rgb(var(--sl-color-neutral-100)); | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | .markdown-section p.tip:before, | 
					
						
							|  |  |  | .markdown-section p.warn:before { | 
					
						
							|  |  |  |   content: '!'; | 
					
						
							|  |  |  |   border-radius: 100%; | 
					
						
							| 
									
										
										
										
											2021-08-06 13:37:16 +00:00
										 |  |  |   color: rgb(var(--sl-color-neutral-1000)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   font-size: 14px; | 
					
						
							|  |  |  |   font-weight: bold; | 
					
						
							|  |  |  |   left: -12px; | 
					
						
							|  |  |  |   line-height: 20px; | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							|  |  |  |   height: 20px; | 
					
						
							|  |  |  |   width: 20px; | 
					
						
							|  |  |  |   text-align: center; | 
					
						
							|  |  |  |   top: calc(50% - 10px); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section p.warn { | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   border-left-color: rgb(var(--sl-color-primary-500)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section p.warn:before { | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   background-color: rgb(var(--sl-color-primary-500)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section p.tip { | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   border-left-color: rgb(var(--sl-color-danger-500)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .markdown-section p.tip:before { | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   background-color: rgb(var(--sl-color-danger-500)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-14 21:56:40 +00:00
										 |  |  | .markdown-section p.tip code, | 
					
						
							|  |  |  | .markdown-section p.warn code { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   background-color: rgb(var(--sl-color-neutral-100)); | 
					
						
							| 
									
										
										
										
											2020-08-14 21:56:40 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | /* Component headers */ | 
					
						
							|  |  |  | .component-header { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   border-bottom: solid 1px rgb(var(--sl-color-neutral-200)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   padding-bottom: 2rem; | 
					
						
							|  |  |  |   margin-top: -1rem; | 
					
						
							|  |  |  |   margin-bottom: 2rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .component-header__tag { | 
					
						
							|  |  |  |   border-bottom: none; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   margin: 0.75rem 0 0.25rem 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-06 13:37:16 +00:00
										 |  |  | .markdown-section .component-header__tag code { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   background: none; | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   color: rgb(var(--sl-color-neutral-500)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   font-size: var(--sl-font-size-large); | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .component-header__info { | 
					
						
							|  |  |  |   margin-bottom: 0.5rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Lead sentences that occur immediately after the header */ | 
					
						
							|  |  |  | .component-header + p { | 
					
						
							|  |  |  |   font-size: var(--sl-font-size-large); | 
					
						
							|  |  |  |   line-height: 1.6; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Repo buttons */ | 
					
						
							|  |  |  | html .repo-button { | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   display: inline-flex; | 
					
						
							|  |  |  |   align-items: center; | 
					
						
							| 
									
										
										
										
											2021-08-06 13:37:16 +00:00
										 |  |  |   background-color: rgb(var(--sl-color-neutral-1000)); | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   border: solid 1px rgb(var(--sl-color-neutral-200)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   border-radius: var(--sl-border-radius-medium); | 
					
						
							|  |  |  |   box-shadow: var(--sl-shadow-x-small); | 
					
						
							|  |  |  |   font-size: var(--sl-font-size-small); | 
					
						
							|  |  |  |   font-weight: var(--sl-font-weight-semibold); | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   line-height: 2; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   text-decoration: none; | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   color: rgb(var(--sl-color-neutral-700)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   padding: var(--sl-spacing-xx-small) var(--sl-spacing-small); | 
					
						
							|  |  |  |   margin-bottom: var(--sl-spacing-xx-small); | 
					
						
							|  |  |  |   transition: 0.25s all; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | html .repo-button:hover { | 
					
						
							|  |  |  |   text-decoration: none; | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   background-color: rgb(var(--sl-color-neutral-50)); | 
					
						
							|  |  |  |   border: solid 1px rgb(var(--sl-color-neutral-200)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | .sl-theme-dark .repo-button:hover { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   background-color: rgb(var(--sl-color-neutral-100)); | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | html .repo-button:focus { | 
					
						
							|  |  |  |   outline: none; | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   border-color: rgb(var(--sl-color-primary-500)); | 
					
						
							| 
									
										
										
										
											2021-08-10 21:53:15 +00:00
										 |  |  |   box-shadow: 0 0 0 var(--sl-focus-ring-width) rgb(var(--sl-color-primary-500) / var(--sl-focus-ring-alpha)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | html .repo-button:not(:last-of-type) { | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   margin-right: 0.125rem; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | html .repo-button sl-icon { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   vertical-align: middle; | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  |   margin-right: 0.35rem; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | html .repo-button--small { | 
					
						
							|  |  |  |   font-size: var(--sl-font-size-x-small); | 
					
						
							|  |  |  |   padding: var(--sl-spacing-xxx-small) var(--sl-spacing-x-small); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | html .repo-button--sponsor sl-icon { | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   color: rgb(var(--sl-color-pink-500)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | html .repo-button--github sl-icon { | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   color: rgb(var(--sl-color-neutral-600)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | html .repo-button--twitter sl-icon { | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   color: rgb(var(--sl-color-sky-500)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-02-26 14:09:13 +00:00
										 |  |  | body[data-page^='tokens/'] .table-wrapper td:first-child, | 
					
						
							|  |  |  | body[data-page^='tokens/'] .table-wrapper td:first-child code { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:30:37 +00:00
										 |  |  |   white-space: nowrap; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Border radius demo */ | 
					
						
							|  |  |  | .border-radius-demo { | 
					
						
							|  |  |  |   width: 3rem; | 
					
						
							|  |  |  |   height: 3rem; | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   background: rgb(var(--sl-color-primary-500)); | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Transition demo */ | 
					
						
							|  |  |  | .transition-demo { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							| 
									
										
										
										
											2021-08-06 12:32:46 +00:00
										 |  |  |   background: rgb(var(--sl-color-neutral-200)); | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  |   width: 8rem; | 
					
						
							|  |  |  |   height: 2rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .transition-demo:after { | 
					
						
							|  |  |  |   content: ''; | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   background-color: rgb(var(--sl-color-primary-500)); | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  |   top: 0; | 
					
						
							|  |  |  |   left: 0; | 
					
						
							|  |  |  |   width: 0; | 
					
						
							|  |  |  |   height: 100%; | 
					
						
							|  |  |  |   transition-duration: inherit; | 
					
						
							|  |  |  |   transition-property: width; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .transition-demo:hover:after { | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Spacing demo */ | 
					
						
							|  |  |  | .spacing-demo { | 
					
						
							|  |  |  |   width: 100px; | 
					
						
							| 
									
										
										
										
											2021-08-05 12:27:58 +00:00
										 |  |  |   background: rgb(var(--sl-color-primary-500)); | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Elevation dmeo */ | 
					
						
							|  |  |  | .elevation-demo { | 
					
						
							| 
									
										
										
										
											2021-08-06 13:37:16 +00:00
										 |  |  |   background: transparent; | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  |   border-radius: 3px; | 
					
						
							|  |  |  |   width: 4rem; | 
					
						
							|  |  |  |   height: 4rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Color palettes */ | 
					
						
							|  |  |  | .color-palette { | 
					
						
							|  |  |  |   display: grid; | 
					
						
							|  |  |  |   grid-template-columns: 200px repeat(11, 1fr); | 
					
						
							| 
									
										
										
										
											2021-08-04 21:54:18 +00:00
										 |  |  |   gap: 1rem var(--sl-spacing-xx-small); | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  |   margin: 2rem 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .color-palette__name { | 
					
						
							|  |  |  |   font-size: var(--sl-font-size-medium); | 
					
						
							|  |  |  |   font-weight: var(--sl-font-weight-semibold); | 
					
						
							|  |  |  |   grid-template-columns: repeat(11, 1fr); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .color-palette__name code { | 
					
						
							|  |  |  |   background: none; | 
					
						
							|  |  |  |   font-size: var(--sl-font-size-x-small); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .color-palette__example { | 
					
						
							|  |  |  |   font-size: var(--sl-font-size-x-small); | 
					
						
							|  |  |  |   text-align: center; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .color-palette__swatch { | 
					
						
							|  |  |  |   height: 3rem; | 
					
						
							| 
									
										
										
										
											2021-08-04 21:54:18 +00:00
										 |  |  |   border-radius: var(--sl-border-radius-small); | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-05 21:42:12 +00:00
										 |  |  | .color-palette__swatch--border { | 
					
						
							| 
									
										
										
										
											2021-08-06 13:37:16 +00:00
										 |  |  |   box-shadow: inset 0 0 0 1px rgb(var(--sl-color-neutral-0) / 10%); | 
					
						
							| 
									
										
										
										
											2021-08-05 21:42:12 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-03 21:34:51 +00:00
										 |  |  | @media screen and (max-width: 1200px) { | 
					
						
							|  |  |  |   .color-palette { | 
					
						
							|  |  |  |     grid-template-columns: repeat(6, 1fr); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .color-palette__name { | 
					
						
							|  |  |  |     grid-column-start: span 6; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |