This commit is contained in:
Stepan 2025-07-06 14:31:28 +02:00
commit e2cc848fec

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 {