feat(ui): image tabblad toegevoegd

This commit is contained in:
kodi
2026-02-21 12:33:10 +01:00
parent 1ed7699437
commit 815d16f872
3 changed files with 157 additions and 1 deletions
+27
View File
@@ -390,4 +390,31 @@ pre{
.file-folder-files{
margin-left: 18px;
}
.data-table {
width: 100%;
border-collapse: collapse;
}
.data-table th,
.data-table td {
padding: 8px;
border-bottom: 1px solid #ddd;
text-align: left;
}
.badge {
padding: 4px 8px;
border-radius: 4px;
font-size: 12px;
}
.badge-green {
background: #2ecc71;
color: white;
}
.badge-yellow {
background: #f1c40f;
color: black;
}