Such a mess

This commit is contained in:
shamoon
2025-02-10 00:16:32 -08:00
parent ea94626b82
commit 59db0ea879
14 changed files with 204 additions and 58 deletions

View File

@@ -10,3 +10,27 @@ tbody tr:last-child td {
.form-check {
min-height: 0;
}
.depth-0 {
padding-left: 0;
}
.depth-1 {
padding-left: 20px;
}
.depth-2 {
padding-left: 40px;
}
.depth-3 {
padding-left: 60px;
}
.depth-4 {
padding-left: 80px;
}
.depth-5 {
padding-left: 100px;
}