1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

implemented view users permission

This commit is contained in:
Harvey Kandola 2017-10-04 12:27:56 -04:00
parent f5f30d2322
commit 30321781c2
13 changed files with 423 additions and 388 deletions

View file

@ -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 {