TIST-49: fixed display issues of warning and success alerts

This commit is contained in:
David Katrinka 2025-07-06 13:57:56 +02:00
parent d0db460f28
commit db6f9538e1

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 {