mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			579 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			579 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
| @tailwind base;
 | |
| 
 | |
| @tailwind components;
 | |
| 
 | |
| @tailwind 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;
 | |
|   }
 | |
| }
 |