Completed web programming project #44

Merged
steve_dekart merged 117 commits from develop into master 2025-07-07 19:00:18 +02:00
Showing only changes of commit b21465e89f - Show all commits

View File

@ -1309,6 +1309,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 {