TIST-16: Add new recipes by user #42

Merged
steve_dekart merged 3 commits from TIST-16 into develop 2025-07-06 14:33:00 +02:00
Showing only changes of commit e2cc848fec - Show all commits

View File

@ -1319,6 +1319,23 @@ label {
text-align: center;
}
.alert{
display: flex;
margin-bottom: 5px;
}
.alert .alert-icon{
margin-right: 5px;
}
.warning{
color: #ff0000;
}
.success{
color: #00ff00;
}
@media (max-width: 768px) {
.catalog-items {