feat: makes the AI nutrition search optional
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user