Du kan inte välja fler än 25 ämnen
			Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 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;
    }
}
 |