| 
									
										
										
										
											2021-02-09 17:49:44 +01:00
										 |  |  | main.content { | 
					
						
							|  |  |  |   padding: 0 3rem; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   @media screen and (max-width: $breakpointMD) { | 
					
						
							|  |  |  |     padding: 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-02-06 09:23:10 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-02-11 14:11:45 +01:00
										 |  |  | @media screen and (min-width: $breakpointMD) { | 
					
						
							|  |  |  |   .column-count-2 { | 
					
						
							|  |  |  |     column-count: 2; | 
					
						
							|  |  |  |     column-gap: 25pt; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .column-count-3 { | 
					
						
							|  |  |  |     column-count: 3; | 
					
						
							|  |  |  |     margin-bottom: 12px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .column-count-4 { | 
					
						
							|  |  |  |     column-count: 4; | 
					
						
							|  |  |  |     margin-bottom: 12px; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2020-04-05 14:38:20 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-02-09 17:49:44 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | * { | 
					
						
							|  |  |  |   ::-webkit-scrollbar { | 
					
						
							|  |  |  |     height: 12px; | 
					
						
							|  |  |  |     width: 7px; | 
					
						
							|  |  |  |     background: darken($color-background, 50); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   scrollbar-color: $color-gold darken($color-background, 50); | 
					
						
							|  |  |  |   scrollbar-width: thin; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   ::-webkit-scrollbar-thumb { | 
					
						
							|  |  |  |     background: $color-gold; | 
					
						
							|  |  |  |     border: 1px solid $color-gold-light; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     &:hover { | 
					
						
							|  |  |  |       background: $color-gold-light; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   ::-webkit-scrollbar-corner { | 
					
						
							|  |  |  |     background: #000; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .theme--light { | 
					
						
							|  |  |  |   .v-main { | 
					
						
							|  |  |  |     background-color: lighten($color-background, 5); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .v-navigation-drawer { | 
					
						
							|  |  |  |     background-color: darken($color-background, 0); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |