mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-30 21:58:32 +00:00 
			
		
		
		
	⚒️ Restructured Sass organisation (#83)
* 🌈 Organise colors with vars only * ➕ New file structure * File restructuring * ⚒️ Fix build issue * Rearranged files
This commit is contained in:
		
							
								
								
									
										37
									
								
								assets/css/components/_lists.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								assets/css/components/_lists.scss
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,37 @@ | ||||
|   ol { | ||||
|     padding: 0 0 0 1em; | ||||
|     margin: 0; | ||||
|   } | ||||
|  | ||||
|   li { | ||||
|     list-style: none; | ||||
|     padding-bottom: 0.5em; | ||||
|  | ||||
|     &.subterm { | ||||
|       padding-left: pxToRem(10); | ||||
|     } | ||||
|  | ||||
|     &:last-child { | ||||
|       padding-bottom: 0; | ||||
|     } | ||||
|  | ||||
|     &.subterm:before { | ||||
|       content: '\21B3'; | ||||
|       padding-right: pxToRem(5); | ||||
|     } | ||||
|   } | ||||
|    | ||||
| .list-semicolon { | ||||
|   margin: 0; | ||||
|   padding: 0; | ||||
|   list-style: none; | ||||
|  | ||||
|   & > li { | ||||
|     display: inline; | ||||
|  | ||||
|     &:not(:last-child)::after { | ||||
|       content: '; '; | ||||
|     } | ||||
|   } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Tatiana Mac
					Tatiana Mac