mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			344 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			344 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
| .category-modal {
 | |
| 
 | |
|     .card-footer {
 | |
|         display: flex;
 | |
|         justify-content: flex-end;
 | |
|         padding: 20px 20px;
 | |
|     }
 | |
| 
 | |
|     .col-form-label {
 | |
|         text-align: end;
 | |
|         padding-right: 0;
 | |
|         position: relative;
 | |
|     }
 | |
| 
 | |
|     .required {
 | |
|         position: absolute;
 | |
|         right: -10px;
 | |
|         color: $ls-color-red;
 | |
|     }
 | |
| 
 | |
| }
 |