mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 13:41:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			664 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			664 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
| // Tailwind
 | |
| //----------------------------------
 | |
| 
 | |
| @import 'tailwindcss/base';
 | |
| 
 | |
| @import 'tailwindcss/components';
 | |
| 
 | |
| @import 'tailwindcss/utilities';
 | |
| 
 | |
| // Plugins
 | |
| //----------------------------------
 | |
| 
 | |
| @import '../../../node_modules/toastr/toastr';
 | |
| 
 | |
| // Base Components
 | |
| //----------------------------------
 | |
| 
 | |
| @import 'components/v-tooltips.scss';
 | |
| 
 | |
| // Components
 | |
| //----------------------------------
 | |
| 
 | |
| @import 'components/pace-loader';
 | |
| @import 'components/animation';
 | |
| 
 | |
| .swal-icon--custom {
 | |
|   height: 80px;
 | |
|   width: 80px;
 | |
| }
 | |
| 
 | |
| @media (max-width: 768px) {
 | |
|   .table-component .sw-dropdown {
 | |
|     position: absolute;
 | |
|     visibility: visible;
 | |
|     top: 15px;
 | |
|     right: 10px;
 | |
|   }
 | |
| }
 |