feat(api_token): enable fin graned access rights on tokens

This commit is contained in:
Paul Chavard 2023-02-28 16:33:22 +01:00
parent 8ee13f1719
commit 42e74dfc76
8 changed files with 126 additions and 13 deletions

View file

@ -161,6 +161,13 @@
margin-left: auto;
}
.truncate-80 {
width: 80%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
// generate spacer utility like bootstrap my-2 -> margin-left/right: 2 * $default-spacer
// using $direction.key as css modifier, $direction.values to set css properties
// scale it using $steps