mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-04 06:23:17 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			682 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			682 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
.payment-modes-modal {
 | 
						|
 | 
						|
    .card-footer {
 | 
						|
        display: flex;
 | 
						|
        justify-content: flex-end;
 | 
						|
        padding: 20px 20px;
 | 
						|
    }
 | 
						|
 | 
						|
    .input-label {
 | 
						|
        text-align: end;
 | 
						|
        padding-right: 0;
 | 
						|
        position: relative;
 | 
						|
    }
 | 
						|
 | 
						|
    .required {
 | 
						|
        position: absolute;
 | 
						|
        // left: -10px;
 | 
						|
        color: $ls-color-red;
 | 
						|
    }
 | 
						|
 | 
						|
    .compound-tax-toggle {
 | 
						|
        display: flex;
 | 
						|
        align-items: center;
 | 
						|
        margin-top: 9px;
 | 
						|
    }
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
@media(max-width: $x-small-breakpoint ) {
 | 
						|
 | 
						|
    .base-modal {
 | 
						|
 | 
						|
        .payment-modes-modal-modal {
 | 
						|
            width: 100vw;
 | 
						|
 | 
						|
            .input-label {
 | 
						|
                text-align: left;
 | 
						|
            }
 | 
						|
 | 
						|
        }
 | 
						|
 | 
						|
    }
 | 
						|
 | 
						|
}
 |