1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-31 11:09:40 +02:00

Merge pull request #18 from mtoohey31/0.1.0

Updated css % opacity values to fix 1% issue
This commit is contained in:
hay-kot 2021-01-03 13:50:00 -09:00 committed by GitHub
commit 03197a139f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -153,6 +153,6 @@ export default {
margin-top: -10px;
}
.disabled-card {
opacity: 50%;
opacity: 0.5;
}
</style>