feat(server): validate the max depth level of the parent account.

This commit is contained in:
a.bouhuolia
2023-02-14 23:47:24 +02:00
parent e3a072e267
commit 8a5fbfc041
6 changed files with 80 additions and 13 deletions

View File

@@ -208,10 +208,9 @@
width: 100%;
}
}
&:focus {
outline: rgba(0, 82, 204, 0.6) auto 1px;
outline-offset: 1px;
outline: 1px solid rgba(0, 82, 204, 0.7);
outline-offset: -1px;
}
}