mirror of
https://github.com/documize/community.git
synced 2025-08-05 05:25:27 +02:00
implemented view users permission
This commit is contained in:
parent
f5f30d2322
commit
30321781c2
13 changed files with 423 additions and 388 deletions
|
@ -1,7 +1,16 @@
|
|||
.page-customize {
|
||||
@include content-container();
|
||||
|
||||
.user-admin {
|
||||
> .auth-admin, > .general-admin, > .license-admin, > .smtp-admin, > .space-admin {
|
||||
@include content-container();
|
||||
}
|
||||
|
||||
> .add-user {
|
||||
@include content-container();
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
> .user-admin {
|
||||
@include content-container();
|
||||
margin: 30px 0;
|
||||
|
||||
> .heading {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue