mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			281 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			281 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <template>
 | |
|   <div
 | |
|     class="
 | |
|       hidden
 | |
|       top-0
 | |
|       w-full
 | |
|       absolute
 | |
|       ml-auto
 | |
|       mr-auto
 | |
|       left-0
 | |
|       right-0
 | |
|       text-center
 | |
|       h-full
 | |
|       rounded-full
 | |
|       bg-highlight/[.10]
 | |
|       blur-2xl
 | |
|       dark:block
 | |
|       z-[-1]
 | |
|     "
 | |
|   />
 | |
| </template>
 |