Reorganise the views and prepare summary
All checks were successful
Build and Deploy / build-and-push (push) Successful in 23s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 23s
This commit is contained in:
@@ -24,9 +24,12 @@
|
||||
}
|
||||
|
||||
/* Ingredient Active States */
|
||||
.ingredient-active .check-box { background-color: #111827; border-color: #111827; }
|
||||
.ingredient-active .check-icon { display: block; }
|
||||
.ingredient-active .ingredient-text { text-decoration: line-through; color: #9ca3af; }
|
||||
.ingredient-active .check-box,
|
||||
.ingredient-active .rd-check-box { background-color: #111827; border-color: #111827; }
|
||||
.ingredient-active .check-icon,
|
||||
.ingredient-active .rd-check-icon { display: block; }
|
||||
.ingredient-active .ingredient-text,
|
||||
.ingredient-active .rd-ing-text { text-decoration: line-through; color: #9ca3af; }
|
||||
|
||||
/* Utilities */
|
||||
.no-scrollbar::-webkit-scrollbar { display: none; }
|
||||
|
||||
Reference in New Issue
Block a user