mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 13:41:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			529 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			529 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
| .base-modal .modal-body {
 | |
|     overflow: visible !important;
 | |
|  }
 | |
|  
 | |
| .item-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;
 | |
|     }
 | |
| 
 | |
| }
 | |
| 
 | |
| 
 | |
| @media(max-width: $x-small-breakpoint ) {
 | |
| 
 | |
|     .base-modal .item-modal .input-label{
 | |
| 
 | |
|         text-align: left;
 | |
| 
 | |
|     }
 | |
| 
 | |
| }
 |