feat(api_token): enable fin graned access rights on tokens
This commit is contained in:
parent
8ee13f1719
commit
42e74dfc76
8 changed files with 126 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue