| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | /* | 
					
						
							|  |  |  | * API Home Page | 
					
						
							|  |  |  | * | 
					
						
							|  |  |  | */ | 
					
						
							| 
									
										
										
										
											2016-05-16 11:35:01 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* | 
					
						
							|  |  |  | * API Filter Menu | 
					
						
							|  |  |  | * | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .api-filter { | 
					
						
							|  |  |  |   .form-select-menu { | 
					
						
							| 
									
										
										
										
											2015-10-15 14:16:35 -07:00
										 |  |  |     float: left; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  |   .form-search { | 
					
						
							|  |  |  |     float: left; | 
					
						
							| 
									
										
										
										
											2015-10-15 14:16:35 -07:00
										 |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | /* | 
					
						
							|  |  |  | * API Class List | 
					
						
							|  |  |  | * | 
					
						
							|  |  |  | */ | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | .docs-content .api-list { | 
					
						
							|  |  |  |   list-style: none; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   overflow: hidden; | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  |   li { | 
					
						
							|  |  |  |     font-size: 14px; | 
					
						
							|  |  |  |     margin: 0 0 ($unit * 2) 0; | 
					
						
							|  |  |  |     line-height: 14px; | 
					
						
							|  |  |  |     padding: 0; | 
					
						
							|  |  |  |     float: left; | 
					
						
							|  |  |  |     width: 33%; | 
					
						
							|  |  |  |     min-width: 220px; | 
					
						
							|  |  |  |     text-overflow: ellipsis; | 
					
						
							|  |  |  |     white-space: nowrap; | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  |     .symbol { | 
					
						
							|  |  |  |       margin-right: $unit; | 
					
						
							| 
									
										
										
										
											2015-10-15 14:16:35 -07:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-20 17:23:25 -04:00
										 |  |  |     a { | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  |       color: $blue-grey-600; | 
					
						
							|  |  |  |       display: inline-block; | 
					
						
							|  |  |  |       line-height: $unit * 2; | 
					
						
							|  |  |  |       padding: 0 ($unit * 2) 0 0; | 
					
						
							|  |  |  |       text-decoration: none; | 
					
						
							|  |  |  |       transition: all .3s; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       &:hover { | 
					
						
							|  |  |  |         background: $blue-grey-50; | 
					
						
							|  |  |  |         color: $blue-500; | 
					
						
							| 
									
										
										
										
											2016-04-20 17:23:25 -04:00
										 |  |  |       } | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | .code-links { | 
					
						
							|  |  |  |   a { | 
					
						
							|  |  |  |     code, .api-doc-code { | 
					
						
							|  |  |  |       color: #1E88E5 !important; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2016-04-27 11:47:01 -04:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2016-04-20 17:23:25 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | .openParens { | 
					
						
							|  |  |  |   margin-top: 15px; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | .endParens { | 
					
						
							|  |  |  |   margin-bottom: 20px !important; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | p { | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  |   &.selector { | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  |   &.location-badge { | 
					
						
							|  |  |  |     margin: 0 0 16px 16px !important; | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  |   .api-doc-code { | 
					
						
							|  |  |  |     border-bottom: 0px; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     :hover { | 
					
						
							|  |  |  |       border-bottom: none; | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | .row-margin { | 
					
						
							|  |  |  |   margin-bottom: 36px; | 
					
						
							|  |  |  |   h2 { | 
					
						
							|  |  |  |     line-height: 28px; | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | .code-margin { | 
					
						
							|  |  |  |   margin-bottom: $unit; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | .hr-margin { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   height: 1px; | 
					
						
							|  |  |  |   border: 0; | 
					
						
							|  |  |  |   border-top: 1px solid $lightgrey; | 
					
						
							|  |  |  |   margin-top: 15px; | 
					
						
							|  |  |  |   margin-bottom: 20px; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | .no-bg { | 
					
						
							|  |  |  |   background: none; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | .no-bg-with-indent { | 
					
						
							|  |  |  |   padding-top: 0; | 
					
						
							|  |  |  |   padding-bottom: 0; | 
					
						
							|  |  |  |   padding-left: 16px; | 
					
						
							|  |  |  |   margin-top: 6px; | 
					
						
							|  |  |  |   margin-bottom: 0; | 
					
						
							|  |  |  |   background: none; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | .code-background { | 
					
						
							|  |  |  |   padding: 0 5px 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   span.pln { | 
					
						
							|  |  |  |     color: #1E88E5 !important; | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | .code-anchor { | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  |   text-decoration: none; | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  |   // Override highlight.js
 | 
					
						
							|  |  |  |   .kwd { | 
					
						
							|  |  |  |     color: #1E88E5 !important; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2016-04-22 17:03:34 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  |   &:hover { | 
					
						
							|  |  |  |     text-decoration: underline; | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | .api-doc-code { | 
					
						
							|  |  |  |   font-size: 14px; | 
					
						
							|  |  |  |   color: #1a2326; | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  |   // the last .pln (white space) creates additional spacing between sections of the api doc. Remove it.
 | 
					
						
							|  |  |  |   &.no-pln { | 
					
						
							|  |  |  |     .pln:last-child { | 
					
						
							|  |  |  |       display: none; | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 08:34:29 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | @media screen and (max-width: 600px) { | 
					
						
							| 
									
										
										
										
											2016-04-16 14:22:22 -04:00
										 |  |  |   .docs-content { | 
					
						
							|  |  |  |     // Overrides display flex from angular material.
 | 
					
						
							|  |  |  |     // This was added because Safari doesn't play nice with layout="column".
 | 
					
						
							|  |  |  |     // Look of API doc in Chrome and Firefox remains the same, and is fixed for Safari.
 | 
					
						
							|  |  |  |     .layout-xs-column { | 
					
						
							|  |  |  |       display: block !important; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-20 17:23:25 -04:00
										 |  |  |   .api-doc-code { | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  |     font-size: 12px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   p.location-badge { | 
					
						
							|  |  |  |     position: relative; | 
					
						
							|  |  |  |     font-size: 11px; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2015-10-15 14:16:35 -07:00
										 |  |  | } |