mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	docs: add more styling to figures
This commit is contained in:
		
							parent
							
								
									8b5c30e5d7
								
							
						
					
					
						commit
						6ed0ff4fd6
					
				| @ -1,5 +1,18 @@ | ||||
| /* Figures (with captions) */ | ||||
| figcaption { | ||||
|     text-align: center; | ||||
| figure { | ||||
|     box-shadow: var(--ifm-global-shadow-lw); | ||||
|     border-radius: var(--ifm-global-radius); | ||||
|     padding: var(--ifm-pre-padding); | ||||
| } | ||||
| 
 | ||||
| figure * + * { | ||||
|     margin-block-start: var(--ifm-pre-padding); | ||||
| } | ||||
| 
 | ||||
| figcaption { | ||||
|     /* background: black; */ | ||||
|     /* text-align: center; */ | ||||
|     font-size: 90%; | ||||
|     padding-inline: var(--ifm-pre-padding); | ||||
|     border-inline-start: 5px solid var(--ifm-color-primary); | ||||
| } | ||||
| /* End figures (with captions) */ | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user