feat: added two new warnings

ref: N25B-450
This commit is contained in:
JGerla
2026-01-15 16:09:24 +01:00
parent 022a6708ea
commit a6f24b677f
3 changed files with 51 additions and 4 deletions

View File

@@ -60,11 +60,11 @@
}
.warning-item--warning {
border-left: 3px solid orange;
border: 3px solid orange;
}
.warning-item--info {
border-left: 3px solid steelblue;
border: 3px solid steelblue;
}
.warning-item .meta {