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.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 123456789101112131415161718 | /* Journal Entry Modal Styles */
.fi-modal.fi-width-screen {
    .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;
    }
}
 |