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
|
@ -9,7 +9,16 @@
|
|||
height: 24px;
|
||||
margin: 0;
|
||||
margin-right: 15px;
|
||||
margin-bottom: 40px;
|
||||
|
||||
margin-bottom: $default-fields-spacer;
|
||||
|
||||
&.small-margin {
|
||||
margin-bottom: $default-spacer;
|
||||
}
|
||||
|
||||
&.no-margin {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Hide default HTML checkbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue