feat: makes the AI nutrition search optional

This commit is contained in:
2025-12-10 12:27:08 -03:00
parent 37e3d4268b
commit 39ce9e4684
3 changed files with 60 additions and 2 deletions
+30
View File
@@ -461,6 +461,36 @@ label {
color: #666;
}
.checkbox-group {
margin: 10px 0;
}
.checkbox-label {
display: flex;
align-items: center;
cursor: pointer;
color: #e0e0e0;
font-weight: 400;
user-select: none;
}
.ai-checkbox {
width: 18px;
height: 18px;
margin-right: 10px;
cursor: pointer;
accent-color: #6B8DD6;
}
.checkbox-label span {
font-size: 0.95rem;
color: #b0b0b0;
}
.checkbox-label:hover span {
color: #e0e0e0;
}
.add-btn {
padding: 17px 25px;
background: linear-gradient(135deg, #4CAF50, #45a049);