| 
									
										
										
										
											2018-03-25 14:22:59 -04:00
										 |  |  | /* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ | 
					
						
							| 
									
										
										
										
											2018-03-25 13:30:42 -04:00
										 |  |  | @import 'mixins'; | 
					
						
							|  |  |  | @import 'components/q_and_a'; | 
					
						
							|  |  |  | @import 'components/timeline'; | 
					
						
							|  |  |  | @import 'components/type_ahead'; | 
					
						
							|  |  |  | @import 'components/simple_tabs'; | 
					
						
							|  |  |  | @import 'pikaday'; | 
					
						
							|  |  |  | @import 'common/image_uploader'; | 
					
						
							| 
									
										
										
										
											2018-11-07 14:48:11 -06:00
										 |  |  | @import '../common'; | 
					
						
							| 
									
										
										
										
											2018-03-25 13:30:42 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | body { | 
					
						
							|  |  |  | 	padding: 0; | 
					
						
							|  |  |  | 	background: $fog; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2018-05-16 21:25:16 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-25 13:30:42 -04:00
										 |  |  | main { | 
					
						
							|  |  |  | 	display: block; | 
					
						
							|  |  |  | 	padding: 60px 0 50px 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  |  .photoTiles { | 
					
						
							|  |  |  |    min-height: 50px; | 
					
						
							|  |  |  |    margin-bottom: 5px; | 
					
						
							|  |  |  |    @include opacity(0.95); | 
					
						
							|  |  |  |  } | 
					
						
							|  |  |  |  .photoTiles > * { | 
					
						
							|  |  |  |    width: 14.28571428%; | 
					
						
							|  |  |  |    float: left; | 
					
						
							|  |  |  |    border: 2px solid $fog; | 
					
						
							|  |  |  |  } | 
					
						
							|  |  |  | .photoTiles img { | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @media screen and (max-width: 500px) { | 
					
						
							|  |  |  |   .photoTiles > * { | 
					
						
							|  |  |  |     width: 20%; | 
					
						
							|  |  |  |     &:nth-of-type(7), | 
					
						
							|  |  |  |     &:nth-of-type(8) { | 
					
						
							|  |  |  |       display: none; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |