You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 1234567891011121314151617181920 | /* Journal Entry Modal Styles */
.fi-modal.fi-width-screen {
    .fi-modal-window.journal-transaction-modal {
        .fi-modal-header {
            @apply xl:px-80;
            .absolute.end-4.top-4 {
                @apply xl:end-80;
            }
        }
        .fi-modal-content {
            @apply xl:px-80;
        }
        .fi-modal-footer {
            @apply xl:px-80;
        }
    }
}
 |