mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	Merge pull request #18 from mtoohey31/0.1.0
Updated css % opacity values to fix 1% issue
This commit is contained in:
		| @@ -153,6 +153,6 @@ export default { | |||||||
|   margin-top: -10px; |   margin-top: -10px; | ||||||
| } | } | ||||||
| .disabled-card { | .disabled-card { | ||||||
|   opacity: 50%; |   opacity: 0.5; | ||||||
| } | } | ||||||
| </style> | </style> | ||||||
| @@ -123,6 +123,6 @@ export default { | |||||||
|  |  | ||||||
| <style> | <style> | ||||||
| .disabled-card { | .disabled-card { | ||||||
|   opacity: 50%; |   opacity: 0.5; | ||||||
| } | } | ||||||
| </style> | </style> | ||||||
| @@ -276,7 +276,7 @@ export default { | |||||||
|  |  | ||||||
| <style> | <style> | ||||||
| .disabled-card { | .disabled-card { | ||||||
|   opacity: 50%; |   opacity: 0.5; | ||||||
| } | } | ||||||
| .my-divider { | .my-divider { | ||||||
|   margin: 0 -1px; |   margin: 0 -1px; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user