mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			806 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			806 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .layout-enter-active,
 | |
| .layout-leave-active {
 | |
|   transition: opacity 0.2s;
 | |
| }
 | |
| 
 | |
| .layout-enter,
 | |
| .layout-leave-active {
 | |
|   opacity: 0;
 | |
| }
 | |
| 
 | |
| .narrow-container {
 | |
|   max-width: 800px !important;
 | |
| }
 | |
| 
 | |
| .md-container {
 | |
|   max-width: 950px !important;
 | |
| }
 | |
| 
 | |
| .theme--dark.v-application {
 | |
|   background-color: var(--v-background-base, #1e1e1e) !important;
 | |
| }
 | |
| 
 | |
| .theme--dark.v-navigation-drawer {
 | |
|   background-color: var(--v-background-base, #1e1e1e) !important;
 | |
| }
 | |
| 
 | |
| .theme--dark.v-card {
 | |
|   background-color: #1e1e1e !important;
 | |
| }
 | |
| 
 | |
| .left-border {
 | |
|   border-left: 5px solid var(--v-primary-base) !important;
 | |
| }
 | |
| 
 | |
| .left-warning-border {
 | |
|   border-left: 5px solid var(--v-warning-base) !important;
 | |
| }
 | |
| 
 | |
| .handle {
 | |
|   cursor: grab;
 | |
| }
 | |
| 
 | |
| .hidden {
 | |
|   visibility: hidden !important;
 | |
| }
 | |
| 
 | |
| .v-card__text,
 | |
| .v-card__title {
 | |
|   word-break: normal !important;
 | |
| }
 |